Package org.apache.commons.mapper

Interface Summary
Mapper A Mapper is responsible for mapping domain objects to a persistent data store.
MapperFactoryListener Listeners are notified every time a MapperFactory creates a new Mapper instance.
 

Class Summary
MapperAdapter A default implementation of the Mapper interface that throws UnsupportedOperationExceptions for all methods.
MapperFactory MapperFactory is responsible for creating mappers based on domain class names or any other String name.
MapperFactoryEvent An event that MapperFactory generates.
 

Exception Summary
MapperException MapperException encapsulates everything that could go wrong with mappers.
ObjectNotFoundException Indicates that the requested Object could not be found in the datastore.
UniqueFieldAlreadyExistsException Indicates that a record was unable to be created in the datastore because a unique field would have duplicates.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.