CBE Examples on GitHub

Cayenne by Example

Illustrating some of the major features of the Apache Cayenne ORM framework using simple examples.

Download this project as a .zip file Download this project as a tar.gz file

Listeners

Cayenne Version 3.0.2
Project Directory InsertingObjects/DataMapListener
Source Directory InsertingObjects/DataMapListener/src/main/java
Resource Directory InsertingObjects/DataMapListener/src/main/resources
Inputs N/A
Compiling/Running cd InsertingObjects/DataMapListener
mvn clean compile
mvn exec:java -Dexec.mainClass=cbe.inserting.DataMapListener
View/Edit Model mvn cayenne-modeler:run
Status Code: Mostly Complete
Documentation: Very Incomplete

TBD…