@Repository public interface DocumentDetailsRepository extends org.springframework.data.jpa.repository.JpaRepository<DocumentDetails,Long>
| Modifier and Type | Method and Description |
|---|---|
List<DocumentDetails> |
findByObjectId(Long objectId) |
List<DocumentDetails> |
findByObjectIdAndObjectType(Long objectId,
String objectType) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllList<DocumentDetails> findByObjectId(Long objectId)
List<DocumentDetails> findByObjectIdAndObjectType(Long objectId, String objectType)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.