#1738 - Refactor toArray() plus various

This commit is contained in:
rob bygrave
2019-06-29 00:40:16 +12:00
parent 7fa5e2aa8c
commit ddf200ffdd
33 changed files with 50 additions and 53 deletions
@@ -189,7 +189,7 @@ public class AnnotationAssocOnes extends AnnotationParser {
private void checkForNoConstraint(DeployBeanPropertyAssocOne<?> prop, JoinColumn joinColumn) {
ForeignKey foreignKey = joinColumn.foreignKey();
if (foreignKey != null && foreignKey.value() == ConstraintMode.NO_CONSTRAINT) {
if (foreignKey.value() == ConstraintMode.NO_CONSTRAINT) {
prop.setForeignKey(new PropertyForeignKey());
}
}