Skip to content

Releases: domaframework/doma

2.19.2

08 Aug 00:29

Choose a tag to compare

#220 Fix broken local transaction

2.19.1

08 Aug 00:30

Choose a tag to compare

#216 Document that the auto-generated value is set only if the identity field is either null or less than 0
#215 Fix TypeDeclaration#removeOverriddenMethodDeclarations to prevent IllegalStateException

2.19.0

08 Aug 00:30

Choose a tag to compare

#211 Use CharSequence as parameter in expression functions
#210 Support private methods in DAO classes

2.18.0

08 Aug 00:32

Choose a tag to compare

#208 Use javax.annotation.processing.Generated on JDK 9
#207 If the result of the expression is Long, it is evaluated as Float.
#206 Fix a wrong annotation parameter in a Docs example.
#205 Remove full-width % and _ from wild cards in Oracle dialect

2.17.0

08 Aug 00:32

Choose a tag to compare

#203 Add @TenantID to support the partitioned approach of multi-tenancy
#202 Update url
#200 Fix typo
#199 Fix the use of the wrong class java.lang.reflect.Modifier

2.16.1

08 Aug 00:33

Choose a tag to compare

#196 Kotlin 1.1.2 を実験的にサポート
#195 Oracle 12c 以降でIDENTITYを使った識別子の自動生成をサポート
#194 SelectBuilder に params メソッドと literals メソッドを追加

2.16.0

08 Aug 00:33

Choose a tag to compare

#191 設定ファイルから注釈処理のオプションを読み込めるように

2.15.0

08 Aug 00:33

Choose a tag to compare

#184 Long name serial sequence
#187 Eclipse 4.6.2 で検出されたワーニングを修正
#188 Dao においてデフォルトメソッドのみが定義されたインタフェースを継承可能に変更

2.14.0

08 Aug 00:34

Choose a tag to compare

#183 BatchUpdateExecutor, BatchDeleteExecutor, MapBatchInsertBuilder を追加
#182 エンベッダブルクラスにプロパティを定義しない場合に生成されるコードがコンパイルエラーになっていたのを修正
#181 SQLテンプレートで組み立てられたSQLを扱うための @SqlProcessor を追加
#180 Lombok をサポート
#179 StandardExpressionFunctions#escapeがescapeCharを使用していない
#177 Kotlin 1.0.6対応
#176 BatchInsertExecutorを追加
#175 組み込み関数の LocalDate, LocalDateTime 対応
#174 Mapをパラメータとして自動でInsert文を組み立てるMapInsertBuilderを追加

2.13.0

08 Aug 00:34

Choose a tag to compare

#170 識別子をプリミティブ型にする場合の注意点を記載
#167 Doma 2 における主要な変更点に記載されたクラス名の間違いを修正