|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl
public class BatchPersistenceEngineImpl
Default implementation of the BatchPersistenceEngine
.
Constructor Summary | |
---|---|
BatchPersistenceEngineImpl()
|
Method Summary | |
---|---|
void |
create(PersistenceContext context,
java.util.Collection<RegistryBean> beans)
Deprecated. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchPersistenceEngineImpl()
Method Detail |
---|
public void delete(PersistenceContext context, java.util.Collection<RegistryBean> beans) throws MappingException, javax.xml.registry.JAXRException
BatchPersistenceEngine
Collection
of beans from the registry.
delete
in interface BatchPersistenceEngine
MappingException
javax.xml.registry.JAXRException
public void update(PersistenceContext context, java.util.Collection<RegistryBean> beans) throws MappingException, javax.xml.registry.JAXRException
BatchPersistenceEngine
update
in interface BatchPersistenceEngine
MappingException
javax.xml.registry.JAXRException
#update(com.softwareag.centrasite.appl.framework.persistence.
PersistenceContext, java.util.Collection)
public void create(PersistenceContext context, java.util.Collection<RegistryBean> beans) throws MappingException, javax.xml.registry.JAXRException
BatchPersistenceEngine
create
in interface BatchPersistenceEngine
MappingException
javax.xml.registry.JAXRException
#create(com.softwareag.centrasite.appl.framework.persistence.
PersistenceContext, java.util.Collection)
public void createOrUpdate(PersistenceContext context, java.util.Collection<RegistryBean> beans) throws MappingException, javax.xml.registry.JAXRException
BatchPersistenceEngine
createOrUpdate
in interface BatchPersistenceEngine
MappingException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |