Uses of Class
org.compass.core.mapping.osem.AbstractCollectionMapping

Packages that use AbstractCollectionMapping
org.compass.core.converter.mapping.osem   
org.compass.core.mapping.osem   
 

Uses of AbstractCollectionMapping in org.compass.core.converter.mapping.osem
 

Methods in org.compass.core.converter.mapping.osem with parameters of type AbstractCollectionMapping
protected  void CollectionMappingConverter.addValue(Object col, int index, Object value, AbstractCollectionMapping mapping, MarshallingContext context)
           
protected  void ArrayMappingConverter.addValue(Object col, int index, Object value, AbstractCollectionMapping mapping, MarshallingContext context)
           
protected abstract  void AbstractCollectionMappingConverter.addValue(Object col, int index, Object value, AbstractCollectionMapping mapping, MarshallingContext context)
           
protected  Object CollectionMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size, AbstractCollectionMapping mapping, MarshallingContext context)
           
protected  Object ArrayMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size, AbstractCollectionMapping mapping, MarshallingContext context)
           
protected abstract  Object AbstractCollectionMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size, AbstractCollectionMapping mapping, MarshallingContext context)
           
protected  int CollectionMappingConverter.marshallIterateData(Object root, AbstractCollectionMapping colMapping, Resource resource, MarshallingContext context)
           
protected  int ArrayMappingConverter.marshallIterateData(Object root, AbstractCollectionMapping colMapping, Resource resource, MarshallingContext context)
           
protected abstract  int AbstractCollectionMappingConverter.marshallIterateData(Object root, AbstractCollectionMapping colMapping, Resource resource, MarshallingContext context)
          Marhall the data, returning the number of elements that were actually stored in the index (and can later be read).
 

Uses of AbstractCollectionMapping in org.compass.core.mapping.osem
 

Subclasses of AbstractCollectionMapping in org.compass.core.mapping.osem
 class ArrayMapping
           
 class CollectionMapping
           
 

Methods in org.compass.core.mapping.osem with parameters of type AbstractCollectionMapping
 void AbstractCollectionMapping.copy(AbstractCollectionMapping copy)
           
 void OsemMappingIterator.ClassMappingCallback.onBeginCollectionMapping(AbstractCollectionMapping collectionMapping)
           
 void OsemMappingIterator.ClassPropertyAndResourcePropertyGatherer.onBeginCollectionMapping(AbstractCollectionMapping collectionMapping)
           
 void OsemMappingIterator.ClassMappingCallback.onEndCollectionMapping(AbstractCollectionMapping collectionMapping)
           
 void OsemMappingIterator.ClassPropertyAndResourcePropertyGatherer.onEndCollectionMapping(AbstractCollectionMapping collectionMapping)
           
 



Copyright (c) 2004-2008 The Compass Project.