Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 326091

A fix for bug 326091 has been checked into trunk.
Variable 1-1 valueFromObject does not return class type value for type field

With a Variable 1-1 mapping, calling valueFromObject does not return the class
type value for a passed type field. Instead, null will be returned.

This fix resolves the issue in VariableOneToOneMapping valueFromObject() by
returning the correct cached type field value for the class of the mapping's
referenced object.

Fixed in trunk r8236
Reviewed: James Sutherland
Testing: Core, JPA

--
Oracle
David Minsky | Senior Member of Technical Staff
Phone: +1 613 2884605
Oracle Oracle Server Technologies Sustaining Engineering
ORACLE Canada | 45 O'Connor Street, Ottawa, Ontario | K1P 1A4

Green
          Oracle Oracle is committed to developing practices and products that help protect the environment

Back to the top