org.datanucleus.store.mapped.mapping
Class AbstractMappingManager.TypeMapping
java.lang.Object
org.datanucleus.store.mapped.mapping.AbstractMappingManager.TypeMapping
- Enclosing class:
- AbstractMappingManager
protected static class AbstractMappingManager.TypeMapping
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMappingManager.TypeMapping
public AbstractMappingManager.TypeMapping(Class javaMappingType,
boolean isDefault)
- Constructor
- Parameters:
javaMappingType - Mapping type to use for thie java typeisDefault - Whether it is the default mapping for this java type
isDefault
public boolean isDefault()
- Returns:
- Returns the isDefault.
setDefault
public void setDefault(boolean isDefault)
- Mutator for whether this is the default datastore mapping for the mapping
- Parameters:
isDefault - Whether it is the default.
getMappingType
public Class getMappingType()
- Returns:
- Returns the mappingType.
setMappingType
public void setMappingType(Class type)
Copyright © 2012. All Rights Reserved.