HHH-10796 : Correct to use org.hibernate.Query for backport

This commit is contained in:
Gail Badner 2016-06-13 14:23:20 -07:00
parent ea4ddbd690
commit 61bc59af15
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.hibernate.query.Query;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.resource.transaction.spi.TransactionStatus;