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