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

Callbacks

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

TBD…