org.hibernate.envers.entities.mapper.relation
Class ListCollectionMapper
java.lang.Object
   org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper<List>
org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper<List>
       org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
- All Implemented Interfaces: 
- PropertyMapper
- public final class ListCollectionMapper 
- extends AbstractCollectionMapper<List>- implements PropertyMapper
- Author:
- Adam Warski (adam at warski dot org)
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ListCollectionMapper
public ListCollectionMapper(CommonCollectionMapperData commonCollectionMapperData,
                            MiddleComponentData elementComponentData,
                            MiddleComponentData indexComponentData)
getInitializor
protected Initializor<List> getInitializor(AuditConfiguration verCfg,
                                           AuditReaderImplementor versionsReader,
                                           Object primaryKey,
                                           Number revision)
- 
- Specified by:
- getInitializorin class- AbstractCollectionMapper<List>
 
- 
 
getNewCollectionContent
protected Collection getNewCollectionContent(PersistentCollection newCollection)
- 
- Specified by:
- getNewCollectionContentin class- AbstractCollectionMapper<List>
 
- 
 
getOldCollectionContent
protected Collection getOldCollectionContent(Serializable oldCollection)
- 
- Specified by:
- getOldCollectionContentin class- AbstractCollectionMapper<List>
 
- 
 
mapToMapFromObject
protected void mapToMapFromObject(Map<String,Object> data,
                                  Object changed)
- Description copied from class: AbstractCollectionMapper
- Maps the changed collection element to the given map.
 
- 
- Specified by:
- mapToMapFromObjectin class- AbstractCollectionMapper<List>
 
- 
- Parameters:
- data- Where to map the data.
- changed- The changed collection element to map.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.