Package org.castor.mapping
Class JDOMappingLoaderFactory
- java.lang.Object
-
- org.castor.mapping.AbstractMappingLoaderFactory
-
- org.castor.mapping.JDOMappingLoaderFactory
-
- All Implemented Interfaces:
MappingLoaderFactory
public class JDOMappingLoaderFactory extends AbstractMappingLoaderFactory
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
Fields Modifier and Type Field Description static java.lang.StringNAMEThe name of the factory.-
Fields inherited from class org.castor.mapping.AbstractMappingLoaderFactory
LOG
-
-
Constructor Summary
Constructors Constructor Description JDOMappingLoaderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingTypegetBindingType()Defines the binding type of the underlying MappingLoader.java.lang.StringgetClassname()To obtain the class name of the MappingLoader to instantiatejava.lang.StringgetName()Returns the short alias for this factory instance.-
Methods inherited from class org.castor.mapping.AbstractMappingLoaderFactory
getMappingLoader, getSourceType
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
The name of the factory.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:MappingLoaderFactoryReturns the short alias for this factory instance.- Returns:
- The short alias name.
- See Also:
MappingLoaderFactory.getName()
-
getClassname
public java.lang.String getClassname()
Description copied from class:AbstractMappingLoaderFactoryTo obtain the class name of the MappingLoader to instantiate- Specified by:
getClassnamein classAbstractMappingLoaderFactory- Returns:
- The class name of the MappingLoader to instantiate
-
getBindingType
public BindingType getBindingType()
Description copied from interface:MappingLoaderFactoryDefines the binding type of the underlying MappingLoader.- Returns:
- the binding type of the underlying MappingLoader
-
-