-
### What version are you using?
latest
### What did you do?
I tested this out and it looks like using the default (H2) or configuring it to use sqlite results in the same stack trace. Logs in…
-
### 版本
'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标记下。…
-
Hi Ninja Community,
I'm testing steps here: [http://www.ninjaframework.org/documentation/working_with_relational_dbs/jpa.html](http://www.ninjaframework.org/documentation/working_with_relational_db…
-
Is it possible to add functionality that recognizes JPA annotations and build Entity graph.
-
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…
-
When there is no live database changelog diff cannot be generated (or documentation is missing).
In our projects developers work with embedded h2 database while there is a production PostgreSQL databa…
-
**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
-
I used karaf 4.0.5. I completed all steps that are provided in instructions. This is my bundle list:
karaf@root()> bundle:list
START LEVEL 100 , List Threshold: 50
## ID | State | Lvl | Version …
-
### Description
When you SUM a case expression like below
```
NumberExpression riskSum = new CaseBuilder()
.when(QMeters.meterStatus.in("Current", "Expired", "Future")).then(1).othe…
-
### Search first
- [X] I searched and no similar issues were found
### Description
I have the following:
Stack:
- Spring boot 2.7.11
- Java 17
Hibernate JPA:
```java
@Entity
…