Package com.softwareag.centrasite.appl.framework.persistence.mapper

Interface Summary
BackedBeanMapper<T extends RegistryBean> Extension to the BeanMapper interface providing access to PropertyMapper for given property of a bean.
BeanMapper<T extends RegistryBean> Interface provides methods for mapping a Bean RegistryBean to JAXR RegistryObject;
ChangeHandler This interface provides callback methods for handing changes to RegistryObjects and their representation as beans.
MappingUtils.AnnotationFilter This interface allows to select annotations out of a complete set.
ObjectFactory<T extends RegistryBean> Interface for creating RegistryObject from RegistryBean and visa versa.
PropertyMapper The interface represent a mapper of a bean property to a corresponding RegistryObject property or relation.
PropertyMapperFactory.Handler The PropertyMapperFactory contains a set of so-called handlers.
 

Class Summary
MappingUtils Helper class for mappings.
PropertyMapperFactory Factory for creating PropertyMapper instances based on a Property and a bean.
 

Exception Summary
MappingException PersistenceEngine and mapping classes are supposed to throw instances of this class in case of internal errors.