Package de.dlr.proseo.model.dao
Schnittstelle MonOrderStateRepository
- Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<MonOrderState,
,Long> org.springframework.data.jpa.repository.JpaRepository<MonOrderState,
,Long> org.springframework.data.repository.PagingAndSortingRepository<MonOrderState,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<MonOrderState>
,org.springframework.data.repository.Repository<MonOrderState,
Long>
@Repository
public interface MonOrderStateRepository
extends org.springframework.data.jpa.repository.JpaRepository<MonOrderState,Long>
Data Access Object for the MonOrderState 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
-