HHH-13785 : HQL/Criteria function support

- tests
- Dialect changes
This commit is contained in:
Steve Ebersole 2019-12-21 21:52:04 -06:00
parent a39fa09650
commit ba5b4e7c02
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import javax.persistence.Tuple;
import org.hibernate.Session;
import org.hibernate.boot.spi.MetadataBuilderContributor;
import org.hibernate.dialect.PostgreSQL82Dialect;
import org.hibernate.dialect.function.StandardSQLFunction;
import org.hibernate.jpa.test.BaseEntityManagerFunctionalTestCase;
import org.hibernate.type.StandardBasicTypes;