Interface RelationshipTypeRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<JPARelationshipType,,String> DAO<RelationshipType>,org.springframework.data.repository.ListCrudRepository<JPARelationshipType,,String> RelationshipTypeDAO,RelationshipTypeRepoExt,org.springframework.data.repository.Repository<JPARelationshipType,String>
public interface RelationshipTypeRepo
extends org.springframework.data.repository.ListCrudRepository<JPARelationshipType,String>, RelationshipTypeRepoExt, RelationshipTypeDAO
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT -
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.apache.syncope.core.persistence.api.dao.RelationshipTypeDAO
findByEndAnyType, findByLeftEndAnyTypeMethods inherited from interface org.apache.syncope.core.persistence.jpa.dao.repo.RelationshipTypeRepoExt
deleteById, findByEndAnyType, findByLeftEndAnyType