Package org.keycloak.models.map.storage.jpa
package org.keycloak.models.map.storage.jpa
-
ClassDescriptionAdding listeners to Hibernate's entity manager for the JPA Map store.Interface for jpa child entities which are in form of attributes.Enhances
JpaAttributeEntity
with value_hash column.Interface for all child entities for JPA map storage.Base class for all delegate providers for the JPA storage.JpaModelCriteriaBuilder<E,M, Self extends JpaModelCriteriaBuilder<E, M, Self>> Abstract class containing methods common to all Jpa*ModelCriteriaBuilder implementationsInterface for all root entities in the JPA storage.Interface for all root entities which implements optimistic locking.This is handed down to aJpaModelCriteriaBuilder
to be able to create subqueries.Wraps anEntityTransaction
as aKeycloakTransaction
so it can be enlisted inKeycloakTransactionManager
.