Uses of Class
org.keycloak.models.map.storage.jpa.authorization.scope.entity.JpaScopeEntity
Packages that use JpaScopeEntity
Package
Description
-
Uses of JpaScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope
Methods in org.keycloak.models.map.storage.jpa.authorization.scope that return types with arguments of type JpaScopeEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<JpaScopeEntity>JpaScopeMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaScopeEntity> root) Methods in org.keycloak.models.map.storage.jpa.authorization.scope with parameters of type JpaScopeEntityModifier and TypeMethodDescriptionprotected MapScopeEntityJpaScopeMapStorage.mapToEntityDelegate(JpaScopeEntity original) Method parameters in org.keycloak.models.map.storage.jpa.authorization.scope with type arguments of type JpaScopeEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<JpaScopeEntity>JpaScopeMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaScopeEntity> root) -
Uses of JpaScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope.delagate
Constructors in org.keycloak.models.map.storage.jpa.authorization.scope.delagate with parameters of type JpaScopeEntityModifierConstructorDescriptionJpaScopeDelegateProvider(JpaScopeEntity delegate, jakarta.persistence.EntityManager em)