Class JpaClientMapStorage
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaMapStorage<JpaClientEntity,MapClientEntity,ClientModel>
  
org.keycloak.models.map.storage.jpa.client.JpaClientMapStorage
- All Implemented Interfaces:
- MapStorage<MapClientEntity,- ClientModel> 
- 
Field SummaryFields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorageem
- 
Constructor SummaryConstructorsConstructorDescriptionJpaClientMapStorage(KeycloakSession session, jakarta.persistence.EntityManager em) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected MapClientEntitymapToEntityDelegate(JpaClientEntity original) jakarta.persistence.criteria.Selection<JpaClientEntity>selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaClientEntity> 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- 
JpaClientMapStorage
 
- 
- 
Method Details- 
selectCbConstructpublic jakarta.persistence.criteria.Selection<JpaClientEntity> selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaClientEntity> root) - Specified by:
- selectCbConstructin class- JpaMapStorage<JpaClientEntity,- MapClientEntity, - ClientModel> 
 
- 
setEntityVersion- Specified by:
- setEntityVersionin class- JpaMapStorage<JpaClientEntity,- MapClientEntity, - ClientModel> 
 
- 
createJpaModelCriteriaBuilder- Specified by:
- createJpaModelCriteriaBuilderin class- JpaMapStorage<JpaClientEntity,- MapClientEntity, - ClientModel> 
 
- 
mapToEntityDelegate- Specified by:
- mapToEntityDelegatein class- JpaMapStorage<JpaClientEntity,- MapClientEntity, - ClientModel> 
 
 
-