Uses of Interface
org.exolab.castor.mapping.CollectionHandler

Packages that use CollectionHandler
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
org.exolab.castor.xml The XML Marshaller API 
 

Uses of CollectionHandler in org.exolab.castor.jdo.engine
 

Methods in org.exolab.castor.jdo.engine with parameters of type CollectionHandler
protected  TypeInfo JDOMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 

Uses of CollectionHandler in org.exolab.castor.mapping.loader
 

Methods in org.exolab.castor.mapping.loader that return CollectionHandler
 CollectionHandler TypeInfo.getCollectionHandler()
          Return the collection handler of this field.
static CollectionHandler CollectionHandlers.getHandler(Class javaClass)
          Returns the collection's handler based on the Java class.
 

Methods in org.exolab.castor.mapping.loader with parameters of type CollectionHandler
protected  TypeInfo AbstractMappingLoader.getTypeInfo(Class<?> fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 void TypeInfo.setCollectionHandler(CollectionHandler handler)
          Sets the CollectionHandler to use for the field described by this TypeInfo.
 

Constructors in org.exolab.castor.mapping.loader with parameters of type CollectionHandler
TypeInfo(Class<?> fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, Object defaultValue, CollectionHandler colHandler)
          Construct new type information for the field.
TypeInfo(Class fieldType, TypeConvertor convertorTo, TypeConvertor convertorFrom, boolean required, Object defaultValue, CollectionHandler colHandler, boolean checkForCollection)
          Construct new type information for the field.
 

Uses of CollectionHandler in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml with parameters of type CollectionHandler
protected  TypeInfo XMLMappingLoader.getTypeInfo(Class fieldType, CollectionHandler colHandler, FieldMapping fieldMap)
           
 



Copyright © 2012. All Rights Reserved.