HHH-11063 - Fix long entity names for pgsql test failure.

This commit is contained in:
Chris Cranford 2016-09-28 09:11:36 -04:00
parent cd41d71b06
commit 3e64c710c5
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class ComponentCollectionHashcodeChangeTest extends BaseEnversJPAFunction
);
}
@Entity
@Entity(name = "ComponentEntity")
@Audited
public static class ComponentEntity {
@Id