HHH9968 -fix identifier is too long on Oracle DB - irrelevantInstantEntity
This commit is contained in:
parent
7dbd199876
commit
6c0141786b
|
@ -471,6 +471,7 @@ public class AttributeConverterTest extends BaseUnitTestCase {
|
|||
}
|
||||
|
||||
@Entity
|
||||
@Table(name = "irrelevantInstantEntity")
|
||||
@SuppressWarnings("UnusedDeclaration")
|
||||
public static class IrrelevantInstantEntity {
|
||||
@Id
|
||||
|
|
Loading…
Reference in New Issue