Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Data Rest different data for same object depending on uri /files <-> files/1

@Param not working in Spring Data JPA

Spring boot 3.2.2 upgrade related Warnings - Batch application

How to Execute a Query stored as String with Spring Data JPA?

Where to put business logic, in controller or service? [duplicate]

Spring JPA: How to check whether "save" function created or updated the data?

spring jpa spring-data-jpa

Convert String to CLOB in Spring data JPA

Lazy attribute is null inside transaction after creation

How to save an Entity object into an initialized h2 table with generated index?

How can I lazy create the EntityManagerFactory using Spring Data ORM/JPA?

java spring spring-data-jpa

no setter methods in generated mapstruct implementation

Incorrect Hibernate Mapping of OneToOne Relationships with Composite Keys in a PostgreSQL Database

QueryDSL Q classes are generated in target folder but cannot be imported in other spring boot modules

Spring Data JPA : persist a many to may relationship in both directions