Class HotRodUserSessionEntityDescriptor
java.lang.Object
org.keycloak.models.map.storage.hotRod.userSession.HotRodUserSessionEntityDescriptor
- All Implemented Interfaces:
HotRodEntityDescriptor<HotRodUserSessionEntity,
HotRodUserSessionEntityDelegate>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodUserSessionEntityDescriptor
extends Object
implements HotRodEntityDescriptor<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HotRodUserSessionEntityDescriptor
public HotRodUserSessionEntityDescriptor()
-
-
Method Details
-
getModelTypeClass
- Specified by:
getModelTypeClass
in interfaceHotRodEntityDescriptor<HotRodUserSessionEntity,
HotRodUserSessionEntityDelegate>
-
getEntityTypeClass
- Specified by:
getEntityTypeClass
in interfaceHotRodEntityDescriptor<HotRodUserSessionEntity,
HotRodUserSessionEntityDelegate>
-
getCacheName
- Specified by:
getCacheName
in interfaceHotRodEntityDescriptor<HotRodUserSessionEntity,
HotRodUserSessionEntityDelegate>
-
getHotRodDelegateProvider
public Function<HotRodUserSessionEntity,HotRodUserSessionEntityDelegate> getHotRodDelegateProvider()- Specified by:
getHotRodDelegateProvider
in interfaceHotRodEntityDescriptor<HotRodUserSessionEntity,
HotRodUserSessionEntityDelegate>
-
getCurrentVersion
- Specified by:
getCurrentVersion
in interfaceHotRodEntityDescriptor<HotRodUserSessionEntity,
HotRodUserSessionEntityDelegate>
-
getProtoSchema
public org.infinispan.protostream.GeneratedSchema getProtoSchema()- Specified by:
getProtoSchema
in interfaceHotRodEntityDescriptor<HotRodUserSessionEntity,
HotRodUserSessionEntityDelegate>
-