public abstract class InviteUserToClientSecurityCodeDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements InviteUserToClientSecurityCodeDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
InviteUserToClientSecurityCode.
InviteUserToClientSecurityCode| Constructor and Description |
|---|
InviteUserToClientSecurityCodeDaoBase() |
| Modifier and Type | Method and Description |
|---|---|
Collection<InviteUserToClientSecurityCode> |
create(Collection<InviteUserToClientSecurityCode> entities)
Creates a new instance of InviteUserToClientSecurityCode and adds from the passed in
entities collection |
InviteUserToClientSecurityCode |
create(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
Creates an instance of the invite SecurityCode and adds it to the persistent store.
|
void |
evict(InviteUserToClientSecurityCode entity)
Evicts (removes) the entity from the hibernate cache
|
InviteUserToClientSecurityCode |
findByUser(Long userId)
Find an existing security code by the ID of the invited user
|
protected abstract InviteUserToClientSecurityCode |
handleFindByUser(Long userId)
Performs the core logic for
findByUser(Long) |
InviteUserToClientSecurityCode |
load(Long id)
Loads an instance of InviteUserToClientSecurityCode from the persistent store.
|
List<InviteUserToClientSecurityCode> |
loadAll()
Loads all entities of type
InviteUserToClientSecurityCode. |
void |
remove(Collection<InviteUserToClientSecurityCode> entities)
Removes all entities in the given
entities |
void |
remove(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
Removes the instance of InviteUserToClientSecurityCode from the persistent store.
|
void |
remove(Long id)
Removes the instance of InviteUserToClientSecurityCode having the given
identifier from the persistent store. |
void |
update(Collection<InviteUserToClientSecurityCode> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
update(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
Updates the
inviteUserToClientSecurityCode instance in the persistent store. |
public InviteUserToClientSecurityCodeDaoBase()
public Collection<InviteUserToClientSecurityCode> create(Collection<InviteUserToClientSecurityCode> entities)
InviteUserToClientSecurityCodeDaoentities collectioncreate in interface InviteUserToClientSecurityCodeDaoentities - the collection of InviteUserToClientSecurityCode instances to create.public InviteUserToClientSecurityCode create(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
InviteSecurityCodeDaocreate in interface InviteSecurityCodeDao<InviteUserToClientSecurityCode>public void evict(InviteUserToClientSecurityCode entity)
InviteUserToClientSecurityCodeDaoevict in interface InviteUserToClientSecurityCodeDaoentity - the entity to evictpublic InviteUserToClientSecurityCode findByUser(Long userId)
InviteSecurityCodeDaofindByUser in interface InviteSecurityCodeDao<InviteUserToClientSecurityCode>userId - the ID of the invited userprotected abstract InviteUserToClientSecurityCode handleFindByUser(Long userId)
findByUser(Long)public InviteUserToClientSecurityCode load(Long id)
InviteUserToClientSecurityCodeDaoload in interface InviteUserToClientSecurityCodeDaopublic List<InviteUserToClientSecurityCode> loadAll()
InviteUserToClientSecurityCodeDaoInviteUserToClientSecurityCode.loadAll in interface InviteUserToClientSecurityCodeDaopublic void remove(Collection<InviteUserToClientSecurityCode> entities)
InviteUserToClientSecurityCodeDaoentities collection.remove in interface InviteUserToClientSecurityCodeDaopublic void remove(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
InviteUserToClientSecurityCodeDaoremove in interface InviteUserToClientSecurityCodeDaopublic void remove(Long id)
InviteUserToClientSecurityCodeDaoidentifier from the persistent store.remove in interface InviteUserToClientSecurityCodeDaopublic void update(Collection<InviteUserToClientSecurityCode> entities)
InviteUserToClientSecurityCodeDaoentities collection in the persistent store.update in interface InviteUserToClientSecurityCodeDaopublic void update(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
InviteUserToClientSecurityCodeDaoinviteUserToClientSecurityCode instance in the persistent store.update in interface InviteUserToClientSecurityCodeDaoCopyright © 2019 Communote team. All rights reserved.