-
I've detected an issue related to pagination when using lazy loading in datatable. The problem is the following: starting by the example of showcase: http://www.primefaces.org/showcase/ui/data/datatab…
-
Hello,
There is any plan to allow Floor to support OneToOne, OneToMany, ManyToOne and ManyToMany relationships?
Maybe you can take a look at JaguarORM: https://github.com/Jaguar-dart/jaguar_orm
…
-
I am developing a project using: Java, Spring boot(actually the project is generated by Jhipster), I used Javers to audit the changes from the entity, but when I use `repository` to save an entity, I …
-
- Plugin Name:
- Plugin Version: 6.17
- OS Name: Linux
- OS Version: 5.8.0-55-generic
- Java Version: 11.0.11
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- Is Snapshot: false
- App Build: IU-212.…
-
As a result of this task we want to give possibility to get all products from DB and show them in browser as a JSON file.
Steps:
- PostgreSQL database should be installed and setup -> https://www.…
-
Consider a project using Spring Data JPA / Spring Data REST to manage an entity `MyEntity` via repository annotated with `@RepositoryRestResource`:
```
@RepositoryRestResource
public interface MyEnti…
-
I'm migrating an application which uses Spring Data Repostiories from Wildfly to Quarkus and encounter exceptions during the initialization phase:
**Describe the bug**
I have JPA entities with cam…
-
In the original [article](https://spring.io/blog/2011/02/10/getting-started-with-spring-data-jpa/), the use of `@Transactional(readOnly = true)` was encouraged in both before/after implementations, …
-
出现此问题的技术条件:
基于Seata1.2.0 + Druid 1.12 or Druid 1.22 + Javers 5.8.13 + PostgreSQL 11.6
目前判断是:Seata所仰仗的Druid是无法处理类似 Insert SQL:
INSERT INTO jv_snapshot ( type, global_id_fk, commit_fk, version, s…
-
I am using Zuul rate limit in my personal spring boot project. In my project, I wanted to load few other configurations from jpa repo. I am using spring data and found that when Zuul rate limit depend…