HHH-7832 - map entity mode support, not finished yet

This commit is contained in:
Strong Liu 2012-11-28 20:59:06 +08:00
parent 01bab54f46
commit c35fc39a71
1 changed files with 2 additions and 0 deletions

View File

@ -28,11 +28,13 @@ import java.util.HashMap;
import org.junit.Test;
import org.hibernate.Session;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
/**
* @author Steve Ebersole
*/
@FailureExpectedWithNewMetamodel
public class SubclassDynamicMapTest extends BaseCoreFunctionalTestCase {
@Override
public String[] getMappings() {