Uses of Class
org.keycloak.models.map.storage.jpa.authorization.resource.entity.JpaResourceEntity
-
-
Uses of JpaResourceEntity in org.keycloak.models.map.storage.jpa.authorization.resource
Methods in org.keycloak.models.map.storage.jpa.authorization.resource that return types with arguments of type JpaResourceEntity Modifier and Type Method Description protected javax.persistence.criteria.Selection<JpaResourceEntity>JpaResourceMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaResourceEntity> root)Methods in org.keycloak.models.map.storage.jpa.authorization.resource with parameters of type JpaResourceEntity Modifier and Type Method Description protected MapResourceEntityJpaResourceMapKeycloakTransaction. mapToEntityDelegate(JpaResourceEntity original)Method parameters in org.keycloak.models.map.storage.jpa.authorization.resource with type arguments of type JpaResourceEntity Modifier and Type Method Description protected javax.persistence.criteria.Selection<JpaResourceEntity>JpaResourceMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaResourceEntity> root) -
Uses of JpaResourceEntity in org.keycloak.models.map.storage.jpa.authorization.resource.delegate
Constructors in org.keycloak.models.map.storage.jpa.authorization.resource.delegate with parameters of type JpaResourceEntity Constructor Description JpaResourceDelegateProvider(JpaResourceEntity delegate, javax.persistence.EntityManager em) -
Uses of JpaResourceEntity in org.keycloak.models.map.storage.jpa.authorization.resource.entity
Constructors in org.keycloak.models.map.storage.jpa.authorization.resource.entity with parameters of type JpaResourceEntity Constructor Description JpaResourceAttributeEntity(JpaResourceEntity root, String name, String value)
-