Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Multiple aliases with QuerydslBinderCustomizer

Dynamic search query using JpaRepository

How to map class attributes with underscores "_" in their names in Spring-data JPA

Error with H2 not creating the schema with my data.sql file

java spring spring-data-jpa h2

How to Select Random 10 records in JPQL?

Hibernate 6 H2 dialect override: Nulls precedence ignored

@Query: function ll_to_earth(double precision, double precision) does not exist

JPA: detached entity passed to persist: nested exception is org.hibernate.PersistentObjectException

Spring Data JPA - Pass column name and value as parameters

How to set JDBC mappings in spring boot JPA project?

Issue upgrading from Spring Boot 1.5.4 to 2.0.0

Spring JPA Query Check If At Least One Element of a List Exists in Parameter List

java spring-data-jpa jpql

How to JSON ignore only when an entity is referenced?

java json jpa spring-data-jpa

Unexpected token (START_OBJECT), expected VALUE_STRING: need JSON String that contains type id (for subtype of java.lang.Object)

How to give multiple columns as primary key in entity - JPA

How to do database routing in read-only and read-write with Spring