Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.objectstyle.cayenne

Interface Summary
DataObject Defines basic methods for a persistent object in Cayenne.
 

Class Summary
CayenneDataObject A CayenneDataObject is a default implementation of DataObject interface.
FlattenedObjectId A FlattenedObjectId is a class that uniquely identifies an object that is the destination of a flattened relationship that is defined by a series of toOne relationships.
ObjectId An ObjectId is a globally unique identifier of DataObjects.
PersistenceState Defines a set of persistence states for DataObjects.
QueryHelper Implements helper methods that perform different query-related operations.
QueryHelper.ExpressionTranslator  
TempObjectId An ObjectId for new objects that hasn't been committed to the external data store.
 

Exception Summary
CayenneException A CayenneException is a generic exception that may be thrown by Cayenne framework.
CayenneRuntimeException A CayenneRuntimeException is a generic *runtime* exception that may be thrown by Cayenne framework.
ConfigException A ConfigException is a runtime exception thrown on failures in Cayenne configuration.
ConfigurationException A ConfigurationException is a runtime exception thrown on failures in Cayenne configuration.