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> 
public interface MonOrderStateRepository
extends org.springframework.data.jpa.repository.JpaRepository<MonOrderState,Long> 
Data Access Object for the MonOrderState class
- Autor:
- Ernst Melchinger
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungfindByName(String name) Get the mon service state with the given nameVon Schnittstelle geerbte Methoden org.springframework.data.repository.CrudRepositorycount, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveVon Schnittstelle geerbte Methoden org.springframework.data.jpa.repository.JpaRepositorydeleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushVon Schnittstelle geerbte Methoden org.springframework.data.repository.PagingAndSortingRepositoryfindAllVon Schnittstelle geerbte Methoden org.springframework.data.repository.query.QueryByExampleExecutorcount, exists, findAll, findBy, findOne
- 
Methodendetails- 
findByNameGet 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
 
 
-