Uses of Class
org.keycloak.models.map.storage.jpa.lock.entity.JpaLockEntity
Packages that use JpaLockEntity
Package
Description
-
Uses of JpaLockEntity in org.keycloak.models.map.storage.jpa.lock
Methods in org.keycloak.models.map.storage.jpa.lock that return types with arguments of type JpaLockEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<JpaLockEntity>JpaLockMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaLockEntity> root) Methods in org.keycloak.models.map.storage.jpa.lock with parameters of type JpaLockEntityModifier and TypeMethodDescriptionprotected MapLockEntityJpaLockMapStorage.mapToEntityDelegate(JpaLockEntity original) Method parameters in org.keycloak.models.map.storage.jpa.lock with type arguments of type JpaLockEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<JpaLockEntity>JpaLockMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaLockEntity> root) -
Uses of JpaLockEntity in org.keycloak.models.map.storage.jpa.lock.delegate
Constructors in org.keycloak.models.map.storage.jpa.lock.delegate with parameters of type JpaLockEntityModifierConstructorDescriptionJpaLockDelegateProvider(JpaLockEntity delegate, jakarta.persistence.EntityManager em)