It is possible to partially match the JPQL query that was parsed, the value of the exactMatch will determine whether the string representation of any given {@link org.eclipse.persistence.jpa.jpql.model.query.StateObject StateObject} should reflect the exact string that was parsed.true
will use every bit of information contained in the corresponding {@link org.eclipse.persistence.jpa.jpql.parser.Expression Expression} to perfectly match what was parsed;false
will only match the case sensitivity of the JPQL identifiers.
@version 2.4
@since 2.4
@author Pascal Filion
|
|