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 SummaryFields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorageem
- 
Constructor SummaryConstructorsConstructorDescriptionJpaClientScopeMapStorage(KeycloakSession session, jakarta.persistence.EntityManager em) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected MapClientScopeEntitymapToEntityDelegate(JpaClientScopeEntity original) protected jakarta.persistence.criteria.Selection<JpaClientScopeEntity>selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.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, removeFromCacheMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.storage.MapStorageexists, exists
- 
Constructor Details- 
JpaClientScopeMapStorage
 
- 
- 
Method Details- 
selectCbConstructprotected jakarta.persistence.criteria.Selection<JpaClientScopeEntity> selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaClientScopeEntity> root) - Specified by:
- selectCbConstructin class- JpaMapStorage<JpaClientScopeEntity,- MapClientScopeEntity, - ClientScopeModel> 
 
- 
setEntityVersion- Specified by:
- setEntityVersionin class- JpaMapStorage<JpaClientScopeEntity,- MapClientScopeEntity, - ClientScopeModel> 
 
- 
createJpaModelCriteriaBuilder- Specified by:
- createJpaModelCriteriaBuilderin class- JpaMapStorage<JpaClientScopeEntity,- MapClientScopeEntity, - ClientScopeModel> 
 
- 
mapToEntityDelegate- Specified by:
- mapToEntityDelegatein class- JpaMapStorage<JpaClientScopeEntity,- MapClientScopeEntity, - ClientScopeModel> 
 
 
-