public class UserNoteEntityDaoImpl extends UserNoteEntityDaoBase
UserNoteEntity
TRANSFORM_NONE
Constructor and Description |
---|
UserNoteEntityDaoImpl() |
Modifier and Type | Method and Description |
---|---|
protected UserNoteEntity |
handleFindByUserIdNoteId(Long userId,
Long noteId)
Performs the core logic for
UserNoteEntityDaoBase.findByUserIdNoteId(Long, Long) |
protected int |
handleRemoveUserNoteEntitiesForNote(Long noteId)
Performs the core logic for
UserNoteEntityDaoBase.removeUserNoteEntitiesForNote(Long) |
protected int |
handleRemoveUserNoteEntitiesForUser(Long userId)
Performs the core logic for
UserNoteEntityDaoBase.removeUserNoteEntitiesForUser(Long) |
create, create, create, create, evict, findByUserIdNoteId, load, load, loadAll, loadAll, remove, remove, remove, removeUserNoteEntitiesForNote, removeUserNoteEntitiesForUser, transformEntities, transformEntity, update, update
protected UserNoteEntity handleFindByUserIdNoteId(Long userId, Long noteId)
UserNoteEntityDaoBase.findByUserIdNoteId(Long, Long)
handleFindByUserIdNoteId
in class UserNoteEntityDaoBase
UserNoteEntityDao.findByUserIdNoteId(Long,
Long)
protected int handleRemoveUserNoteEntitiesForNote(Long noteId)
UserNoteEntityDaoBase.removeUserNoteEntitiesForNote(Long)
handleRemoveUserNoteEntitiesForNote
in class UserNoteEntityDaoBase
protected int handleRemoveUserNoteEntitiesForUser(Long userId)
UserNoteEntityDaoBase.removeUserNoteEntitiesForUser(Long)
handleRemoveUserNoteEntitiesForUser
in class UserNoteEntityDaoBase
Copyright © 2019 Communote team. All rights reserved.