-
-
-
## Describe the bug
My project has a JPA entity annotated with `@UniqueConstraint` to guarantee the application won't persist duplicate data. One of its endpoints checks the presence of a key in the …
-
```
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 …
-
### Description
I ported blaze-persistence `examples\spring-data-dgs` to Kotlin
Query is success, but mutation is failed.
No primary constructor found for class class CatCreateView
#…
debop updated
3 weeks ago
-
### 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…
-
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 …
-
### 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
…
-
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…