Fix ManipulationCriteriaTest

This commit is contained in:
Andrea Boriero 2016-04-28 16:29:04 +01:00 committed by Steve Ebersole
parent da4ee5bbac
commit b352756377
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {