Interface AnyTypeRepo

All Superinterfaces:
AnyTypeDAO, AnyTypeRepoExt, org.springframework.data.repository.CrudRepository<JPAAnyType,String>, DAO<AnyType>, org.springframework.data.repository.ListCrudRepository<JPAAnyType,String>, org.springframework.data.repository.Repository<JPAAnyType,String>

public interface AnyTypeRepo extends org.springframework.data.repository.ListCrudRepository<JPAAnyType,String>, AnyTypeRepoExt, AnyTypeDAO
  • 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.AnyTypeDAO

    findByClassesContaining, getGroup, getUser

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

    deleteById, getGroup, getUser

    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