isLoaded util method does not behave per spec for collection attributes
-----------------------------------------------------------------------
Key: OPENJPA-1485
URL: https://issues.apache.org/jira/browse/OPENJPA-1485
Project: OpenJPA
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Jeremy Bauer
Assignee: Jeremy Bauer
Section 3.2.9 of the spec states:
A collection-valued attribute is considered to be loaded if the collection was
loaded from the database
or the value of the attribute was assigned by the application, and, if the
attribute references a collection
instance (i.e., is not null), each element of the collection (e.g. entity or
embeddable) is considered to be
loaded.
OpenJPA currently does not behave according to spec if an entity is loaded by
the DB and the collection attribute is set to null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.