Class NetworkServiceRepoExtImpl
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.repo.NetworkServiceRepoExtImpl
- All Implemented Interfaces:
NetworkServiceRepoExt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAll(NetworkService service) findAll(NetworkService.Type serviceType)
-
Field Details
-
entityManager
-
-
Constructor Details
-
NetworkServiceRepoExtImpl
-
-
Method Details
-
findAll
@Transactional(readOnly=true) public List<NetworkServiceEntity> findAll(NetworkService.Type serviceType) - Specified by:
findAllin interfaceNetworkServiceRepoExt
-
deleteAll
- Specified by:
deleteAllin interfaceNetworkServiceRepoExt
-