Module org.eclipse.persistence.core
Interface PersistenceObject
-
public interface PersistenceObjectDefine an interface for utility methods weaved into the persistence classes. This defines any persistence object including aggregates/embeddables.- Since:
- EclipseLink 1.1
- Author:
- James Sutherland
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object_persistence_get(String attribute)Object_persistence_new(PersistenceObject object)void_persistence_set(String attribute, Object value)Object_persistence_shallow_clone()
-