Class JpaGroupMapStorage
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaMapStorage<JpaGroupEntity,MapGroupEntity,GroupModel>
org.keycloak.models.map.storage.jpa.group.JpaGroupMapStorage
- All Implemented Interfaces:
MapStorage<MapGroupEntity,GroupModel>
-
Field Summary
Fields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorage
em -
Constructor Summary
ConstructorsConstructorDescriptionJpaGroupMapStorage(KeycloakSession session, jakarta.persistence.EntityManager em) -
Method Summary
Modifier and TypeMethodDescriptionprotected MapGroupEntitymapToEntityDelegate(JpaGroupEntity original) jakarta.persistence.criteria.Selection<JpaGroupEntity>selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaGroupEntity> 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
-
JpaGroupMapStorage
-
-
Method Details
-
selectCbConstruct
public jakarta.persistence.criteria.Selection<JpaGroupEntity> selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaGroupEntity> root) - Specified by:
selectCbConstructin classJpaMapStorage<JpaGroupEntity,MapGroupEntity, GroupModel>
-
setEntityVersion
- Specified by:
setEntityVersionin classJpaMapStorage<JpaGroupEntity,MapGroupEntity, GroupModel>
-
createJpaModelCriteriaBuilder
- Specified by:
createJpaModelCriteriaBuilderin classJpaMapStorage<JpaGroupEntity,MapGroupEntity, GroupModel>
-
mapToEntityDelegate
- Specified by:
mapToEntityDelegatein classJpaMapStorage<JpaGroupEntity,MapGroupEntity, GroupModel>
-