Community
Participate
Working Groups
We'll add the following annotation and complex element. Note: These are stubs and act as the starting point for this functionality. The dependant bugs will populate the contents as they are fixed. A QueryPolicy can be configured at the Entity and MappedSuperclass level ----------------------------------------------------------------------------- @Target({TYPE}) @Retention(RUNTIME) public @interface QueryPolicy { // The contents to be filled in by dependant bugs } ----------------------------------------------------------------------------- <xsd:complexType name="query-policy"> <xsd:annotation> <xsd:documentation> @Target({TYPE}) @Retention(RUNTIME) public @interface QueryPolicy { // The contents to be filled in by the sub bugs } </xsd:documentation> </xsd:annotation> <xsd:sequence> <!-- Elements to be filled in by dependant bugs --> </xsd:sequence> <!-- Attributes to be filled in by dependant bugs --> </xsd:complexType>
The challenge here is that in JPA queries are define globally for the persistence unit and these are per entity query options. These are rarely used features and we could defer this and it dependent bugs until after 1.0.
Changed version to unspecified
These JPA enhancements were accidentally assigned to 1.1.1.
Moving to 2.1 where our goal is to have the eclipselink-orm.xsd fully support all native features currently available in the deployment XML XSD
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink