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 2f5fd74 commit 7e5ae7aCopy full SHA for 7e5ae7a
doma-processor/src/main/java/org/seasar/doma/internal/apt/Options.java
@@ -192,7 +192,7 @@ public static class Constants {
192
193
public static final String DEFAULT_DAO_SUFFIX = "Impl";
194
195
- public static final String DEFAULT_ENTITY_FIELD_PREFIX = "";
+ public static final String DEFAULT_ENTITY_FIELD_PREFIX = "none";
196
197
public static final String DEFAULT_CONFIG_PATH = "doma.compile.config";
198
0 commit comments