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