The Codion framework is based on a three tiered architecture.
-
Database layer
-
Model layer
-
UI layer
1. Database layer
The EntityConnection class defines the database layer. See Manual:EntityConnection
2. Model layer
The EntityModel class defines the model layer. See Manual:EntityModel.
3. UI layer
The EntityPanel class defines the UI layer. See Manual:EntityPanel.