|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.jpa.JPAReplicationManager
public class JPAReplicationManager
Manager to control the replication of objects from one datastore to another. Allow replication of specified objects, or all objects of particular types. Supports a series of properties defining the replication behaviour.
| Field Summary | |
|---|---|
protected static org.datanucleus.util.Localiser |
LOCALISER
Localisation utility for output messages. |
protected java.util.Properties |
properties
Properties defining the replication process. |
| Constructor Summary | |
|---|---|
JPAReplicationManager(javax.persistence.EntityManagerFactory emf1,
javax.persistence.EntityManagerFactory emf2)
Constructor for replicating between source and target EMF. |
|
| Method Summary | |
|---|---|
protected boolean |
getBooleanProperty(java.lang.String key)
|
java.util.Properties |
getProperties()
Accessor for the replication properties. |
void |
replicate(java.lang.Class... types)
Method to perform the replication for all objects of the specified types. |
void |
replicate(java.lang.Object... oids)
Method to perform the replication of the objects defined by the supplied identities. |
void |
replicate(java.lang.String... classNames)
Method to perform the replication for all objects of the specified class names. |
protected void |
replicateInTarget(java.lang.Object... detachedObjects)
Method to replicate the provided detached objects in the target datastore. |
void |
setProperty(java.lang.String key,
java.lang.String value)
Method to set a property for replication. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.datanucleus.util.Localiser LOCALISER
protected java.util.Properties properties
| Constructor Detail |
|---|
public JPAReplicationManager(javax.persistence.EntityManagerFactory emf1,
javax.persistence.EntityManagerFactory emf2)
emf1 - EMF sourceemf2 - EMF target| Method Detail |
|---|
public void setProperty(java.lang.String key,
java.lang.String value)
key - Property keyvalue - Property valuepublic java.util.Properties getProperties()
protected boolean getBooleanProperty(java.lang.String key)
public void replicate(java.lang.Class... types)
types - Classes to replicatepublic void replicate(java.lang.String... classNames)
classNames - Classes to replicatepublic void replicate(java.lang.Object... oids)
oids - Identities of the objects to replicateprotected void replicateInTarget(java.lang.Object... detachedObjects)
detachedObjects - The detached objects (from the source datastore)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||