Interface ScepOrderAttributeRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ScepOrderAttribute,Long>,org.springframework.data.jpa.repository.JpaRepository<ScepOrderAttribute,Long>,org.springframework.data.repository.PagingAndSortingRepository<ScepOrderAttribute,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<ScepOrderAttribute>,org.springframework.data.repository.Repository<ScepOrderAttribute,Long>
@Repository public interface ScepOrderAttributeRepository extends org.springframework.data.jpa.repository.JpaRepository<ScepOrderAttribute,Long>
Spring Data SQL repository for the ScepOrderAttribute entity.
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
-