Class JpaScopeMapStorage
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaMapStorage<JpaScopeEntity,MapScopeEntity,Scope>
org.keycloak.models.map.storage.jpa.authorization.scope.JpaScopeMapStorage
- All Implemented Interfaces:
MapStorage<MapScopeEntity,Scope>
-
Field Summary
Fields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorage
em -
Constructor Summary
ConstructorsConstructorDescriptionJpaScopeMapStorage(KeycloakSession session, jakarta.persistence.EntityManager em) -
Method Summary
Modifier and TypeMethodDescriptionprotected MapScopeEntitymapToEntityDelegate(JpaScopeEntity original) protected jakarta.persistence.criteria.Selection<JpaScopeEntity>selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaScopeEntity> root) voidsetEntityVersion(JpaRootEntity entity) Methods inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorage
clearQueryCache, create, delete, delete, getCount, mapToEntityDelegateUnique, read, read, removeFromCacheMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.storage.MapStorage
exists, exists
-
Constructor Details
-
JpaScopeMapStorage
-
-
Method Details
-
selectCbConstruct
protected jakarta.persistence.criteria.Selection<JpaScopeEntity> selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaScopeEntity> root) - Specified by:
selectCbConstructin classJpaMapStorage<JpaScopeEntity,MapScopeEntity, Scope>
-
setEntityVersion
- Specified by:
setEntityVersionin classJpaMapStorage<JpaScopeEntity,MapScopeEntity, Scope>
-
createJpaModelCriteriaBuilder
- Specified by:
createJpaModelCriteriaBuilderin classJpaMapStorage<JpaScopeEntity,MapScopeEntity, Scope>
-
mapToEntityDelegate
- Specified by:
mapToEntityDelegatein classJpaMapStorage<JpaScopeEntity,MapScopeEntity, Scope>
-