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