Thanks for pointing it out - that's an old link, I'll fix it.
Andrus
On Feb 14, 2007, at 11:49 AM, Frank wrote:
Hello,
I click on the documentation link
Cayenne Documentation - v. 1.2 (STABLE)
User Guide: General information on how to get started with Cayenne,
main Cayenne concepts, API details and deployment procedures.
From here
User guide
1.. Introduction
2.. Installation
3.. Quick Start
4.. Design
5.. DataContext
6.. Queries
7.. DataObjects
8.. Stored Procedures
9.. Expressions
10.. Performance Tuning
11.. Deployment
12.. Ant Tasks
13.. Customizing
14.. DataViews
I click on DataObjects
DataObjects (Cayenne persistent objects) are composed of attributes
and relationships. Attributes are the simplest object properties
(as in "java bean properties") that can be stored in the columns in
the database. Those are usually string, numeric, binary or date
values. Another type of properties is relationships. They represent
related DataObjects (to-one relationships) or collections of
DataObjects (to-many relationships). To read and modify attributes
and relationships, application code would simply invoke
corresponding get or set methods. In case of to-many relationships
represented by collections there are also add and remove methods.
Again I click on DataObjects
Not Found
The requested URL /cayenne/doc12/api/cayenne/org/objectstyle/
cayenne/DataObject.html was not found on this server.
HTH
Frank