Uses of Class
org.keycloak.models.map.storage.jpa.clientScope.entity.JpaClientScopeEntity
Packages that use JpaClientScopeEntity
Package
Description
-
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 JpaClientScopeEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<JpaClientScopeEntity>JpaClientScopeMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaClientScopeEntity> root) Methods in org.keycloak.models.map.storage.jpa.clientScope with parameters of type JpaClientScopeEntityModifier and TypeMethodDescriptionprotected MapClientScopeEntityJpaClientScopeMapStorage.mapToEntityDelegate(JpaClientScopeEntity original) Method parameters in org.keycloak.models.map.storage.jpa.clientScope with type arguments of type JpaClientScopeEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<JpaClientScopeEntity>JpaClientScopeMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.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 JpaClientScopeEntityModifierConstructorDescriptionJpaClientScopeDelegateProvider(JpaClientScopeEntity delegate, jakarta.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 JpaClientScopeEntityModifierConstructorDescriptionJpaClientScopeAttributeEntity(JpaClientScopeEntity root, String name, String value)