Package de.bea.domingo.map

Generic Mapping layer between Notes documents and Java classes.

See:
          Description

Interface Summary
DMapper Interface for mappers from business objects to domingo and vice versa.
Mapper Mapper interface for mappers between business objects and Notes documents.
 

Class Summary
BaseDatabase Abstract base class for concrete databases.
BaseDigest Optional abstract base class for digest classes.
BaseDMapper Abstract base class for domingo mappers providing useful methods to access Notes.
BaseInstance Optional abstract base class for business objects.
BaseMapper Abstract base class for domingo mappers.
ClassUtilities Utility methods for querying Class objects.
ConstantMapper Class defining a constant value of an item value.
CustomMapper Abstract base class for custom mapping between a document and a business object.
DirectMapper Class defining and performing a direct mapping of a single attribute between a document and a business object.
ListMapper Class defining and performing a mapping of Lists of business objects from and to a document.
MapMapper Class defining and performing a mapping of a map of attributes to a document.
MapperFactory Factory for mapper objects.
MapperSet A set of mappers which itself is a mapper.
MethodFinder Finds methods and constructors that can be invoked by reflection.
NotesLocation Location of a Notes database.
NotesType Constants of Notes data types.
SubMapper Class defining and performing a mapping of an attribute that itself is a complex sub object of a business object.
 

Exception Summary
MapperRegistrationException Signals errors during mapping from or to domingo.
MappingException Signals errors during mapping from or to domingo.
MethodNotFoundException Signals that an expected method wasn't found in a bean class.
 

Package de.bea.domingo.map Description

Generic Mapping layer between Notes documents and Java classes.



Domingo Java-API