Uses of Class
org.keycloak.models.map.storage.hotRod.singleUseObject.HotRodSingleUseObjectEntity
-
Packages that use HotRodSingleUseObjectEntity Package Description org.keycloak.models.map.storage.hotRod org.keycloak.models.map.storage.hotRod.singleUseObject -
-
Uses of HotRodSingleUseObjectEntity in org.keycloak.models.map.storage.hotRod
Constructor parameters in org.keycloak.models.map.storage.hotRod with type arguments of type HotRodSingleUseObjectEntity Constructor Description SingleUseObjectHotRodMapStorage(org.infinispan.client.hotrod.RemoteCache<String,HotRodSingleUseObjectEntity> remoteCache, StringKeyConverter<String> keyConverter, HotRodEntityDescriptor<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate> storedEntityDescriptor, DeepCloner cloner, AllAreasHotRodTransactionsWrapper txWrapper)
SingleUseObjectHotRodMapStorage(org.infinispan.client.hotrod.RemoteCache<String,HotRodSingleUseObjectEntity> remoteCache, StringKeyConverter<String> keyConverter, HotRodEntityDescriptor<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate> storedEntityDescriptor, DeepCloner cloner, AllAreasHotRodTransactionsWrapper txWrapper)
-
Uses of HotRodSingleUseObjectEntity in org.keycloak.models.map.storage.hotRod.singleUseObject
Methods in org.keycloak.models.map.storage.hotRod.singleUseObject that return HotRodSingleUseObjectEntity Modifier and Type Method Description HotRodSingleUseObjectEntity
HotRodSingleUseObjectEntityDelegate. getHotRodEntity()
HotRodSingleUseObjectEntity
HotRodSingleUseObjectEntity$___Marshaller_151200b0c7ca7487d13a12531d9ee5a1544131a84ad3cf4a9d0103badb406281. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.keycloak.models.map.storage.hotRod.singleUseObject that return types with arguments of type HotRodSingleUseObjectEntity Modifier and Type Method Description Class<HotRodSingleUseObjectEntity>
HotRodSingleUseObjectEntityDescriptor. getEntityTypeClass()
Function<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate>
HotRodSingleUseObjectEntityDescriptor. getHotRodDelegateProvider()
Class<HotRodSingleUseObjectEntity>
HotRodSingleUseObjectEntity$___Marshaller_151200b0c7ca7487d13a12531d9ee5a1544131a84ad3cf4a9d0103badb406281. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.singleUseObject with parameters of type HotRodSingleUseObjectEntity Modifier and Type Method Description static int
HotRodSingleUseObjectEntityDelegate. entityHashCode(HotRodSingleUseObjectEntity e)
void
HotRodSingleUseObjectEntity$___Marshaller_151200b0c7ca7487d13a12531d9ee5a1544131a84ad3cf4a9d0103badb406281. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodSingleUseObjectEntity $2)
Constructors in org.keycloak.models.map.storage.hotRod.singleUseObject with parameters of type HotRodSingleUseObjectEntity Constructor Description HotRodSingleUseObjectEntityDelegate(HotRodSingleUseObjectEntity hotRodEntity)
-