Interface ExternalResourceRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Neo4jExternalResource,,String> DAO<ExternalResource>,ExternalResourceDAO,ExternalResourceRepoExt,org.springframework.data.repository.ListCrudRepository<Neo4jExternalResource,,String> org.springframework.data.repository.Repository<Neo4jExternalResource,String>
public interface ExternalResourceRepo
extends org.springframework.data.repository.ListCrudRepository<Neo4jExternalResource,String>, ExternalResourceRepoExt, ExternalResourceDAO
-
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.ExternalResourceRepoExt
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.ExternalResourceDAO
anyItemHaving, authFind, deleteMapping, findByConnInstance, findByPolicy, findByPropagationActionsContaining, findByProvisionSorterMethods inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.ExternalResourceRepoExt
authFind, deleteById, deleteMapping, findAll, findByConnInstance, findById, findByPolicy, findByPropagationActionsContaining, findByProvisionSorter, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll