public interface DocumentLinkDAO extends PersistentObjectDAO<DocumentLink>
DocumentLink
handling.Modifier and Type | Method and Description |
---|---|
List<DocumentLink> |
findByDocId(long docId)
This method finds the list of document link in which there is a document
with the given ID.
|
List<DocumentLink> |
findByDocId(long docId,
String type)
This method finds the list of document link, filtered by the given link
type, in which there is a document with the given ID.
|
DocumentLink |
findByDocIdsAndType(long docId1,
long docId2,
String type)
Find a document link using its alternate keys.
|
bulkUpdate, delete, deleteAll, findAll, findAllIds, findById, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, initialize, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForRowSet, store
List<DocumentLink> findByDocId(long docId)
docId
- ID of the document.List<DocumentLink> findByDocId(long docId, String type)
docId
- ID of the document.type
- Type of each document link in the return list.DocumentLink findByDocIdsAndType(long docId1, long docId2, String type)
docId1
- docId2
- type
- Copyright © 2008-2014 Logical Objects. All Rights Reserved.