velosurf.model |
Classes linked to the data model : entities, attributes and actions
Package Specification
|
Java Source File Name | Type | Comment |
Action.java | Class | This class corresponds to custom update, delete and insert queries. |
Attribute.java | Class | This class represents an attribute in the object model. |
Entity.java | Class | The Entity class represents an entity in the data model. |
ExportedKey.java | Class | An exported key (aka primary key used in a foreign key) attribute. |
ImportedKey.java | Class | An imported key (aka foreign key) attribute. |
Transaction.java | Class | This class is an action that gather several consecutive update/delete/insert queries. |