Interface ServerConfigRepo<TYPE_ID extends Serializable>
- All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<ServerConfig,,Long> systems.dennis.shared.repository.AbstractRepository<ServerConfig,,Long> org.springframework.data.repository.CrudRepository<ServerConfig,,Long> systems.dennis.shared.postgres.repository.PaginationRepository<ServerConfig>,org.springframework.data.repository.Repository<ServerConfig,Long>
@Repository
public interface ServerConfigRepo<TYPE_ID extends Serializable>
extends systems.dennis.shared.postgres.repository.PaginationRepository<ServerConfig>
-
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