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