Package de.dlr.proseo.model.dao
Schnittstelle MonServiceStateRepository
- Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<MonServiceState,
,Long> org.springframework.data.jpa.repository.JpaRepository<MonServiceState,
,Long> org.springframework.data.repository.PagingAndSortingRepository<MonServiceState,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<MonServiceState>
,org.springframework.data.repository.Repository<MonServiceState,
Long>
@Repository
public interface MonServiceStateRepository
extends org.springframework.data.jpa.repository.JpaRepository<MonServiceState,Long>
Data Access Object for the MonService class
- Autor:
- Ernst Melchinger
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfindByName
(String name) Get the mon service state with the given nameVon Schnittstelle geerbte Methoden org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
Von Schnittstelle geerbte Methoden org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
Von Schnittstelle geerbte Methoden org.springframework.data.repository.PagingAndSortingRepository
findAll
Von Schnittstelle geerbte Methoden org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
-
Methodendetails
-
findByName
Get the mon service state with the given name- Parameter:
name
- the name of the service- Gibt zurück:
- the unique mon service state identified by the name
-