@Repository public interface AdvertisementBatchDemandGenRepository extends org.springframework.data.jpa.repository.JpaRepository<AdvertisementBatchDemandGenerate,Long>
| Modifier and Type | Method and Description |
|---|---|
List<AdvertisementBatchDemandGenerate> |
findActiveBatchDemands() |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select A from AdvertisementBatchDemandGenerate A where A.active is true order by createdDate asc ") List<AdvertisementBatchDemandGenerate> findActiveBatchDemands()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.