File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
main/java/org/seasar/doma/internal/apt
test/java/org/seasar/doma/internal/apt/processor/entity Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ public static class Constants {
192192
193193 public static final String DEFAULT_DAO_SUFFIX = "Impl" ;
194194
195- public static final String DEFAULT_ENTITY_FIELD_PREFIX = "" ;
195+ public static final String DEFAULT_ENTITY_FIELD_PREFIX = "$ " ;
196196
197197 public static final String DEFAULT_CONFIG_PATH = "doma.compile.config" ;
198198
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class EntityProcessorTest extends CompilerSupport {
2929 void beforeEach () {
3030 addOption (
3131 "-Adoma.test=true" ,
32- "-Adoma.entity.field.prefix=$" ,
3332 "-Adoma.domain.converters=org.seasar.doma.internal.apt.processor.entity.DomainConvertersProvider" );
3433 }
3534
You can’t perform that action at this time.
0 commit comments