HHH-13454 - org.hibernate.orm.test.query.criteria.BasicCriteriaExecutionTests fails on Oracle
This commit is contained in:
parent
9367f01162
commit
db2e8382d5
|
@ -129,7 +129,7 @@ public class BasicCriteriaExecutionTests extends BaseNonConfigCoreFunctionalTest
|
|||
);
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "BasicEntity")
|
||||
public static class BasicEntity {
|
||||
|
||||
@Id
|
||||
|
|
Loading…
Reference in New Issue