Uses of Class
org.keycloak.models.map.storage.jpa.group.entity.JpaGroupEntity
Packages that use JpaGroupEntity
Package
Description
-
Uses of JpaGroupEntity in org.keycloak.models.map.storage.jpa.group
Methods in org.keycloak.models.map.storage.jpa.group that return types with arguments of type JpaGroupEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<JpaGroupEntity>JpaGroupMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaGroupEntity> root) Methods in org.keycloak.models.map.storage.jpa.group with parameters of type JpaGroupEntityModifier and TypeMethodDescriptionprotected MapGroupEntityJpaGroupMapStorage.mapToEntityDelegate(JpaGroupEntity original) Method parameters in org.keycloak.models.map.storage.jpa.group with type arguments of type JpaGroupEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<JpaGroupEntity>JpaGroupMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaGroupEntity> root) -
Uses of JpaGroupEntity in org.keycloak.models.map.storage.jpa.group.delegate
Constructors in org.keycloak.models.map.storage.jpa.group.delegate with parameters of type JpaGroupEntityModifierConstructorDescriptionJpaGroupDelegateProvider(JpaGroupEntity delegate, jakarta.persistence.EntityManager em) -
Uses of JpaGroupEntity in org.keycloak.models.map.storage.jpa.group.entity
Constructors in org.keycloak.models.map.storage.jpa.group.entity with parameters of type JpaGroupEntityModifierConstructorDescriptionJpaGroupAttributeEntity(JpaGroupEntity root, String name, String value)