Class JpaResourceMapStorage
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaMapStorage<JpaResourceEntity,MapResourceEntity,Resource>
org.keycloak.models.map.storage.jpa.authorization.resource.JpaResourceMapStorage
- All Implemented Interfaces:
MapStorage<MapResourceEntity,
Resource>
public class JpaResourceMapStorage
extends JpaMapStorage<JpaResourceEntity,MapResourceEntity,Resource>
-
Field Summary
Fields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorage
em
-
Constructor Summary
ConstructorDescriptionJpaResourceMapStorage
(KeycloakSession session, jakarta.persistence.EntityManager em) -
Method Summary
Modifier and TypeMethodDescriptionprotected MapResourceEntity
mapToEntityDelegate
(JpaResourceEntity original) protected jakarta.persistence.criteria.Selection<JpaResourceEntity>
selectCbConstruct
(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaResourceEntity> 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
-
JpaResourceMapStorage
-
-
Method Details
-
selectCbConstruct
protected jakarta.persistence.criteria.Selection<JpaResourceEntity> selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaResourceEntity> root) - Specified by:
selectCbConstruct
in classJpaMapStorage<JpaResourceEntity,
MapResourceEntity, Resource>
-
setEntityVersion
- Specified by:
setEntityVersion
in classJpaMapStorage<JpaResourceEntity,
MapResourceEntity, Resource>
-
createJpaModelCriteriaBuilder
- Specified by:
createJpaModelCriteriaBuilder
in classJpaMapStorage<JpaResourceEntity,
MapResourceEntity, Resource>
-
mapToEntityDelegate
- Specified by:
mapToEntityDelegate
in classJpaMapStorage<JpaResourceEntity,
MapResourceEntity, Resource>
-