Class PersistentObject

java.lang.Object
org.apache.cayenne.PersistentObject
All Implemented Interfaces:
Serializable, Persistent
Direct Known Subclasses:
BaseDataObject

public abstract class PersistentObject extends Object implements Persistent
A convenience base superclass for concrete Persistent objects. Provides implementation of properties declared in Persistent interface.

POJO Note

If having PersistentObject as a superclass presents a problem in an application, source code of this class can be copied verbatim to a custom class generation template. Desired superclass can be set in CayenneModeler.

Since:
1.2
See Also: