List of usage examples for org.hibernate.engine.query.spi HQLQueryPlan performList
@SuppressWarnings("unchecked") public List performList(QueryParameters queryParameters, SharedSessionContractImplementor session) throws HibernateException
From source file:com.blazebit.persistence.integration.hibernate.Hibernate43Access.java
License:Apache License
@Override public List<Object> performList(HQLQueryPlan queryPlan, SessionImplementor sessionImplementor, QueryParameters queryParameters) { return queryPlan.performList(queryParameters, sessionImplementor); }