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 5b02ea1 commit fb2b190Copy full SHA for fb2b190
src/main/java/org/seasar/doma/internal/apt/meta/id/SequenceIdGeneratorMeta.java
@@ -20,7 +20,7 @@ public String getQualifiedSequenceName() {
20
buf.append(catalogName);
21
buf.append(".");
22
}
23
- String schemaName = sequenceGeneratorAnnot.getCatalogValue();
+ String schemaName = sequenceGeneratorAnnot.getSchemaValue();
24
if (!schemaName.isEmpty()) {
25
buf.append(schemaName);
26
0 commit comments