HHH-11063 - Fix long entity names for pgsql test failure.
This commit is contained in:
parent
cd41d71b06
commit
3e64c710c5
|
@ -123,7 +123,7 @@ public class ComponentCollectionHashcodeChangeTest extends BaseEnversJPAFunction
|
|||
);
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "ComponentEntity")
|
||||
@Audited
|
||||
public static class ComponentEntity {
|
||||
@Id
|
||||
|
|
Loading…
Reference in New Issue