diff options
Diffstat (limited to 'src/com/iciql/Iciql.java')
-rw-r--r-- | src/com/iciql/Iciql.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/iciql/Iciql.java b/src/com/iciql/Iciql.java index 33b954b..47cf9c1 100644 --- a/src/com/iciql/Iciql.java +++ b/src/com/iciql/Iciql.java @@ -341,7 +341,7 @@ public interface Iciql { * Whether or not iciql tries to create the table and indexes. Default:
* true.
*/
- boolean createIfRequired() default true;
+ boolean create() default true;
/**
* Whether only supported types are mapped. If true, unsupported mapped
|