Package com.rapidtransform.core.model

Interface Summary
Auditable This interface should be implemented to state that a class is Auditable.
Model A model represents base level objects which have higher level attributes and actions defined on them through the MetaModel.
Relation<SourceType extends Model,TargetType extends Model>  
Versioned A Versioned object is one that is controlled by optimistic locking.
XMLSerializable  
 

Class Summary
AbstractBaseModel Base class for Model objects.
BaseRelation<SourceType extends Model,TargetType extends Model>  
ValidValue  
VersionControlled A VersionControlled object is controlled by optimistic locking to prevent data corruption.
 

Exception Summary
XMLMarshalingException