Interface ContractRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Contract,Long>,org.springframework.data.jpa.repository.JpaRepository<Contract,Long>,org.springframework.data.repository.PagingAndSortingRepository<Contract,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<Contract>,org.springframework.data.repository.Repository<Contract,Long>
@Repository public interface ContractRepository extends org.springframework.data.jpa.repository.JpaRepository<Contract,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Contract>findAllByTenantId(Integer tenantId)-
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
-
-