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