diff --git a/core/mybatis-generator-core/src/site/xhtml/configreference/columnOverride.xhtml b/core/mybatis-generator-core/src/site/xhtml/configreference/columnOverride.xhtml index bd2dfe05c1..00de638449 100644 --- a/core/mybatis-generator-core/src/site/xhtml/configreference/columnOverride.xhtml +++ b/core/mybatis-generator-core/src/site/xhtml/configreference/columnOverride.xhtml @@ -78,7 +78,7 @@ element of the <table> element.

A user defined type handler that should be used for this column. This should be the fully qualified name of a class that implements MyBatis' - TypeHandler + TypeHandler interface. If unspecified, or blank, then MyBatis will use the default type facility for handling types. diff --git a/core/mybatis-generator-core/src/site/xhtml/configreference/commentGenerator.xhtml b/core/mybatis-generator-core/src/site/xhtml/configreference/commentGenerator.xhtml index 4293fad0c1..565cadfc9f 100644 --- a/core/mybatis-generator-core/src/site/xhtml/configreference/commentGenerator.xhtml +++ b/core/mybatis-generator-core/src/site/xhtml/configreference/commentGenerator.xhtml @@ -149,7 +149,7 @@ specified with the <property> child element: dateFormat A date format string to use when writing the date into the generated comment. This string - will be used to construct a java.text.SimpleDateFormat object. Any + will be used to construct a java.text.SimpleDateFormat object. Any valid format string for that object can be specified here. By default, the date string will be from the toString() method on java.util.Date.

Since 1.3.4

diff --git a/core/mybatis-generator-core/src/site/xhtml/configreference/context.xhtml b/core/mybatis-generator-core/src/site/xhtml/configreference/context.xhtml index ec23c8667c..3331ca8899 100644 --- a/core/mybatis-generator-core/src/site/xhtml/configreference/context.xhtml +++ b/core/mybatis-generator-core/src/site/xhtml/configreference/context.xhtml @@ -99,7 +99,7 @@ databases, or with different generation parameters, in the same run of MyBatis G with MyBatis versions 3.4.2 and higher, and Java 8 and higher (e.g. the Java model and mapper interfaces will use generic types and other Java 8 features like default methods in interfaces). -

Important: The Java code generated with this target runtime is dependent on the +

Important: The Java code generated with this target runtime is dependent on the "MyBatis Dynamic SQL" support library version 1.1.3 or higher.

Other important information:

@@ -200,7 +200,7 @@ changes will be required:

MyBatis generator supports Kotlin! There is a new simple DOM for generating Kotlin. There is also a new runtime that will generate Kotlin code that uses the MyBatis Dynamic SQL library. It has functionality that matches the new Java runtime for MyBatis Dynamic SQL (see below) - but it uses a more idiomatic Kotlin style with receiver functions rather than the -method chaining style of the Java runtime. +method chaining style of the Java runtime.

To use the new runtime, set targetRuntime=MyBatis3Kotlin on a <context>.

@@ -253,7 +253,7 @@ deprecated and will be removed in a future version - so please switch to the
  • In the Java DOM, removed the default constructors for Method and Field
  • Removed several methods from CompilationUnit including isJavaInterface, isJavaEnumeration, getSuperClass, and getSuperInterfaceTypes.
  • -
  • In the XML DOM, element nodes no longer extend the abstract Element class which is removed.
  • +
  • In the XML DOM, element nodes no longer extend the abstract Element class which is removed.
  • Changed return types to Optionals in the DOM methods where appropriate.
  • Removed the getFormattedContent method from all Java and XML DOM classes. These methods are replaced by a new set of renderer classes. Note that the new renderer classes will produce @@ -275,7 +275,7 @@ deprecated and will be removed in a future version - so please switch to the

    Version 1.3.7

    This version contains several minor fixes and enhancements - mostly related to the MyBatis3DynamicSql runtime.

    -

    Please reference the GitHub page for milestone 1.3.7 for details. +

    Please reference the GitHub page for milestone 1.3.7 for details. Milestone 1.3.7

    @@ -287,7 +287,7 @@ From the first release of MyBatis Generator, the generator has created code that has been limited and difficult to use. The new style of generated code supports a more natural SQL-like syntax for WHERE clauses. Additionally, WHERE clauses can be created with any combination of ANDs and ORs. This is a significant improvement to the generated code. It comes at the cost of dependency on MyBatis Dynamic SQL, and loss of compatibility with previously generated code, but we -think it will be worth the change. One other benefit is that the generated code is significantly smaller and easier to understand. +think it will be worth the change. One other benefit is that the generated code is significantly smaller and easier to understand.

    Don't worry - unless you enable this change, then generator will create code exactly as it has in the past.

    To enable the change, use the new "MyBatis3DynamicSQL" runtime on the @@ -304,14 +304,14 @@ think it will be worth the change. One other benefit is that the generated code

    Other Fixes/Enhancements

    Please reference the GitHub page for milestone 1.3.6 for details on what else -has changed in this release. +has changed in this release. Milestone 1.3.6

    Version 1.3.5

    Fixes/Enhancements

    Please reference the GitHub page for milestone 1.3.5 for details on what -has changed in this release. +has changed in this release. Milestone 1.3.5

    @@ -324,7 +324,7 @@ menu item.

    Fixes/Enhancements

    Please reference the GitHub page for milestone 1.3.4 for details on what -has changed in this release. +has changed in this release. Milestone 1.3.4

    @@ -335,7 +335,7 @@ has changed in this release.

    Fixes/Enhancements

    Please reference the GitHub page for milestone 1.3.3 for details on what -has changed in this release. +has changed in this release. Milestone 1.3.3