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, saveMethods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface ListPagingAndSortingRepository
findAllMethods inherited from interface PagingAndSortingRepository
findAllMethods inherited from interface QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByTurAemSource
-
findByTurAemSourceAndName
Optional<TurAemAttributeSpecification> findByTurAemSourceAndName(TurAemSource turAemSource, String name)
-