Class JpaLockDelegateProvider
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaDelegateProvider<JpaLockEntity>
org.keycloak.models.map.storage.jpa.lock.delegate.JpaLockDelegateProvider
- All Implemented Interfaces:
DelegateProvider<MapLockEntity>
public class JpaLockDelegateProvider
extends JpaDelegateProvider<JpaLockEntity>
implements DelegateProvider<MapLockEntity>
A
DelegateProvider
implementation for JpaLockEntity
.- Author:
- Stefan Guilhen
-
Constructor Summary
ConstructorDescriptionJpaLockDelegateProvider
(JpaLockEntity delegate, jakarta.persistence.EntityManager em) -
Method Summary
Modifier and TypeMethodDescriptiongetDelegate
(boolean isRead, Enum<? extends EntityField<MapLockEntity>> field, Object... parameters) Returns a delegate for and entity for an operation on a field.Methods inherited from class org.keycloak.models.map.storage.jpa.JpaDelegateProvider
getDelegate, setDelegate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.delegate.DelegateProvider
isUpdated
-
Constructor Details
-
JpaLockDelegateProvider
-
-
Method Details
-
getDelegate
public MapLockEntity getDelegate(boolean isRead, Enum<? extends EntityField<MapLockEntity>> field, Object... parameters) Description copied from interface:DelegateProvider
Returns a delegate for and entity for an operation on a field.- Specified by:
getDelegate
in interfaceDelegateProvider<MapLockEntity>
- Parameters:
isRead
-true
when the delegate requested for a read operation, false otherwisefield
- Identification of the field this delegates operates on. While this parameter can be any object includingnull
, if it is a known field, then it is guaranteed to be one of theEntityField
s enumerated in one of theMap*EntityFields
enum.- Returns:
-