
有时,系统在服务数据对象 (SDO) 与 Java™ 类型对象之间创建的转换可能不符合您的要求。请使用此过程将缺省实现替换为您自己的实现。
private Object datatojava_get_customerAcct(DataObject myCustomerID,
String integer)
{
// You can override this code for custom mapping.
// Comment out this code and write custom code.
// You can also change the Java type that is passed to the
// converter, which the converter tries to create.
return SDOJavaObjectMediator.data2Java(customerID, integer) ;
}