Class HotRodUserSessionEntityDescriptor
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.userSession.HotRodUserSessionEntityDescriptor
 
- 
- All Implemented Interfaces:
- HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>
 
 @Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodUserSessionEntityDescriptor extends Object implements HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate> 
- 
- 
Constructor SummaryConstructors Constructor Description HotRodUserSessionEntityDescriptor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheName()IntegergetCurrentVersion()Class<HotRodUserSessionEntity>getEntityTypeClass()Function<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>getHotRodDelegateProvider()Class<?>getModelTypeClass()org.infinispan.protostream.GeneratedSchemagetProtoSchema()
 
- 
- 
- 
Method Detail- 
getModelTypeClasspublic Class<?> getModelTypeClass() - Specified by:
- getModelTypeClassin interface- HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>
 
 - 
getEntityTypeClasspublic Class<HotRodUserSessionEntity> getEntityTypeClass() - Specified by:
- getEntityTypeClassin interface- HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>
 
 - 
getCacheNamepublic String getCacheName() - Specified by:
- getCacheNamein interface- HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>
 
 - 
getHotRodDelegateProviderpublic Function<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate> getHotRodDelegateProvider() - Specified by:
- getHotRodDelegateProviderin interface- HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>
 
 - 
getCurrentVersionpublic Integer getCurrentVersion() - Specified by:
- getCurrentVersionin interface- HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>
 
 - 
getProtoSchemapublic org.infinispan.protostream.GeneratedSchema getProtoSchema() - Specified by:
- getProtoSchemain interface- HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>
 
 
- 
 
-