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.JpaMapStorageem
 
- 
 - 
Constructor SummaryConstructors Constructor Description JpaClientScopeMapStorage(KeycloakSession session, javax.persistence.EntityManager em)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JpaModelCriteriaBuildercreateJpaModelCriteriaBuilder()protected MapClientScopeEntitymapToEntityDelegate(JpaClientScopeEntity original)protected javax.persistence.criteria.Selection<JpaClientScopeEntity>selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaClientScopeEntity> 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- 
JpaClientScopeMapStoragepublic JpaClientScopeMapStorage(KeycloakSession session, javax.persistence.EntityManager em) 
 
- 
 - 
Method Detail- 
selectCbConstructprotected javax.persistence.criteria.Selection<JpaClientScopeEntity> selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaClientScopeEntity> root) - Specified by:
- selectCbConstructin class- JpaMapStorage<JpaClientScopeEntity,MapClientScopeEntity,ClientScopeModel>
 
 - 
setEntityVersionpublic void setEntityVersion(JpaRootEntity entity) - Specified by:
- setEntityVersionin class- JpaMapStorage<JpaClientScopeEntity,MapClientScopeEntity,ClientScopeModel>
 
 - 
createJpaModelCriteriaBuilderpublic JpaModelCriteriaBuilder createJpaModelCriteriaBuilder() - Specified by:
- createJpaModelCriteriaBuilderin class- JpaMapStorage<JpaClientScopeEntity,MapClientScopeEntity,ClientScopeModel>
 
 - 
mapToEntityDelegateprotected MapClientScopeEntity mapToEntityDelegate(JpaClientScopeEntity original) - Specified by:
- mapToEntityDelegatein class- JpaMapStorage<JpaClientScopeEntity,MapClientScopeEntity,ClientScopeModel>
 
 
- 
 
-