mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-13112 Fix a table name in NoPackageTest
This commit is contained in:
parent
aa2648d878
commit
a89a9beeb0
@ -9,7 +9,7 @@
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Id;
|
||||
|
||||
@Entity
|
||||
@Entity(name = "annotationnopackage")
|
||||
public class AnnotationMappedNoPackageEntity {
|
||||
@Id
|
||||
private Integer id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user