-
### Description
I am trying to deserialize json with snake case json properties to entity views with lower camel case properties. I have tried to add the strategy to both the jackson object m…
-
Is it possible to add functionality that recognizes JPA annotations and build Entity graph.
-
### Expected Behavior
I initiated a micronaut project with Kotlin on Java 21 and the following features:
- Micronaut Data Hibernate Reactive
- Liquibase
- Postgres
- JDBC-Hikari
- Testcontai…
-
@marques-work @stevesaliman
I'm sorry to bother you again.i am really didn't get the point of this question.
https://github.com/liquibase/liquibase-gradle-plugin/issues/154
I'm using `liquibase-grad…
-
Version - 2.0.2 and 2.0.0
I have included jar of every module of olingo-jpa-processor-v4 into our application. In this Case hibernate default schema is not detecting . hence Queries are not working…
-
**Reported by @cristianbogdan on 16 May 2010 21:19 UTC**
i think supporting JPA can open a large number of possibilities for makumba and bring what hibernate could not bring several years ago: a simpl…
ghost updated
14 years ago
-
### Description
A "limit" in a "SetExpression" leads to an invalid sql query.
### Expected behavior
Query gets first n results.
### Actual behavior
Stacktrace
`java.lang.IllegalArgumentExcep…
-
### Describe the bug
When https://github.com/quarkusio/quarkus/pull/44111 got merged, my app with Narayana JTA that uses XA transactions stopped to work because connection cannot be opened for DS tha…
-
### 版本
'org.hibernate:hibernate-core:5.4.18.Final'
'com.aliyun.oss:aliyun-sdk-oss:3.13.2'
### 错误
项目引入OSS的Java SDK后,出现如下报错,目前定位到出错位置在`stax:stax-api:1.0.1`,暂时先通过`exclude`排除间接依赖的方式解决了。这里提个Issue标记下。…
-
I would like my state machine db schema to be automatically created.
I have add the Spring state machine JPA auto-configuration as a dependency and added the `@EnableAutoConfiguration` annotation as …