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)
InviteUserToBlogSecurityCodeDao
entities
collectioncreate
in interface InviteUserToBlogSecurityCodeDao
entities
- the collection of InviteUserToBlogSecurityCode instances to create.public InviteUserToBlogSecurityCode create(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
InviteSecurityCodeDao
create
in interface InviteSecurityCodeDao<InviteUserToBlogSecurityCode>
public void evict(InviteUserToBlogSecurityCode entity)
InviteUserToBlogSecurityCodeDao
evict
in interface InviteUserToBlogSecurityCodeDao
entity
- the entity to evictpublic InviteUserToBlogSecurityCode findByUser(Long userId)
InviteSecurityCodeDao
findByUser
in interface InviteSecurityCodeDao<InviteUserToBlogSecurityCode>
userId
- the ID of the invited userprotected abstract InviteUserToBlogSecurityCode handleFindByUser(Long userId)
public InviteUserToBlogSecurityCode load(Long id)
InviteUserToBlogSecurityCodeDao
load
in interface InviteUserToBlogSecurityCodeDao
public List<InviteUserToBlogSecurityCode> loadAll()
InviteUserToBlogSecurityCodeDao
InviteUserToBlogSecurityCode
.loadAll
in interface InviteUserToBlogSecurityCodeDao
public void remove(Collection<InviteUserToBlogSecurityCode> entities)
InviteUserToBlogSecurityCodeDao
entities collection.
remove
in interface InviteUserToBlogSecurityCodeDao
public void remove(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
InviteUserToBlogSecurityCodeDao
remove
in interface InviteUserToBlogSecurityCodeDao
public void remove(Long id)
InviteUserToBlogSecurityCodeDao
identifier
from the persistent store.remove
in interface InviteUserToBlogSecurityCodeDao
public void update(Collection<InviteUserToBlogSecurityCode> entities)
InviteUserToBlogSecurityCodeDao
entities
collection in the persistent store.update
in interface InviteUserToBlogSecurityCodeDao
InviteUserToBlogSecurityCodeDao#update(java .util.Collection<
InviteUserToBlogSecurityCode>)
public void update(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
InviteUserToBlogSecurityCodeDao
inviteUserToBlogSecurityCode
instance in the persistent store.update
in interface InviteUserToBlogSecurityCodeDao
InviteUserToBlogSecurityCodeDao.update(InviteUserToBlogSecurityCode)
Copyright © 2019 Communote team. All rights reserved.