Interface ServerConfigRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ServerConfig,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<ServerConfig>,systems.dennis.shared.repository.PaginationRepository<ServerConfig>,org.springframework.data.repository.Repository<ServerConfig,Long>
public interface ServerConfigRepo
extends systems.dennis.shared.repository.PaginationRepository<ServerConfig>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanexistsByTypeAndActiveIsTrueAndIdNot(Long type, Long id) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAllMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findBy, findOneMethods inherited from interface systems.dennis.shared.repository.PaginationRepository
findAll, findAll, findFirst, save
-
Method Details
-
existsByTypeAndActiveIsTrueAndIdNot
-
existsByTypeAndActiveIsTrue
-
findFirstByActiveIsTrueAndType
-