|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.jdo.JDOHelper
org.jpox.JPOXHelper
public class JPOXHelper
Helper for persistence operations with JPOX. Extends JDOHelper so that people can use JPOXHelper if they wish.
| Field Summary | |
|---|---|
protected static Localiser |
LOCALISER
Localisation utility for output messages |
| Constructor Summary | |
|---|---|
JPOXHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
getDetachedObjectDirtyFields(java.lang.Object obj,
javax.jdo.PersistenceManager pm)
Method to return the names of all fields that are currently dirty in the passed detached object. |
static java.lang.String[] |
getDetachedObjectLoadedFields(java.lang.Object obj,
javax.jdo.PersistenceManager pm)
Method to return the names of all fields that are currently loaded in the passed detached object. |
| Methods inherited from class javax.jdo.JDOHelper |
|---|
getObjectId, getObjectIds, getObjectIds, getPersistenceManager, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getPersistenceManagerFactory, getTransactionalObjectId, getVersion, isDeleted, isDetached, isDirty, isNew, isPersistent, isTransactional, makeDirty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Localiser LOCALISER
| Constructor Detail |
|---|
public JPOXHelper()
| Method Detail |
|---|
public static java.lang.String[] getDetachedObjectDirtyFields(java.lang.Object obj,
javax.jdo.PersistenceManager pm)
obj - The PersistenceCapable (detached)pm - PersistenceManager to use
javax.jdo.JDOUserException - Thrown if the object is not detached
public static java.lang.String[] getDetachedObjectLoadedFields(java.lang.Object obj,
javax.jdo.PersistenceManager pm)
obj - The PersistenceCapable (detached)pm - PersistenceManager to use
javax.jdo.JDOUserException - Thrown if the object is not detached
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||