mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
HHH-8897 - Integrate org.hibernate.metamodel from metamodel branch into master
This commit is contained in:
parent
31cf1a9ab6
commit
9bbcdb6d15
@ -27,6 +27,8 @@
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
|
||||
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
|
||||
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
@ -34,6 +36,7 @@
|
||||
/**
|
||||
* @author Gavin King
|
||||
*/
|
||||
@FailureExpectedWithNewMetamodel
|
||||
public class IdClassTest extends BaseCoreFunctionalTestCase {
|
||||
public String[] getMappings() {
|
||||
return new String[] { "idclass/Customer.hbm.xml" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user