HHH-11205 : Fix test to work for pre-5.2

This commit is contained in:
Gail Badner 2017-06-14 13:29:08 -07:00
parent 39d6fdb0d8
commit 889dc0c1be
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import org.hibernate.boot.MetadataSources;
import org.hibernate.boot.registry.StandardServiceRegistry;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.AvailableSettings;
import org.hibernate.dialect.PostgreSQL81Dialect;
import org.hibernate.mapping.PersistentClass;
import org.hibernate.mapping.Property;
import org.hibernate.type.CharacterNCharType;