HHH-13112 Fix a table name in NoPackageTest

This commit is contained in:
Yoann Rodière 2018-11-23 14:43:39 +01:00
parent aa2648d878
commit a89a9beeb0

View File

@ -9,7 +9,7 @@
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
@Entity(name = "annotationnopackage")
public class AnnotationMappedNoPackageEntity {
@Id
private Integer id;