mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1896 - ebean.allQuotedIdentifiers is ignored for @JoinColumn
This commit is contained in:
@@ -172,7 +172,7 @@ public class AnnotationAssocOnes extends AnnotationParser {
|
||||
if (beanTable == null) {
|
||||
throw new IllegalStateException("Looks like a missing @ManyToOne or @OneToOne on property " + prop.getFullBeanName() + " - no related 'BeanTable'");
|
||||
}
|
||||
prop.getTableJoin().addJoinColumn(false, joinColumn, beanTable);
|
||||
prop.getTableJoin().addJoinColumn(util, false, joinColumn, beanTable);
|
||||
if (!joinColumn.updatable()) {
|
||||
prop.setDbUpdateable(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user