Package org.castor.mapping
Class JDOMappingLoaderFactory
java.lang.Object
org.castor.mapping.AbstractMappingLoaderFactory
org.castor.mapping.JDOMappingLoaderFactory
- All Implemented Interfaces:
MappingLoaderFactory
An JDO-specific factory for acquiring MappingLoader instances.
- Since:
- 1.0.4
- Version:
- $Revision: 5951 $ $Date: 2006-04-13 10:49:49 -0600 (Thu, 13 Apr 2006) $
- Author:
- Werner Guttmann
-
Field Summary
FieldsFields inherited from class org.castor.mapping.AbstractMappingLoaderFactory
LOG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefines the binding type of the underlying MappingLoader.To obtain the class name of the MappingLoader to instantiategetName()
Returns the short alias for this factory instance.Methods inherited from class org.castor.mapping.AbstractMappingLoaderFactory
getMappingLoader, getSourceType
-
Field Details
-
NAME
-
-
Constructor Details
-
JDOMappingLoaderFactory
public JDOMappingLoaderFactory()
-
-
Method Details
-
getName
Description copied from interface:MappingLoaderFactory
Returns the short alias for this factory instance.- Returns:
- The short alias name.
- See Also:
-
getClassname
Description copied from class:AbstractMappingLoaderFactory
To obtain the class name of the MappingLoader to instantiate- Specified by:
getClassname
in classAbstractMappingLoaderFactory
- Returns:
- The class name of the MappingLoader to instantiate
-
getBindingType
Description copied from interface:MappingLoaderFactory
Defines the binding type of the underlying MappingLoader.- Returns:
- the binding type of the underlying MappingLoader
-