JPA-43 Impl Index and ForeignKey for JPA 2.1

This commit is contained in:
Strong Liu 2013-03-22 16:33:36 +08:00
parent 4b698302a5
commit 4eba1320fa
1 changed files with 1 additions and 4 deletions

View File

@ -37,9 +37,6 @@ import org.hibernate.mapping.Property;
import org.hibernate.mapping.Set;
import org.hibernate.mapping.Table;
import org.hibernate.mapping.UniqueKey;
import org.hibernate.test.annotations.embedded.Book;
import org.hibernate.test.annotations.embedded.WealthyPerson;
import org.hibernate.test.event.collection.detached.Alias;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import static org.junit.Assert.assertEquals;
@ -50,7 +47,7 @@ import static org.junit.Assert.assertTrue;
/**
* @author Strong Liu <stliu@hibernate.org>
*/
public class AbstractJPAIndexTest extends BaseCoreFunctionalTestCase {
public abstract class AbstractJPAIndexTest extends BaseCoreFunctionalTestCase {
@Test
public void testTableIndex() {
PersistentClass entity = configuration().getClassMapping( Car.class.getName() );