Package com.sri.emo.wizard.creation.persistence

This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database.

See:
          Description

Interface Summary
CreationDBObjConverter Completion DBObject Converter provides an adapter to bridge pure POJO repository classes with Expresso DBObjects.
 

Class Summary
CreationDBObjConverterImpl  
CreationDefinition Gateway class to the completion definition.
CreationDetails Per-Part Details of the Completion Wizards.
ExpressoTemplateRepository Expresso-specific implementation that converts the completion beans to DBObjects.
 

Exception Summary
IncompleteDetailsException Exception that is thrown when some completion details are missing.
 

Package com.sri.emo.wizard.creation.persistence Description

This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database.

Normally, you do not directly access these classes. Instead, utilize the completion repository interface and constructor injection to receive the appropriate implementation of the completion repository.

Persistence UML

The Expresso DBObjects listed here also depend on the WizDefinition object which is ultimately the aggregate root of any database queries.

The final class in this package is the CompletionDBObjConverter which converts the above dbobjects into the Completion Model.



Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.