Interface ImplementationRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Neo4jImplementation,,String> DAO<Implementation>,ImplementationDAO,ImplementationRepoExt,org.springframework.data.repository.ListCrudRepository<Neo4jImplementation,,String> org.springframework.data.repository.Repository<Neo4jImplementation,String>
public interface ImplementationRepo
extends org.springframework.data.repository.ListCrudRepository<Neo4jImplementation,String>, ImplementationRepoExt, ImplementationDAO
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORTFields inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.ImplementationRepoExt
CACHE -
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.apache.syncope.core.persistence.api.dao.ImplementationDAO
findByType, findByTypeAndKeywordMethods inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.ImplementationRepoExt
deleteById, findById, findByTypeAndKeyword, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll