Class RelationshipTypeRepoExtImpl
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.repo.RelationshipTypeRepoExtImpl
- All Implemented Interfaces:
RelationshipTypeRepoExt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(String key) findByEndAnyType(AnyType anyType) List<? extends RelationshipType> findByLeftEndAnyType(AnyType anyType) protected Collection<? extends Relationship<?, ?>>
-
Field Details
-
entityManager
-
-
Constructor Details
-
RelationshipTypeRepoExtImpl
-
-
Method Details
-
findByEndAnyType
- Specified by:
findByEndAnyTypein interfaceRelationshipTypeRepoExt
-
findByLeftEndAnyType
- Specified by:
findByLeftEndAnyTypein interfaceRelationshipTypeRepoExt
-
findRelationshipsByType
-
deleteById
- Specified by:
deleteByIdin interfaceRelationshipTypeRepoExt
-