public abstract class InviteUserToBlogSecurityCodeDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements InviteUserToBlogSecurityCodeDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
InviteUserToBlogSecurityCode.
InviteUserToBlogSecurityCode| Constructor and Description |
|---|
InviteUserToBlogSecurityCodeDaoBase() |
| Modifier and Type | Method and Description |
|---|---|
Collection<InviteUserToBlogSecurityCode> |
create(Collection<InviteUserToBlogSecurityCode> entities)
Creates a new instance of InviteUserToBlogSecurityCode and adds from the passed in
entities collection |
InviteUserToBlogSecurityCode |
create(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
Creates an instance of the invite SecurityCode and adds it to the persistent store.
|
void |
evict(InviteUserToBlogSecurityCode entity)
Evicts (removes) the entity from the hibernate cache
|
InviteUserToBlogSecurityCode |
findByUser(Long userId)
Find an existing security code by the ID of the invited user
|
protected abstract InviteUserToBlogSecurityCode |
handleFindByUser(Long userId) |
InviteUserToBlogSecurityCode |
load(Long id)
Loads an instance of InviteUserToBlogSecurityCode from the persistent store.
|
List<InviteUserToBlogSecurityCode> |
loadAll()
Loads all entities of type
InviteUserToBlogSecurityCode. |
void |
remove(Collection<InviteUserToBlogSecurityCode> entities)
Removes all entities in the given
entities |
void |
remove(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
Removes the instance of InviteUserToBlogSecurityCode from the persistent store.
|
void |
remove(Long id)
Removes the instance of InviteUserToBlogSecurityCode having the given
identifier
from the persistent store. |
void |
update(Collection<InviteUserToBlogSecurityCode> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
update(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
Updates the
inviteUserToBlogSecurityCode instance in the persistent store. |
public Collection<InviteUserToBlogSecurityCode> create(Collection<InviteUserToBlogSecurityCode> entities)
InviteUserToBlogSecurityCodeDaoentities collectioncreate in interface InviteUserToBlogSecurityCodeDaoentities - the collection of InviteUserToBlogSecurityCode instances to create.public InviteUserToBlogSecurityCode create(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
InviteSecurityCodeDaocreate in interface InviteSecurityCodeDao<InviteUserToBlogSecurityCode>public void evict(InviteUserToBlogSecurityCode entity)
InviteUserToBlogSecurityCodeDaoevict in interface InviteUserToBlogSecurityCodeDaoentity - the entity to evictpublic InviteUserToBlogSecurityCode findByUser(Long userId)
InviteSecurityCodeDaofindByUser in interface InviteSecurityCodeDao<InviteUserToBlogSecurityCode>userId - the ID of the invited userprotected abstract InviteUserToBlogSecurityCode handleFindByUser(Long userId)
public InviteUserToBlogSecurityCode load(Long id)
InviteUserToBlogSecurityCodeDaoload in interface InviteUserToBlogSecurityCodeDaopublic List<InviteUserToBlogSecurityCode> loadAll()
InviteUserToBlogSecurityCodeDaoInviteUserToBlogSecurityCode.loadAll in interface InviteUserToBlogSecurityCodeDaopublic void remove(Collection<InviteUserToBlogSecurityCode> entities)
InviteUserToBlogSecurityCodeDaoentities collection.remove in interface InviteUserToBlogSecurityCodeDaopublic void remove(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
InviteUserToBlogSecurityCodeDaoremove in interface InviteUserToBlogSecurityCodeDaopublic void remove(Long id)
InviteUserToBlogSecurityCodeDaoidentifier
from the persistent store.remove in interface InviteUserToBlogSecurityCodeDaopublic void update(Collection<InviteUserToBlogSecurityCode> entities)
InviteUserToBlogSecurityCodeDaoentities collection in the persistent store.update in interface InviteUserToBlogSecurityCodeDaoInviteUserToBlogSecurityCodeDao#update(java .util.Collection<
InviteUserToBlogSecurityCode>)public void update(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
InviteUserToBlogSecurityCodeDaoinviteUserToBlogSecurityCode instance in the persistent store.update in interface InviteUserToBlogSecurityCodeDaoInviteUserToBlogSecurityCodeDao.update(InviteUserToBlogSecurityCode)Copyright © 2019 Communote team. All rights reserved.