Uses of Class
org.keycloak.models.map.storage.hotRod.group.HotRodGroupEntity
-
Packages that use HotRodGroupEntity Package Description org.keycloak.models.map.storage.hotRod.group -
-
Uses of HotRodGroupEntity in org.keycloak.models.map.storage.hotRod.group
Methods in org.keycloak.models.map.storage.hotRod.group that return HotRodGroupEntity Modifier and Type Method Description HotRodGroupEntity
HotRodGroupEntityDelegate. getHotRodEntity()
HotRodGroupEntity
HotRodGroupEntity$___Marshaller_84b8cd7a5eccc7be70deb5e52ed098cab98d6c76e2ef07ca32c4ef74a9ca34de. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.keycloak.models.map.storage.hotRod.group that return types with arguments of type HotRodGroupEntity Modifier and Type Method Description Class<HotRodGroupEntity>
HotRodGroupEntityDescriptor. getEntityTypeClass()
Function<HotRodGroupEntity,HotRodGroupEntityDelegate>
HotRodGroupEntityDescriptor. getHotRodDelegateProvider()
Class<HotRodGroupEntity>
HotRodGroupEntity$___Marshaller_84b8cd7a5eccc7be70deb5e52ed098cab98d6c76e2ef07ca32c4ef74a9ca34de. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.group with parameters of type HotRodGroupEntity Modifier and Type Method Description static int
HotRodGroupEntityDelegate. entityHashCode(HotRodGroupEntity e)
void
HotRodGroupEntity$___Marshaller_84b8cd7a5eccc7be70deb5e52ed098cab98d6c76e2ef07ca32c4ef74a9ca34de. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodGroupEntity $2)
Constructors in org.keycloak.models.map.storage.hotRod.group with parameters of type HotRodGroupEntity Constructor Description HotRodGroupEntityDelegate(HotRodGroupEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything.
-