-
### Describe the bug
`Quarkus Security with Jakarta Persistence` guide doesn't mention `security-jpa-reactive` extension
https://quarkus.io/guides/security-jpa talks just about `security-jpa` ex…
-
com.github.rmee:jpa-schema-gen:0.8.20181201214153
Sample exception due to invalid entity class: generateSchema task still succeeds.
```
Exception in thread "Thread-412" java.lang.IllegalStateExce…
-
$ javac -verbose -sourcepath src/ -d target/classes/ -s target/generated-sources/annotations/ src/us/pdinc/products/cresaptown/ds/beans/db/approval/Cert.java -cp 'C:\Users\jpyeron\.m2\repository\…
-
### Description
When you SUM a case expression like below
```
NumberExpression riskSum = new CaseBuilder()
.when(QMeters.meterStatus.in("Current", "Expired", "Future")).then(1).othe…
-
### Description
I have an entity view that has EntityViewInheritance configured. I am trying to create a paginated graphql query wrapped in a GraphQLRelayConnection.
This is my entity view…
-
Coordinate the work on support for JPA 3.2 in ORM with this work, as they both target ORM 7.0.
Ultimately, we need to -
- [x] Drop `hibernate-orm` and use Steve's [JPA 3.2 branch](https://github…
-
```
NOTE: If you have a question rather than a bug report or feature request,
please post at http://groups.google.com/group/java-generic-dao .
What steps will reproduce the problem?
1. Define a POJO …
-
```
NOTE: If you have a question rather than a bug report or feature request,
please post at http://groups.google.com/group/java-generic-dao .
What steps will reproduce the problem?
1. Define a POJO …
-
Hi, In **rapidoid/rapidoid-jpa**,there is a dependency **org.hibernate:hibernate-core:4.3.11.Final** that calls the risk method.
[CVE-2020-25638](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-…
-
The Hibernate Criteria API has been deprecated in Hibernate. So we have to move to the JPA Criteria API in GORM.
This may be a good time to deprecate CriteriaBuilder and friends, recommending inste…