Interface TurAemAttributeSpecificationRepository
- All Superinterfaces:
CrudRepository<TurAemAttributeSpecification,
,String> JpaRepository<TurAemAttributeSpecification,
,String> ListCrudRepository<TurAemAttributeSpecification,
,String> ListPagingAndSortingRepository<TurAemAttributeSpecification,
,String> PagingAndSortingRepository<TurAemAttributeSpecification,
,String> QueryByExampleExecutor<TurAemAttributeSpecification>
,Repository<TurAemAttributeSpecification,
String>
public interface TurAemAttributeSpecificationRepository
extends JpaRepository<TurAemAttributeSpecification,String>
-
Method Summary
Modifier and TypeMethodDescriptionfindByTurAemSource
(TurAemSource turAemSource) findByTurAemSourceAndName
(TurAemSource turAemSource, String name) Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Methods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface ListPagingAndSortingRepository
findAll
Methods inherited from interface PagingAndSortingRepository
findAll
Methods inherited from interface QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByTurAemSource
-
findByTurAemSourceAndName
Optional<TurAemAttributeSpecification> findByTurAemSourceAndName(TurAemSource turAemSource, String name)
-