Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to persist a JPA field as a clob?

java hibernate jpa

How to find all managed attached objects in EntityManager (JPA)

Maintaining Order in @ElementCollection using Set JPA

spring-mvc jpa

Spring Boot Rest API, JPA Entities, DTOs, what is the best approach?

java spring-boot hibernate jpa

Is it possible in JPA to redefine inherited attributes as transient?

JPA/EclipseLink - Calculated column

orm jpa eclipselink jpa-2.0

Should I make interfaces for my entities?

java jakarta-ee jpa

Java add javax.persistence in IntelliJ

Spring data JPA Repository Match All Columns or whole pojo

Spring Specification With Sum Function

JPA: @OneToOne creates an implicit unique constraint with a randomly generated name. Is there any way to spcify that name in code using annotations?

java hibernate jpa constraints

javax.persistence.TransactionRequiredException: no transaction is in progress in Spring 5

Is there a simple way to just select entity's id using criteria query?

jakarta-ee jpa ejb jpql

Hibernate doesn't creating Join Table on his own

Transactional annotation not working in Spring Boot with jpa

java mysql spring jpa

Why merge() return copy object?

hibernate jpa jpa-2.0 jpa-2.1

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