Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] provisional API changes

Interested parties:

As a result of work I am doing for bug 336296 [1], I have made the following changes to
Dali's provisional API:

PersistentType.getValidationTextRange()
This is a new method added to the interface to support the validation of "virtual"
attribute mappings.

OrmOverrideContainer.getParent()
This is a covariant override to the method in JpaNode that allows orm.xml overrides
to get a text range from the override container's parent, since there is no XML element
in the orm.xml file corresponding to the override container (like there is in the Java
annotations).

Please let me know of any issues with these changes. As I wrap work on this bug over
the next few days, more minor changes are possible.

Regards,
Brian


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=336296

Back to the top