public class UserNotePropertyDaoImpl extends UserNotePropertyDaoBase
UserNoteProperty
TRANSFORM_NONE
Constructor and Description |
---|
UserNotePropertyDaoImpl() |
Modifier and Type | Method and Description |
---|---|
protected Collection<UserNoteProperty> |
handleFindProperties(Long noteId,
String keyGroup,
String key)
Performs the core logic for
UserNotePropertyDaoBase.findProperties(Long, String, String) |
protected UserNoteProperty |
handleFindProperty(Long noteId,
String keyGroup,
String key)
Performs the core logic for
UserNotePropertyDaoBase.findProperty(Long, String, String) |
protected int |
handleRemovePropertiesForNote(Long noteId)
Performs the core logic for
UserNotePropertyDaoBase.removePropertiesForNote(Long) |
protected int |
handleRemovePropertiesForUser(Long userId)
Performs the core logic for
UserNotePropertyDaoBase.removePropertiesForUser(Long) |
create, create, create, create, evict, findProperties, findProperty, load, load, loadAll, loadAll, remove, remove, remove, removePropertiesForNote, removePropertiesForUser, transformEntities, transformEntity, update, update
protected Collection<UserNoteProperty> handleFindProperties(Long noteId, String keyGroup, String key)
UserNotePropertyDaoBase
UserNotePropertyDaoBase.findProperties(Long, String, String)
handleFindProperties
in class UserNotePropertyDaoBase
protected UserNoteProperty handleFindProperty(Long noteId, String keyGroup, String key)
UserNotePropertyDaoBase
UserNotePropertyDaoBase.findProperty(Long, String, String)
handleFindProperty
in class UserNotePropertyDaoBase
protected int handleRemovePropertiesForNote(Long noteId)
UserNotePropertyDaoBase
UserNotePropertyDaoBase.removePropertiesForNote(Long)
handleRemovePropertiesForNote
in class UserNotePropertyDaoBase
protected int handleRemovePropertiesForUser(Long userId)
UserNotePropertyDaoBase
UserNotePropertyDaoBase.removePropertiesForUser(Long)
handleRemovePropertiesForUser
in class UserNotePropertyDaoBase
Copyright © 2019 Communote team. All rights reserved.