HHH-3482 corrected imports

This commit is contained in:
Brett Meyer 2014-02-10 17:24:09 -05:00
parent d60fc99dd4
commit 5f3a02f5d7

View File

@ -77,6 +77,8 @@
import org.hibernate.cache.spi.access.EntityRegionAccessStrategy;
import org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy;
import org.hibernate.cache.spi.access.RegionAccessStrategy;
import org.hibernate.cfg.AvailableSettings;
import org.hibernate.cfg.Configuration;
import org.hibernate.cfg.Environment;
import org.hibernate.cfg.Settings;
import org.hibernate.cfg.SettingsFactory;