Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #300398 +++ Proposal: Add the following API to DynamicEntity: /** * @param propertyName the path to a valid object and property. * @return the a new instance of the specified property. */ DynamicEntity newEntity(String propertyName); Rationale: Allow users 'fluid' access to navigating thru their (dynamic) object model: DynamicEntity de = emp.newEntity("address").set("street", "20 Pinetrail Cres.");
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink