Interface TransportUnitRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<TransportUnit,Long>
,org.springframework.data.jpa.repository.JpaRepository<TransportUnit,Long>
,org.springframework.data.repository.PagingAndSortingRepository<TransportUnit,Long>
,org.springframework.data.repository.query.QueryByExampleExecutor<TransportUnit>
,org.springframework.data.repository.Repository<TransportUnit,Long>
interface TransportUnitRepository extends org.springframework.data.jpa.repository.JpaRepository<TransportUnit,Long>
A TransportUnitRepository.- Author:
- Heiko Scherrer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<TransportUnit>
findByBarcode(String barcode)
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-
-
-
Method Detail
-
findByBarcode
Optional<TransportUnit> findByBarcode(String barcode)
-
-