Uses of Class
org.keycloak.models.map.storage.jpa.client.entity.JpaClientEntity
Packages that use JpaClientEntity
Package
Description
-
Uses of JpaClientEntity in org.keycloak.models.map.storage.jpa.client
Methods in org.keycloak.models.map.storage.jpa.client that return types with arguments of type JpaClientEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<JpaClientEntity>JpaClientMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaClientEntity> root) Methods in org.keycloak.models.map.storage.jpa.client with parameters of type JpaClientEntityModifier and TypeMethodDescriptionprotected MapClientEntityJpaClientMapStorage.mapToEntityDelegate(JpaClientEntity original) Method parameters in org.keycloak.models.map.storage.jpa.client with type arguments of type JpaClientEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<JpaClientEntity>JpaClientMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaClientEntity> root) -
Uses of JpaClientEntity in org.keycloak.models.map.storage.jpa.client.delegate
Constructors in org.keycloak.models.map.storage.jpa.client.delegate with parameters of type JpaClientEntityModifierConstructorDescriptionJpaClientDelegateProvider(JpaClientEntity delegate, jakarta.persistence.EntityManager em) -
Uses of JpaClientEntity in org.keycloak.models.map.storage.jpa.client.entity
Constructors in org.keycloak.models.map.storage.jpa.client.entity with parameters of type JpaClientEntityModifierConstructorDescriptionJpaClientAttributeEntity(JpaClientEntity root, String name, String value)