Uses of Package
velosurf.model

Packages that use velosurf.model
velosurf.context Contains all classes that can be accessed from inside a Velocity template. 
velosurf.model Classes linked to the data model : entities, attributes and actions Package Specification
velosurf.sql Contains all core classes dealing with the database itself. 
velosurf.util Gather miscellanous utility classes. 
 

Classes in velosurf.model used by velosurf.context
Attribute
          This class represents an attribute in the object model
Entity
          The Entity class represents an entity in the data model.
 

Classes in velosurf.model used by velosurf.model
Action
          This class correspond to custom update and delete queries
Attribute
          This class represents an attribute in the object model
Entity
          The Entity class represents an entity in the data model.
Entity.FieldConstraintInfo
          constraints
ExportedKey
          An exported key (aka primary key used in a foreign key) attribute
ImportedKey
          An imported key (aka foreign key) attribute
 

Classes in velosurf.model used by velosurf.sql
Action
          This class correspond to custom update and delete queries
Attribute
          This class represents an attribute in the object model
Entity
          The Entity class represents an entity in the data model.
 

Classes in velosurf.model used by velosurf.util
Entity
          The Entity class represents an entity in the data model.
 



~ooOoo~