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 String
getCacheName()
Integer
getCurrentVersion()
Class<HotRodRealmEntity>
getEntityTypeClass()
Function<HotRodRealmEntity,HotRodRealmEntityDelegate>
getHotRodDelegateProvider()
Class<?>
getModelTypeClass()
org.infinispan.protostream.GeneratedSchema
getProtoSchema()
-
-
-
Method Detail
-
getModelTypeClass
public Class<?> getModelTypeClass()
- Specified by:
getModelTypeClass
in interfaceHotRodEntityDescriptor<HotRodRealmEntity,HotRodRealmEntityDelegate>
-
getEntityTypeClass
public Class<HotRodRealmEntity> getEntityTypeClass()
- Specified by:
getEntityTypeClass
in interfaceHotRodEntityDescriptor<HotRodRealmEntity,HotRodRealmEntityDelegate>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheName
in interfaceHotRodEntityDescriptor<HotRodRealmEntity,HotRodRealmEntityDelegate>
-
getHotRodDelegateProvider
public Function<HotRodRealmEntity,HotRodRealmEntityDelegate> getHotRodDelegateProvider()
- Specified by:
getHotRodDelegateProvider
in interfaceHotRodEntityDescriptor<HotRodRealmEntity,HotRodRealmEntityDelegate>
-
getCurrentVersion
public Integer getCurrentVersion()
- Specified by:
getCurrentVersion
in interfaceHotRodEntityDescriptor<HotRodRealmEntity,HotRodRealmEntityDelegate>
-
getProtoSchema
public org.infinispan.protostream.GeneratedSchema getProtoSchema()
- Specified by:
getProtoSchema
in interfaceHotRodEntityDescriptor<HotRodRealmEntity,HotRodRealmEntityDelegate>
-
-