Interface SubsystemRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Subsystem,,Subsystem.SubsystemId> org.springframework.data.jpa.repository.JpaRepository<Subsystem,,Subsystem.SubsystemId> org.springframework.data.repository.PagingAndSortingRepository<Subsystem,,Subsystem.SubsystemId> org.springframework.data.repository.query.QueryByExampleExecutor<Subsystem>,org.springframework.data.repository.Repository<Subsystem,Subsystem.SubsystemId>
@Repository
public interface SubsystemRepository
extends org.springframework.data.jpa.repository.JpaRepository<Subsystem,Subsystem.SubsystemId>
Repository for queries for sybsystem.
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findAllActive
Get active subsystems.- Returns:
- subsystem name list from database
-