We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed9bda commit a45d8cbCopy full SHA for a45d8cb
hibernate-core/src/main/java/org/hibernate/annotations/SecondaryRow.java
@@ -30,7 +30,7 @@
30
String table() default "";
31
32
/**
33
- * If enabled, Hibernate will never insert or update the columns of the secondary table.
+ * If disabled, Hibernate will never insert or update the columns of the secondary table.
34
* <p>
35
* This setting is useful if data in the secondary table belongs to some other entity,
36
* or if it is maintained externally to Hibernate.
0 commit comments