Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring/JPA project Unable to find column with logical name: email

java spring hibernate jpa

getFirstResult() returns 0

java mysql jpa jpql

How just scan a concrete JPA entity but not all entities bellow the same package with spring-boot?

java jpa spring-boot

Crudrepository / Join single field from other table to entity as readonly

Which CDI scope should be preferred for a JPA repository

java jakarta-ee jpa scope cdi

org.hibernate.QueryException: unexpected char: '`'

java mysql hibernate jpa

Using UUID with EclipseLink and PostgreSQL

Hint HINT_PASS_DISTINCT_THROUGH reduces the amount of Entities returned per page for a PageRequest down to below the configured page size (PostgreSQL)

How to convert PSQLs ::json @> ::json to a jpa/jpql-predicate

jpa hql jpql predicate

Filtering out nested objects in JPA query

@CreationTimestamp column sets to null when I update it from POST method

hibernate spring-boot jpa

How to use spring batch to read JPA entities with associations

java spring jpa spring-batch

Is it possible to have autoincrement number without it being an ID?

postgresql hibernate jpa

Can't delete child entity without deleting parent entity, regardless of CascadeTypes?

JPA entity with collection returns false for contains method on detached member

Regular expression matching in queryDSL

jpa querydsl

EntityManager find() method returns null if the id is not found

jpa entitymanager

org.springframework.dao.DataIntegrityViolationException after update spring-boot from 2.1.x to 2.2.x using hibernate and spring-boot-data-jpa

JPA Criteria Query API and order by null last

java jpa criteria