Class JpaClientScopeMapStorage
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaMapStorage<JpaClientScopeEntity,MapClientScopeEntity,ClientScopeModel>
org.keycloak.models.map.storage.jpa.clientScope.JpaClientScopeMapStorage
- All Implemented Interfaces:
MapStorage<MapClientScopeEntity,
ClientScopeModel>
public class JpaClientScopeMapStorage
extends JpaMapStorage<JpaClientScopeEntity,MapClientScopeEntity,ClientScopeModel>
-
Field Summary
Fields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorage
em
-
Constructor Summary
ConstructorDescriptionJpaClientScopeMapStorage
(KeycloakSession session, jakarta.persistence.EntityManager em) -
Method Summary
Modifier and TypeMethodDescriptionprotected MapClientScopeEntity
mapToEntityDelegate
(JpaClientScopeEntity original) protected jakarta.persistence.criteria.Selection<JpaClientScopeEntity>
selectCbConstruct
(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaClientScopeEntity> root) void
setEntityVersion
(JpaRootEntity entity) Methods inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorage
clearQueryCache, create, delete, delete, getCount, mapToEntityDelegateUnique, read, read, removeFromCache
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.storage.MapStorage
exists, exists
-
Constructor Details
-
JpaClientScopeMapStorage
-
-
Method Details
-
selectCbConstruct
protected jakarta.persistence.criteria.Selection<JpaClientScopeEntity> selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaClientScopeEntity> root) - Specified by:
selectCbConstruct
in classJpaMapStorage<JpaClientScopeEntity,
MapClientScopeEntity, ClientScopeModel>
-
setEntityVersion
- Specified by:
setEntityVersion
in classJpaMapStorage<JpaClientScopeEntity,
MapClientScopeEntity, ClientScopeModel>
-
createJpaModelCriteriaBuilder
- Specified by:
createJpaModelCriteriaBuilder
in classJpaMapStorage<JpaClientScopeEntity,
MapClientScopeEntity, ClientScopeModel>
-
mapToEntityDelegate
- Specified by:
mapToEntityDelegate
in classJpaMapStorage<JpaClientScopeEntity,
MapClientScopeEntity, ClientScopeModel>
-