Interface ServerConfigTypeRepo
- All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<ServerConfigType,,Long> systems.dennis.shared.repository.AbstractRepository<ServerConfigType,,Long> org.springframework.data.repository.CrudRepository<ServerConfigType,,Long> systems.dennis.shared.postgres.repository.PaginationRepository<ServerConfigType>,org.springframework.data.repository.Repository<ServerConfigType,Long>
@Repository
public interface ServerConfigTypeRepo
extends systems.dennis.shared.postgres.repository.PaginationRepository<ServerConfigType>
-
Method Summary
Methods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo
exists, filteredCount, filteredData, filteredData, filteredFirst, filteredOneMethods inherited from interface systems.dennis.shared.repository.AbstractRepository
findAll, saveMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll