Apache Cayenne > Index > Cayenne FAQ
Some frequently asked questions are answered on this page.
- Cayenne General FAQ
- Cayenne Features FAQ
- Cayenne Modeler FAQ
- Cayenne Usage FAQ
- How do I Fetch an Object By its Primary Key?
- How do I make Cayenne generate getters and setters for my primary key?
- Where do I put 'cayenne.xml'?
- How do I initialize an object with default values?
- How do I delete an object from all to-many relationship lists that include it?
- How do I implement a Tapestry Squeezer for a DataObject
- How do I map aggregate queries?
- How do I set DB connection information via API?
- Are Unused Database Connections Closed?
- How do I select objects that do not have a certain other object in its to-many relationship?
- How do I use Cayenne with Maven2?
- Troubleshooting
- Why is my chained Expression not working?
- I am having problems with logging output. How do I trace them down?
- When my application is idle for a long period of time, I get 'connection was lost' or similar errors?
- MySQL Driver Throws com.mysql.jdbc.PacketTooBigException when saving large objects?
- HSQLDB has no data in the database after application exits