Package | Description |
---|---|
com.communote.server.model.user.group | |
com.communote.server.persistence.user.group |
Modifier and Type | Class and Description |
---|---|
class |
UserOfGroupImpl |
Modifier and Type | Method and Description |
---|---|
static UserOfGroup |
UserOfGroup.Factory.newInstance()
Constructs a new instance of
UserOfGroup . |
static UserOfGroup |
UserOfGroup.Factory.newInstance(Group group,
User user)
Constructs a new instance of
UserOfGroup ,
taking all required and/or read-only properties as arguments. |
static UserOfGroup |
UserOfGroup.Factory.newInstance(UserOfGroupModificationType modificationType,
Group group,
User user)
Constructs a new instance of
UserOfGroup ,
taking all possible properties (except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
UserOfGroup |
UserOfGroupDaoBase.create(UserOfGroup userOfGroup) |
UserOfGroup |
UserOfGroupDao.create(UserOfGroup userOfGroup)
Creates an instance of com.communote.server.persistence.user.group.UserOfGroup and adds it to
the persistent store.
|
UserOfGroup |
UserOfGroupDaoBase.findByUserIdGroupId(Long userId,
Long groupId) |
UserOfGroup |
UserOfGroupDao.findByUserIdGroupId(Long userId,
Long groupId)
Returns a UserOfGroup entity identified by the userId and groupId.
|
protected UserOfGroup |
UserOfGroupDaoImpl.handleFindByUserIdGroupId(Long userId,
Long groupId)
Performs the core logic for
UserOfGroupDaoBase.findByUserIdGroupId(Long, Long) |
protected abstract UserOfGroup |
UserOfGroupDaoBase.handleFindByUserIdGroupId(Long userId,
Long groupId)
Performs the core logic for
UserOfGroupDaoBase.findByUserIdGroupId(Long, Long) |
UserOfGroup |
UserOfGroupDaoBase.load(Long id) |
UserOfGroup |
UserOfGroupDao.load(Long id)
Loads an instance of com.communote.server.persistence.user.group.UserOfGroup from the
persistent store.
|
Modifier and Type | Method and Description |
---|---|
Object |
UserOfGroupDaoBase.create(int transform,
UserOfGroup userOfGroup) |
Object |
UserOfGroupDao.create(int transform,
UserOfGroup userOfGroup)
Does the same thing as
UserOfGroupDao.create(com.communote.server.model.user.group.UserOfGroup)
with an additional flag called transform . |
UserOfGroup |
UserOfGroupDaoBase.create(UserOfGroup userOfGroup) |
UserOfGroup |
UserOfGroupDao.create(UserOfGroup userOfGroup)
Creates an instance of com.communote.server.persistence.user.group.UserOfGroup and adds it to
the persistent store.
|
void |
UserOfGroupDaoBase.evict(UserOfGroup entity)
Evicts (removes) the entity from the hibernate cache
|
void |
UserOfGroupDao.evict(UserOfGroup entity)
Evicts (removes) the entity from the hibernate cache
|
void |
UserOfGroupDaoBase.remove(UserOfGroup userOfGroup) |
void |
UserOfGroupDao.remove(UserOfGroup userOfGroup)
Removes the instance of com.communote.server.persistence.user.group.UserOfGroup from the
persistent store.
|
protected Object |
UserOfGroupDaoBase.transformEntity(int transform,
UserOfGroup entity)
Allows transformation of entities into value objects (or something else for that matter),
when the
transform flag is set to one of the constants defined in
com.communote.server.persistence.user.group.UserOfGroupDao , please note that the
UserOfGroupDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be
returned. |
void |
UserOfGroupDaoBase.update(UserOfGroup userOfGroup) |
void |
UserOfGroupDao.update(UserOfGroup userOfGroup)
Updates the
userOfGroup instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<UserOfGroup> |
UserOfGroupDaoBase.create(Collection<UserOfGroup> entities) |
Collection<UserOfGroup> |
UserOfGroupDao.create(Collection<UserOfGroup> entities)
Creates a new instance of com.communote.server.persistence.user.group.UserOfGroup and adds
from the passed in
entities collection |
Collection<UserOfGroup> |
UserOfGroupDaoBase.create(int transform,
Collection<UserOfGroup> entities) |
Collection<?> |
UserOfGroupDao.create(int transform,
Collection<UserOfGroup> entities)
Does the same thing as
UserOfGroupDao.create(com.communote.server.model.user.group.UserOfGroup)
with an additional flag called transform . |
void |
UserOfGroupDaoBase.remove(Collection<UserOfGroup> entities) |
void |
UserOfGroupDao.remove(Collection<UserOfGroup> entities)
Removes all entities in the given
entities |
void |
UserOfGroupDaoBase.update(Collection<UserOfGroup> entities) |
void |
UserOfGroupDao.update(Collection<UserOfGroup> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2019 Communote team. All rights reserved.