public interface BookmarkDAO extends PersistentObjectDAO<Bookmark>
Modifier and Type | Method and Description |
---|---|
List<Bookmark> |
findByUserId(long userId)
Finds all bookmarks for the given user id.
|
List<Bookmark> |
findByUserIdAndDocId(long userId,
long docId)
Finds all bookmarks for the given user id and the given document id.
|
bulkUpdate, delete, deleteAll, findAll, findAllIds, findById, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, initialize, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForRowSet, store
Copyright © 2008-2014 Logical Objects. All Rights Reserved.