Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.persistence
Class PersistableUtilities

java.lang.Object
  extended by org.eclipse.mtj.core.persistence.PersistableUtilities

public class PersistableUtilities
extends Object

Utility methods related to the persistence mechanism.


Method Summary
static IPersistable clonePersistable(IPersistable persistable)
          Clone the specified persistable using the underlying persistence functionality.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clonePersistable

public static IPersistable clonePersistable(IPersistable persistable)
                                     throws PersistenceException
Clone the specified persistable using the underlying persistence functionality.

Parameters:
persistable -
Returns:
Throws:
PersistenceException

Mobile Tools for Java
Release 1.0