|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.mappings.DatabaseMapping
oracle.toplink.mappings.foundation.AbstractDirectMapping
oracle.toplink.mappings.DirectToFieldMapping
oracle.toplink.mappings.TypeConversionMapping
TypeConversionConverter
public class TypeConversionMapping
Purpose: Type conversion mappings are used to explicitly map a database type to a Java type. Note this functionality has been somewhat replaced by TypeConversionConverter which can be used to obtain the same functionality on DirectToField and DirectCollection mappings.
TypeConversionConverter,
Serialized Form| Constructor Summary | |
|---|---|
TypeConversionMapping()
Deprecated. Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getFieldClassification()
Deprecated. Returns the field type. |
void |
setFieldClassification(java.lang.Class fieldType)
Deprecated. Set the field type. |
| Methods inherited from class oracle.toplink.mappings.DirectToFieldMapping |
|---|
setFieldName |
| Methods inherited from class oracle.toplink.mappings.foundation.AbstractDirectMapping |
|---|
getAttributeClassification, getConverter, getFieldName, getNullValue, hasConverter, isMutable, setAttributeClassification, setConverter, setConverterClassName, setField, setFieldType, setIsMutable, setNullValue |
| Methods inherited from class oracle.toplink.mappings.DatabaseMapping |
|---|
getAttributeAccessor, getAttributeName, getGetMethodName, getProperty, getReferenceDescriptor, getSetMethodName, isLazy, isOptional, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, setIsLazy, setIsOptional, setIsReadOnly, setProperty, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeConversionMapping()
| Method Detail |
|---|
public java.lang.Class getFieldClassification()
getFieldClassification in class AbstractDirectMappingpublic void setFieldClassification(java.lang.Class fieldType)
setFieldClassification in class AbstractDirectMapping
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||