Fix ManipulationCriteriaTest
This commit is contained in:
parent
da4ee5bbac
commit
b352756377
|
@ -3401,7 +3401,7 @@ public final class SessionImpl
|
|||
Selection selection,
|
||||
QueryOptions queryOptions) {
|
||||
try {
|
||||
final QueryImplementor query = createQuery( jpaqlString, resultClass );
|
||||
final QueryImplementor query = createQuery( jpaqlString );
|
||||
|
||||
if ( queryOptions.getValueHandlers() == null ) {
|
||||
if ( queryOptions.getResultMetadataValidator() != null ) {
|
||||
|
|
Loading…
Reference in New Issue