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