Interface InvitationRepo

All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<InvitationModel,Long>, systems.dennis.shared.repository.AbstractRepository<InvitationModel,Long>, org.springframework.data.repository.CrudRepository<InvitationModel,Long>, systems.dennis.shared.postgres.repository.PaginationRepository<InvitationModel>, org.springframework.data.repository.Repository<InvitationModel,Long>

public interface InvitationRepo extends systems.dennis.shared.postgres.repository.PaginationRepository<InvitationModel>
  • Method Summary

    Methods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo

    exists, filteredCount, filteredData, filteredData, filteredFirst, filteredOne

    Methods inherited from interface systems.dennis.shared.repository.AbstractRepository

    findAll, save

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll