Skip to content

Commit 6c01417

Browse files
Hynek Svabekdreab8
authored andcommitted
HHH9968 -fix identifier is too long on Oracle DB - irrelevantInstantEntity
1 parent 7dbd199 commit 6c01417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/test/java/org/hibernate/test/type/AttributeConverterTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ public static Instant now() {
471471
}
472472

473473
@Entity
474+
@Table(name = "irrelevantInstantEntity")
474475
@SuppressWarnings("UnusedDeclaration")
475476
public static class IrrelevantInstantEntity {
476477
@Id

0 commit comments

Comments
 (0)