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>
 
 public class JpaGroupMapStorage extends JpaMapStorage<JpaGroupEntity,MapGroupEntity,GroupModel> 
- 
- 
Field Summary- 
Fields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorageem
 
- 
 - 
Constructor SummaryConstructors Constructor Description JpaGroupMapStorage(KeycloakSession session, javax.persistence.EntityManager em)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JpaModelCriteriaBuildercreateJpaModelCriteriaBuilder()protected MapGroupEntitymapToEntityDelegate(JpaGroupEntity original)javax.persistence.criteria.Selection<JpaGroupEntity>selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaGroupEntity> root)voidsetEntityVersion(JpaRootEntity entity)- 
Methods inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorageclearQueryCache, create, delete, delete, getCount, mapToEntityDelegateUnique, read, read, removeFromCache
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.storage.MapStorageexists, exists
 
- 
 
- 
- 
- 
Constructor Detail- 
JpaGroupMapStoragepublic JpaGroupMapStorage(KeycloakSession session, javax.persistence.EntityManager em) 
 
- 
 - 
Method Detail- 
selectCbConstructpublic javax.persistence.criteria.Selection<JpaGroupEntity> selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaGroupEntity> root) - Specified by:
- selectCbConstructin class- JpaMapStorage<JpaGroupEntity,MapGroupEntity,GroupModel>
 
 - 
setEntityVersionpublic void setEntityVersion(JpaRootEntity entity) - Specified by:
- setEntityVersionin class- JpaMapStorage<JpaGroupEntity,MapGroupEntity,GroupModel>
 
 - 
createJpaModelCriteriaBuilderpublic JpaModelCriteriaBuilder createJpaModelCriteriaBuilder() - Specified by:
- createJpaModelCriteriaBuilderin class- JpaMapStorage<JpaGroupEntity,MapGroupEntity,GroupModel>
 
 - 
mapToEntityDelegateprotected MapGroupEntity mapToEntityDelegate(JpaGroupEntity original) - Specified by:
- mapToEntityDelegatein class- JpaMapStorage<JpaGroupEntity,MapGroupEntity,GroupModel>
 
 
- 
 
-