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

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

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

Methods in org.compass.core.converter.mapping.osem that return AbstractCollectionMapping.CollectionType
protected  AbstractCollectionMapping.CollectionType CollectionMappingConverter.getRuntimeCollectionType(Object root)
           
protected  AbstractCollectionMapping.CollectionType ArrayMappingConverter.getRuntimeCollectionType(Object root)
           
protected abstract  AbstractCollectionMapping.CollectionType AbstractCollectionMappingConverter.getRuntimeCollectionType(Object root)
           
 

Methods in org.compass.core.converter.mapping.osem with parameters of type AbstractCollectionMapping.CollectionType
protected  Object CollectionMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size)
           
protected  Object ArrayMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size)
           
protected abstract  Object AbstractCollectionMappingConverter.createColObject(Getter getter, AbstractCollectionMapping.CollectionType collectionType, int size)
           
 

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

Fields in org.compass.core.mapping.osem declared as AbstractCollectionMapping.CollectionType
static AbstractCollectionMapping.CollectionType AbstractCollectionMapping.CollectionType.ENUM_SET
           
static AbstractCollectionMapping.CollectionType AbstractCollectionMapping.CollectionType.LINKED_HASH_SET
           
static AbstractCollectionMapping.CollectionType AbstractCollectionMapping.CollectionType.LIST
           
static AbstractCollectionMapping.CollectionType AbstractCollectionMapping.CollectionType.NOT_REQUIRED
           
static AbstractCollectionMapping.CollectionType AbstractCollectionMapping.CollectionType.SET
           
static AbstractCollectionMapping.CollectionType AbstractCollectionMapping.CollectionType.SORTED_SET
           
static AbstractCollectionMapping.CollectionType AbstractCollectionMapping.CollectionType.UNKNOWN
           
 

Methods in org.compass.core.mapping.osem that return AbstractCollectionMapping.CollectionType
static AbstractCollectionMapping.CollectionType AbstractCollectionMapping.CollectionType.fromString(String collectionType)
           
 AbstractCollectionMapping.CollectionType AbstractCollectionMapping.getCollectionType()
           
 

Methods in org.compass.core.mapping.osem with parameters of type AbstractCollectionMapping.CollectionType
 void AbstractCollectionMapping.setCollectionType(AbstractCollectionMapping.CollectionType collectionType)
           
static String AbstractCollectionMapping.CollectionType.toString(AbstractCollectionMapping.CollectionType collectionType)
           
 



Copyright (c) 2004-2008 The Compass Project.