public interface InviteUserToClientSecurityCodeDao extends InviteSecurityCodeDao<InviteUserToClientSecurityCode>
InviteUserToClientSecurityCode
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 |
void |
evict(InviteUserToClientSecurityCode entity)
Evicts (removes) the entity from the hibernate cache
|
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. |
create, findByUser
Collection<InviteUserToClientSecurityCode> create(Collection<InviteUserToClientSecurityCode> entities)
entities
collectionentities
- the collection of InviteUserToClientSecurityCode instances to create.void evict(InviteUserToClientSecurityCode entity)
entity
- the entity to evictInviteUserToClientSecurityCode load(Long id)
List<InviteUserToClientSecurityCode> loadAll()
InviteUserToClientSecurityCode
.void remove(Collection<InviteUserToClientSecurityCode> entities)
entities collection.
void remove(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
void remove(Long id)
identifier
from the persistent store.void update(Collection<InviteUserToClientSecurityCode> entities)
entities
collection in the persistent store.void update(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
inviteUserToClientSecurityCode
instance in the persistent store.Copyright © 2019 Communote team. All rights reserved.