Class JpaClientScopeDelegateProvider
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.JpaDelegateProvider<JpaClientScopeEntity>
-
- org.keycloak.models.map.storage.jpa.clientScope.delegate.JpaClientScopeDelegateProvider
-
- All Implemented Interfaces:
DelegateProvider<MapClientScopeEntity>
public class JpaClientScopeDelegateProvider extends JpaDelegateProvider<JpaClientScopeEntity> implements DelegateProvider<MapClientScopeEntity>
-
-
Constructor Summary
Constructors Constructor Description JpaClientScopeDelegateProvider(JpaClientScopeEntity delegate, javax.persistence.EntityManager em)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapClientScopeEntitygetDelegate(boolean isRead, Enum<? extends EntityField<MapClientScopeEntity>> field, Object... parameters)-
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
-
JpaClientScopeDelegateProvider
public JpaClientScopeDelegateProvider(JpaClientScopeEntity delegate, javax.persistence.EntityManager em)
-
-
Method Detail
-
getDelegate
public MapClientScopeEntity getDelegate(boolean isRead, Enum<? extends EntityField<MapClientScopeEntity>> field, Object... parameters)
- Specified by:
getDelegatein interfaceDelegateProvider<MapClientScopeEntity>
-
-