Package | Description |
---|---|
oracle.toplink.essentials.exceptions | |
oracle.toplink.essentials.internal.databaseaccess | |
oracle.toplink.essentials.internal.helper |
Modifier and Type | Method and Description |
---|---|
static ConversionException |
ConversionException.couldNotBeConverted(Object mapping,
Object descriptor,
ConversionException exception) |
Modifier and Type | Method and Description |
---|---|
Object |
Platform.convertObject(Object sourceObject,
Class javaClass)
Convert the object to the appropriate type by invoking the appropriate
ConversionManager method
|
Object |
DatasourcePlatform.convertObject(Object sourceObject,
Class javaClass)
Convert the object to the appropriate type by invoking the appropriate
ConversionManager method
|
Modifier and Type | Method and Description |
---|---|
Class |
ConversionManager.convertClassNameToClass(String className)
PUBLIC:
Resolve the given String className into a class using this
ConversionManager's classloader.
|
Object |
ConversionManager.convertObject(Object sourceObject,
Class javaClass)
Convert the object to the appropriate type by invoking the appropriate
ConversionManager method
|
protected BigDecimal |
ConversionManager.convertObjectToBigDecimal(Object sourceObject)
Build a valid instance of BigDecimal from the given sourceObject
|
protected BigInteger |
ConversionManager.convertObjectToBigInteger(Object sourceObject)
Build a valid instance of BigInteger from the provided sourceObject.
|
protected Byte |
ConversionManager.convertObjectToByte(Object sourceObject)
Build a valid instance of Byte from the provided sourceObject
|
protected byte[] |
ConversionManager.convertObjectToByteArray(Object sourceObject)
Build a valid instance of a byte array from the given object.
|
protected Byte[] |
ConversionManager.convertObjectToByteObjectArray(Object sourceObject)
Build a valid instance of a Byte array from the given object.
|
protected Calendar |
ConversionManager.convertObjectToCalendar(Object sourceObject)
Build a valid instance of java.util.Calendar from the given source object.
|
protected Character |
ConversionManager.convertObjectToChar(Object sourceObject)
Build a valid instance of Character from the provided sourceObject.
|
protected Character[] |
ConversionManager.convertObjectToCharacterArray(Object sourceObject)
Build a valid instance of a Character array from the given object.
|
protected char[] |
ConversionManager.convertObjectToCharArray(Object sourceObject)
Build a valid instance of a char array from the given object.
|
protected Class |
ConversionManager.convertObjectToClass(Object sourceObject)
Build a valid Class from the string that is passed in
|
protected Date |
ConversionManager.convertObjectToDate(Object sourceObject)
Convert the object to an instance of java.sql.Date.
|
protected Double |
ConversionManager.convertObjectToDouble(Object sourceObject)
Convert the object to an instance of Double.
|
protected Float |
ConversionManager.convertObjectToFloat(Object sourceObject)
Build a valid Float instance from a String or another Number instance.
|
protected Integer |
ConversionManager.convertObjectToInteger(Object sourceObject)
Build a valid Integer instance from a String or another Number instance.
|
protected Long |
ConversionManager.convertObjectToLong(Object sourceObject)
Build a valid Long instance from a String or another Number instance.
|
protected BigDecimal |
ConversionManager.convertObjectToNumber(Object sourceObject)
INTERNAL:
Build a valid BigDecimal instance from a String or another
Number instance.
|
protected Short |
ConversionManager.convertObjectToShort(Object sourceObject)
INTERNAL:
Build a valid Short instance from a String or another Number instance.
|
protected String |
ConversionManager.convertObjectToString(Object sourceObject)
INTERNAL:
Converts objects to thier string representations.
|
protected Time |
ConversionManager.convertObjectToTime(Object sourceObject)
INTERNAL:
Build a valid instance of java.sql.Time from the given source object.
|
protected Timestamp |
ConversionManager.convertObjectToTimestamp(Object sourceObject)
INTERNAL:
Build a valid instance of java.sql.Timestamp from the given source object.
|
protected Date |
ConversionManager.convertObjectToUtilDate(Object sourceObject)
INTERNAL:
Build a valid instance of java.util.Date from the given source object.
|
static Date |
Helper.dateFromString(String dateString)
Answer a Date from a string representation.
|
static Time |
Helper.timeFromString(String timeString)
Answer a Time from a string representation.
|
static Timestamp |
Helper.timestampFromString(String timestampString)
Answer a Timestamp from a string representation.
|
Copyright © 2023. All rights reserved.