Interface PipelineAttributeRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<PipelineAttribute,Long>,org.springframework.data.jpa.repository.JpaRepository<PipelineAttribute,Long>,org.springframework.data.repository.PagingAndSortingRepository<PipelineAttribute,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<PipelineAttribute>,org.springframework.data.repository.Repository<PipelineAttribute,Long>
@Repository public interface PipelineAttributeRepository extends org.springframework.data.jpa.repository.JpaRepository<PipelineAttribute,Long>
Spring Data repository for the PipelineAttribute entity.
-
-
Method Summary
-
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
-
-