Java Object Mapping
- Last Updated: March 22, 2024
- 1 minute read
- Corticon
- Documentation
Note: See the Tutorial: Deploy as a Java in-process Server
for an example of building the get and set methods that are then packaged into a JAR.
Displaying Java Object Mapping
On the Vocabulary menu, choose Add Document Mapping > Add Java Object Mapping.
Entity Mapping
In an Entity property, the Java package and class names, as well as the Java object field name.
Attribute Mapping
For each attribute, the get and set object methods are displayed, as well as the Java object field name.
Association Mapping
For each association, the get and set object methods are displayed, as well as the Java object field name.