public class MapCollectionMapper<T extends Map> extends AbstractCollectionMapper<T> implements PropertyMapper
Modifier and Type | Field and Description |
---|---|
protected MiddleComponentData |
elementComponentData |
protected MiddleComponentData |
indexComponentData |
collectionClass, commonCollectionMapperData
Constructor and Description |
---|
MapCollectionMapper(CommonCollectionMapperData commonCollectionMapperData,
Class<? extends T> collectionClass,
Class<? extends T> proxyClass,
MiddleComponentData elementComponentData,
MiddleComponentData indexComponentData) |
Modifier and Type | Method and Description |
---|---|
protected Initializor<T> |
getInitializor(AuditConfiguration verCfg,
AuditReaderImplementor versionsReader,
Object primaryKey,
Number revision) |
protected Collection |
getNewCollectionContent(PersistentCollection newCollection) |
protected Collection |
getOldCollectionContent(Serializable oldCollection) |
protected void |
mapToMapFromObject(Map<String,Object> data,
Object changed)
Maps the changed collection element to the given map.
|
mapCollectionChanges, mapModifiedFlagsToMapForCollectionChange, mapModifiedFlagsToMapFromEntity, mapToEntityFromMap, mapToMapFromEntity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mapCollectionChanges, mapModifiedFlagsToMapForCollectionChange, mapModifiedFlagsToMapFromEntity, mapToEntityFromMap, mapToMapFromEntity
protected final MiddleComponentData elementComponentData
protected final MiddleComponentData indexComponentData
public MapCollectionMapper(CommonCollectionMapperData commonCollectionMapperData, Class<? extends T> collectionClass, Class<? extends T> proxyClass, MiddleComponentData elementComponentData, MiddleComponentData indexComponentData)
protected Initializor<T> getInitializor(AuditConfiguration verCfg, AuditReaderImplementor versionsReader, Object primaryKey, Number revision)
getInitializor
in class AbstractCollectionMapper<T extends Map>
protected Collection getNewCollectionContent(PersistentCollection newCollection)
getNewCollectionContent
in class AbstractCollectionMapper<T extends Map>
protected Collection getOldCollectionContent(Serializable oldCollection)
getOldCollectionContent
in class AbstractCollectionMapper<T extends Map>
protected void mapToMapFromObject(Map<String,Object> data, Object changed)
AbstractCollectionMapper
mapToMapFromObject
in class AbstractCollectionMapper<T extends Map>
data
- Where to map the data.changed
- The changed collection element to map.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.