-
After a maven refresh annotation processors cannot find resources in the classpath (ie files in `src/main/resources`). Eclipse 4.12 and m2e-apt 1.5.2
This might be related to:
https://github.com…
-
spring-boot向けに mybatisのプラグインが出ていたので、利用してみました。
日本語のドキュメントがまったくないので、是非まとめてもらいたいです。
※xmlインクルードもmybatisのサンプル(https://github.com/mybatis/mybatis-spring-boot)には記載されていますが、実際に利用してみたところmybatis-config.xmlが読み込めず…
-
For some reason the Eclipse compiler has issues with finding /META-INF sql files.
The error:
```
[DOMA4019] The file "META-INF/--/some.sql" is not found in the classpath. The absolute path is "…
-
**Description**
Currently, when using LocalTransactionDataSource, queries can only be executed within a transaction. If a query is executed outside of a transaction, it throws a LocalTransactionNotYe…
-
つかっておけばデータベースをなんかいいかんじに動かせるらしいことを耳にした
所感 Doma(https://github.com/domaframework/doma) あたりを使ってみたいと思いました
-
Currently, instructions for using the Doma CodeGen Plugin are only described in the README.
Additionally, there is no explanation in Japanese.
https://github.com/domaframework/doma-codegen-plugin
-
**Description**
In PostgreSQL, if I execute a batch insert on a table that has a `GENERATED ALWAYS AS IDENTITY` column, an error occur.
Error: `Column "id" is an identity column defined as GENERATED…
-
Thank you for always developing.
**Describe the bug**
I have the following entity and dao.
```java
@Entity
public record EmployeeEntity(
@Id long id, Address address){}
@Embeddable
pub…
-
**Describe the bug**
In MSSQL, execute a query with both DISTINCT and limit causes invalid syntax exception.
The root cause might come from the below code while Doma is trying to inject TOP keywor…
-
**Describe the bug**
`sourceCompatibility` `targetCompatibility` を `1.8` から `11` に上げた後、
Eclipseからビルドを行った時、注釈処理にかかる時間が大きく伸びてしまいました。
処理時間を少しでも減らしたいのですが解決の糸口が分からず、分かることがあれば教えていただけないでしょうか?
**Expecte…