Class HotRodUserEntityDescriptor
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.user.HotRodUserEntityDescriptor
-
- All Implemented Interfaces:
HotRodEntityDescriptor<HotRodUserEntity,HotRodUserEntityDelegate>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodUserEntityDescriptor extends Object implements HotRodEntityDescriptor<HotRodUserEntity,HotRodUserEntityDelegate>
-
-
Constructor Summary
Constructors Constructor Description HotRodUserEntityDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheName()IntegergetCurrentVersion()Class<HotRodUserEntity>getEntityTypeClass()Function<HotRodUserEntity,HotRodUserEntityDelegate>getHotRodDelegateProvider()Class<?>getModelTypeClass()org.infinispan.protostream.GeneratedSchemagetProtoSchema()
-
-
-
Method Detail
-
getModelTypeClass
public Class<?> getModelTypeClass()
- Specified by:
getModelTypeClassin interfaceHotRodEntityDescriptor<HotRodUserEntity,HotRodUserEntityDelegate>
-
getEntityTypeClass
public Class<HotRodUserEntity> getEntityTypeClass()
- Specified by:
getEntityTypeClassin interfaceHotRodEntityDescriptor<HotRodUserEntity,HotRodUserEntityDelegate>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceHotRodEntityDescriptor<HotRodUserEntity,HotRodUserEntityDelegate>
-
getHotRodDelegateProvider
public Function<HotRodUserEntity,HotRodUserEntityDelegate> getHotRodDelegateProvider()
- Specified by:
getHotRodDelegateProviderin interfaceHotRodEntityDescriptor<HotRodUserEntity,HotRodUserEntityDelegate>
-
getCurrentVersion
public Integer getCurrentVersion()
- Specified by:
getCurrentVersionin interfaceHotRodEntityDescriptor<HotRodUserEntity,HotRodUserEntityDelegate>
-
getProtoSchema
public org.infinispan.protostream.GeneratedSchema getProtoSchema()
- Specified by:
getProtoSchemain interfaceHotRodEntityDescriptor<HotRodUserEntity,HotRodUserEntityDelegate>
-
-