Class JpaClientDelegateProvider<T extends MapClientEntity>
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.client.delegate.JpaClientDelegateProvider<T>
-
- All Implemented Interfaces:
DelegateProvider
public class JpaClientDelegateProvider<T extends MapClientEntity> extends Object implements DelegateProvider
-
-
Constructor Summary
Constructors Constructor Description JpaClientDelegateProvider(JpaClientEntity deledate, javax.persistence.EntityManager em)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JpaClientEntitygetDelegate(boolean isRead, Object field, Object... parameters)-
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 Detail
-
JpaClientDelegateProvider
public JpaClientDelegateProvider(JpaClientEntity deledate, javax.persistence.EntityManager em)
-
-
Method Detail
-
getDelegate
public JpaClientEntity getDelegate(boolean isRead, Object field, Object... parameters)
- Specified by:
getDelegatein interfaceDelegateProvider<T extends MapClientEntity>
-
-