Class ImplementationRepoExtImpl
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.repo.ImplementationRepoExtImpl
- All Implemented Interfaces:
ImplementationRepoExt
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EntityCacheDAOprotected final EntityManagerprotected final ExternalResourceDAO -
Constructor Summary
ConstructorsConstructorDescriptionImplementationRepoExtImpl(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(String key) findByTypeAndKeyword(String type, String keyword) save(Implementation implementation)
-
Field Details
-
resourceDAO
-
entityCacheDAO
-
entityManager
-
-
Constructor Details
-
ImplementationRepoExtImpl
public ImplementationRepoExtImpl(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager)
-
-
Method Details
-
findByTypeAndKeyword
- Specified by:
findByTypeAndKeywordin interfaceImplementationRepoExt
-
save
- Specified by:
savein interfaceImplementationRepoExt
-
deleteById
- Specified by:
deleteByIdin interfaceImplementationRepoExt
-