HHH-9371 - Exception ''Invalid filter-parameter name format" from LoadQueryInfluencers when hql contains colon and filter is enabled.

This commit is contained in:
Steve Ebersole 2016-01-11 12:14:30 -06:00
parent 5d259b7eaf
commit c8a25d2838
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ import org.hibernate.HibernateException;
import org.hibernate.LockOptions;
import org.hibernate.QueryException;
import org.hibernate.ScrollMode;
import org.hibernate.dialect.Dialect;
import org.hibernate.engine.query.spi.HQLQueryPlan;
import org.hibernate.hql.internal.classic.ParserHelper;
import org.hibernate.internal.CoreLogging;