Interface FIQLQueryRepo

All Superinterfaces:
org.springframework.data.repository.CrudRepository<JPAFIQLQuery,String>, DAO<FIQLQuery>, FIQLQueryDAO, FIQLQueryRepoExt, org.springframework.data.repository.ListCrudRepository<JPAFIQLQuery,String>, org.springframework.data.repository.Repository<JPAFIQLQuery,String>

public interface FIQLQueryRepo extends org.springframework.data.repository.ListCrudRepository<JPAFIQLQuery,String>, FIQLQueryRepoExt, FIQLQueryDAO
  • 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, 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.apache.syncope.core.persistence.api.dao.FIQLQueryDAO

    findByOwner

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

    findByOwner

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

    findAll, findAllById, saveAll