HHH-3482 corrected imports

This commit is contained in:
Brett Meyer 2014-02-10 17:24:09 -05:00
parent b97a1b3749
commit cb58f0bd68
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ import org.hibernate.cache.spi.access.CollectionRegionAccessStrategy;
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;