Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#312146 JPQL

SVN trunk commit: Bug#312146 JPQL

 

This adds a persistence unit property for setting the JPQL parser (ANTLR or Hermes), and allows the validation level (JPA 1/2/2.1/EL) to be set.

This also switches the default JPQL parser to be Hermes to allow the nightly testing to run with it.

 

Code review:  Andrei (pending)

Changes:

-          Switches default JPQL parser to Hermes.

-          Adds persistence unit properties for JPQL parser and validation level.

-          Allows JPQL queries to obtain cache hits on indexed fields by default.

-          Added test model for inner joins.


Back to the top