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