|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchPersistenceEngine
The interface export functionality for saving beans in batches.
Method Summary | |
---|---|
void |
create(PersistenceContext context,
java.util.Collection<RegistryBean> beans)
Deprecated. use #createOrUpdate(PersistenceContext, Collection |
void |
createOrUpdate(PersistenceContext context,
java.util.Collection<RegistryBean> beans)
Creates or updates the bean in the registry. |
void |
delete(PersistenceContext context,
java.util.Collection<RegistryBean> beans)
Deletes a Collection of beans from the registry. |
void |
update(PersistenceContext context,
java.util.Collection<RegistryBean> beans)
Deprecated. use #createOrUpdate(PersistenceContext, Collection |
Method Detail |
---|
void delete(PersistenceContext context, java.util.Collection<RegistryBean> beans) throws MappingException, javax.xml.registry.JAXRException
Collection
of beans from the registry.
MappingException
javax.xml.registry.JAXRException
void update(PersistenceContext context, java.util.Collection<RegistryBean> beans) throws MappingException, javax.xml.registry.JAXRException
MappingException
javax.xml.registry.JAXRException
void create(PersistenceContext context, java.util.Collection<RegistryBean> beans) throws MappingException, javax.xml.registry.JAXRException
context
- beans
-
MappingException
javax.xml.registry.JAXRException
void createOrUpdate(PersistenceContext context, java.util.Collection<RegistryBean> beans) throws MappingException, javax.xml.registry.JAXRException
MappingException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |