public class UserProfileDaoImpl extends UserProfileDaoBase
UserProfile
TRANSFORM_KENMEIUSERPROFILEVO, TRANSFORM_NONE
Constructor and Description |
---|
UserProfileDaoImpl() |
Modifier and Type | Method and Description |
---|---|
void |
toUserProfileVO(UserProfile source,
UserProfileVO target)
Copies the fields of the specified entity to the target value object.
|
UserProfile |
userProfileVOToEntity(UserProfileVO userProfileVO)
Converts an instance of type
UserProfileVO to
this DAO's entity. |
void |
userProfileVOToEntity(UserProfileVO source,
UserProfile target,
boolean copyIfNull)
Copies the fields of
UserProfileVO to the
specified entity. |
create, create, create, create, evict, kenmeiUserProfileVOToEntityCollection, load, load, loadAll, loadAll, remove, remove, remove, toKenmeiUserProfileVO, toKenmeiUserProfileVOCollection, toUserProfileVO, transformEntities, transformEntity, update, update
public void toUserProfileVO(UserProfile source, UserProfileVO target)
toUserProfileVO
in interface UserProfileDao
toUserProfileVO
in class UserProfileDaoBase
UserProfileDao.toUserProfileVO(com.communote.server.model.user.UserProfile,
com.communote.server.persistence.user.UserProfileVO)
public UserProfile userProfileVOToEntity(UserProfileVO userProfileVO)
UserProfileVO
to
this DAO's entity.public void userProfileVOToEntity(UserProfileVO source, UserProfile target, boolean copyIfNull)
UserProfileVO
to the
specified entity.userProfileVOToEntity
in interface UserProfileDao
userProfileVOToEntity
in class UserProfileDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value
is NULL. If TRUE, it will be copied regardless of its value.com.communote.server.persistence.user.UserProfileDao#kenmeiUserProfileVOToEntity(com.communote.server.persistence.user.UserProfileVO,
com.communote.server.model.user.UserProfile)
Copyright © 2019 Communote team. All rights reserved.