|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |