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