[BAEL-3936] Fixed formatting

This commit is contained in:
Kostas Karavitis
2020-04-17 19:24:01 +03:00
parent d2703cb5cd
commit 9268d92b99

View File

@@ -28,8 +28,7 @@ public class Cocktail {
referencedColumnName = "cocktail",
insertable = false, updatable = false,
foreignKey = @javax.persistence
.ForeignKey(value = ConstraintMode.NO_CONSTRAINT)
)
.ForeignKey(value = ConstraintMode.NO_CONSTRAINT))
private Recipe recipe;
@OneToMany(fetch = FetchType.LAZY)