Package com.posttool.dbo.config

Provides classes for managing an XML representation of the DBO classes (entities).

See:
          Description

Interface Summary
Orderable  
 

Class Summary
Deployment A deployment consists mainly of a base path of the web root as the native operating system needs to see it, a url friendly servlet base path, as well as a database log-in.
Deployments A container for many Deployments.
Entities A collection of entities (for a cms driven site) An example XML representation:
Entity Each DBO (database object) is considered an Entity.
Field A description of a field within an entity.
Reference A reference within one entity to another.
 

Enum Summary
Field.Attributes  
Field.Type  
Reference.Attributes  
Reference.Cardinality  
 

Package com.posttool.dbo.config Description

Provides classes for managing an XML representation of the DBO classes (entities). No checking is done to make sure that the XML representation and annotated POJO are in sync. The XML representation is used by the generator classes to create the SQL and the POJO. It is also used by the CMS for retrieving more detailed metadata and is a subset of the permission definitions of dbouser.config.