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 
velosurf.sql Contains all core classes dealing with the database itself. 
velosurf.util This package gathers 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 corresponds to custom update, delete and insert queries.
Attribute
          This class represents an attribute in the object model.
Entity
          The Entity class represents an entity in the data model.
Entity.ValidationError
           
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 corresponds to custom update, delete and insert 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~