#1149 - Refactor move PersistenceContextUtil into ... io.ebeaninternal

This commit is contained in:
rob bygrave
2017-10-04 21:12:39 +13:00
parent f85fa772bf
commit 5a5cb7ffbd
3 changed files with 2 additions and 3 deletions
@@ -1,7 +1,7 @@
package io.ebeaninternal.server.transaction;
import io.ebean.bean.PersistenceContext;
import io.ebean.bean.PersistenceContextUtil;
import io.ebeaninternal.server.deploy.PersistenceContextUtil;
import org.tests.model.basic.Car;
import org.tests.model.basic.Customer;
import org.tests.model.basic.Vehicle;