Uses of Class
org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity.JpaResourceServerEntity
Packages that use JpaResourceServerEntity
Package
Description
-
Uses of JpaResourceServerEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer
Methods in org.keycloak.models.map.storage.jpa.authorization.resourceServer that return types with arguments of type JpaResourceServerEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<JpaResourceServerEntity>
JpaResourceServerMapStorage.selectCbConstruct
(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaResourceServerEntity> root) Methods in org.keycloak.models.map.storage.jpa.authorization.resourceServer with parameters of type JpaResourceServerEntityModifier and TypeMethodDescriptionprotected MapResourceServerEntity
JpaResourceServerMapStorage.mapToEntityDelegate
(JpaResourceServerEntity original) Method parameters in org.keycloak.models.map.storage.jpa.authorization.resourceServer with type arguments of type JpaResourceServerEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<JpaResourceServerEntity>
JpaResourceServerMapStorage.selectCbConstruct
(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaResourceServerEntity> root) -
Uses of JpaResourceServerEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.delegate
Constructors in org.keycloak.models.map.storage.jpa.authorization.resourceServer.delegate with parameters of type JpaResourceServerEntityModifierConstructorDescriptionJpaResourceServerDelegateProvider
(JpaResourceServerEntity delegate, jakarta.persistence.EntityManager em)