Class JpaRealmDelegateProvider
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.JpaDelegateProvider<JpaRealmEntity>
-
- org.keycloak.models.map.storage.jpa.realm.delegate.JpaRealmDelegateProvider
-
- All Implemented Interfaces:
DelegateProvider<MapRealmEntity>
public class JpaRealmDelegateProvider extends JpaDelegateProvider<JpaRealmEntity> implements DelegateProvider<MapRealmEntity>
ADelegateProviderimplementation forJpaRealmEntity.- Author:
- Stefan Guilhen
-
-
Constructor Summary
Constructors Constructor Description JpaRealmDelegateProvider(JpaRealmEntity delegate, javax.persistence.EntityManager em)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapRealmEntitygetDelegate(boolean isRead, Enum<? extends EntityField<MapRealmEntity>> field, Object... parameters)protected voidsetDelegateWithAssociation(String associationName)-
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 Detail
-
JpaRealmDelegateProvider
public JpaRealmDelegateProvider(JpaRealmEntity delegate, javax.persistence.EntityManager em)
-
-
Method Detail
-
getDelegate
public MapRealmEntity getDelegate(boolean isRead, Enum<? extends EntityField<MapRealmEntity>> field, Object... parameters)
- Specified by:
getDelegatein interfaceDelegateProvider<MapRealmEntity>
-
setDelegateWithAssociation
protected void setDelegateWithAssociation(String associationName)
-
-