Interface ConnInstanceRepo

All Superinterfaces:
ConnInstanceDAO, ConnInstanceRepoExt, org.springframework.data.repository.CrudRepository<JPAConnInstance,String>, DAO<ConnInstance>, org.springframework.data.repository.ListCrudRepository<JPAConnInstance,String>, org.springframework.data.repository.Repository<JPAConnInstance,String>

public interface ConnInstanceRepo extends org.springframework.data.repository.ListCrudRepository<JPAConnInstance,String>, ConnInstanceRepoExt, ConnInstanceDAO
  • Field Summary

    Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO

    DEFAULT_SORT
  • Method Summary

    Methods inherited from interface org.apache.syncope.core.persistence.api.dao.ConnInstanceDAO

    authFind

    Methods inherited from interface org.apache.syncope.core.persistence.jpa.dao.repo.ConnInstanceRepoExt

    authFind, deleteById, findAll, save

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO

    count, delete, deleteById, existsById, findAll, findById, save

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll