Ways to Create Entity Objects and Associations

Business Components for Java provides several tools that let you create entity objects and associations. The entity objects can be based on existing tables (reverse generation) or be used to create database tables (forward generation).

After creating an entity object, you can edit it in the Entity Object Editor and customize its Java source files. You can customize an association in the Association Editor.


Related topics
About the Development Process
About Generating Entity Objects, Associations, and Database Tables
What Is an Entity Object?
What Is an Entity Attribute?
Business Component Data Types