Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Inheritance Hibernate/JPA multiple levels

"org.hibernate.PersistentObjectException: detached entity passed to persist" error that I can't work my head around

One to Many relation between an Entity Class and Enum lookup Class

hibernate jpa enums

Spring JPA Multiple Many-To-One Relationships in One Entity

java spring spring-boot jpa

JPA CriteriaQuery - accent insensitive

Spring Boot Jpa JPQL Selecting columns except specific columns

Spring Data Pageable breaking Spring Data JPA OrderBy

How to use mysql "json_contains" with JPA Specification

jpa

Spring Data Update Many To One Property

How to serialize a json containing LAZY associations

Using Oracle SQL-Function JSON_EXISTS in JPQL

Hibernate v5->v6 upgrade - poor SELECT performance

JPA Nested Mapping to View without a Base Table

JQuery DataTables server-side pagination, sorting, search with Spring MVC + JPA

java spring-mvc jpa datatables

Is there an easier way to make a JPQL query with BETWEEN to include NULL values in properties

java jpa jpql

How to use JPA CriteriaBuilder selectCase() so that it can have Predicate as result?

JPA remove() a detached entity: find() vs merge() - Which is better?

java jpa