Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

"object references an unsaved transient instance" in bidirectional one-to-one

java spring hibernate jpa

Using an @Embeddable entity in a JPA CriteriaQuery

How to optimize a JPQ JOIN query to run faster

Cannot add or update a child row: a foreign key constraint fails - Bidirectional mapping in hibernate

java hibernate jakarta-ee jpa

Backslash works incorrectly in LIKE clause

sql postgresql jpa jpql

Spring boot is not running with sql server using spring data and hibernate

How do I configure JPA table name at runtime?

Set Isolation level in eclipselink

Provided id of the wrong type for class when testing

How to obtain Class from JPA entity name?

class jpa entity

How to lock table between read and write operations

Criteriabuilder lower() vs Java toLowerCase()

java hibernate jpa

Hibernate exception: Duplicate entry for key 'PRIMARY'

java mysql hibernate jpa

Implementing a Query Using @NamedQuery with a 'SELECT OBJECt(var) FROM EntityName var

java jpa select entity

PostgreSQL and Hibernate: Found: numeric, expected: int8

java postgresql hibernate jpa

Spring boot Hibernate could not deserialize: invalid stream header: 3433302E

JPQL CASE STATEMENT in WHERE CLAUSE PROBLEMS

java mysql hibernate jpa jpql

JPA CriteriaBuilder value like column

Specifying table and field names for join tables in Spring Boot/Hibernate/JPA

What is the best practice to salt a password with spring security in spring boot?