Skip to content

Commit e2a1ae2

Browse files
committed
Fix Oracle identifier is too long test failure
1 parent 7275f16 commit e2a1ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/proxy/narrow/LazyAbstractEntityReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Yoann Rodière
1717
* @author Guillaume Smet
1818
*/
19-
@Entity
19+
@Entity(name = "LAENTITY")
2020
public class LazyAbstractEntityReference {
2121

2222
@Id

0 commit comments

Comments
 (0)