-
どんなことをしたいのかはわかりました。現時点でとにかく動作するものを優先するのであればこれでも問題ないと思います。
しかし、Domaのinternalな実装に依存していていたり内部のコードと重複していたりするため、Domaがバージョンアップした際に動かなくなる可能性が高いです。
https://twitter.com/nakamura_to/status/689799504950788097
…
-
https://doma.readthedocs.io/en/latest/criteria-api/#insert-settings-entityql-nativesql
をのサンプル(Entityql)を実行してみると
```
Department department = new Department();
department.setDepartmentId(99);
d…
-
My eclipse max 8GB memory but cannot finish compiler task.
Out of memory error when compile entity from .apt_generated.
Can you optimize generated class by doma-processor?
My project have 199 ent…
-
## 概要
EntityクラスをBuildするとコンパイルエラーが発生してしまう
## 環境
- Amazon Corretto 8
- kotlin 1.3.71
- doma 2.29.0
- doma-spring-boot-starter 1.2.1
- MySQL
## Entity
```kotlin
@Entity(immutable = true, …
-
I'm working on quarkus framework using CDI and Doma2.
CDI requires default constructor to use constructor injection.
But AbstractDao and generated source code do not have default constructor.
Det…
-
intellij idea,gradleによるビルド ,SpringBoot環境で利用しています。
sqlテンプレート(doma関連のソース)を変更してビルドした場合compileJavaタスクの所要時間が増えてしまいます。20秒ほど
普通のJavaソースを修正した場合は5秒以下で終わります。
調べた結果doma関連のソースを修正した場合、関連ソース(xxDaoImpl,_Ent…
-
I really like the idea of Doma. Its like almost the perfect ORM that I have always wanted particularly the testable bi-directional SQL templates. In fact I had wanted this so bad I had partly implemen…
-
Doma2ではSqlFileInsertQueryの場合generateIdで何もしないためEntityにAuto increament の IDが付与されませんが、Insert時にsql fileを利用した状態でAuto increment の IDを取得する推奨の実装はありますでしょうか?
もし実施したい場合はjdbcを直で使って自前実装するしかないでしょうか?
以上お手数ですがよろしく…
-
`for`文内で`Iterable`だけしか使えないのが時々不便に感じることがあります。
例えば、enumの値すべてを直接回したい場合、配列が使えないのでリストを返す`valueList`メソッドを定義し、それを呼び出すなど手間が必要になります。
拡張for文と同様、配列も回せるようにしたいです。
-
Webサーバ固有の特殊なスレッドからdoma-2.19.2を利用すると、ScalarExceptionが発生します。
## 再現環境
* Websphere Application Server traditional v9.0 Netowork Deployment (※以降WASと略)
## 事象
WASのDistributedObjectCacheという動的キャッシュ機能を利…