Uses of Class
org.keycloak.models.map.storage.jpa.clientScope.entity.JpaClientScopeEntity
-
-
Uses of JpaClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScope
Methods in org.keycloak.models.map.storage.jpa.clientScope that return types with arguments of type JpaClientScopeEntity Modifier and Type Method Description protected javax.persistence.criteria.Selection<JpaClientScopeEntity>JpaClientScopeMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaClientScopeEntity> root)Methods in org.keycloak.models.map.storage.jpa.clientScope with parameters of type JpaClientScopeEntity Modifier and Type Method Description protected MapClientScopeEntityJpaClientScopeMapKeycloakTransaction. mapToEntityDelegate(JpaClientScopeEntity original)Method parameters in org.keycloak.models.map.storage.jpa.clientScope with type arguments of type JpaClientScopeEntity Modifier and Type Method Description protected javax.persistence.criteria.Selection<JpaClientScopeEntity>JpaClientScopeMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaClientScopeEntity> root) -
Uses of JpaClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScope.delegate
Constructors in org.keycloak.models.map.storage.jpa.clientScope.delegate with parameters of type JpaClientScopeEntity Constructor Description JpaClientScopeDelegateProvider(JpaClientScopeEntity delegate, javax.persistence.EntityManager em) -
Uses of JpaClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScope.entity
Constructors in org.keycloak.models.map.storage.jpa.clientScope.entity with parameters of type JpaClientScopeEntity Constructor Description JpaClientScopeAttributeEntity(JpaClientScopeEntity root, String name, String value)
-