Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA Memory Management Issues

org.apache.aries.jpa:org.apache.aries.jpa.blueprint:2.3.0 - Can't make run

@MapKey breaks with hibernate version 4.3.9 onwards. It works fine with 4.3.8

hibernate jpa

Hibernate 6: Json type with Local Date var

java spring hibernate kotlin jpa

After javax.persistence -> jakarta.persistence Spring Boot Upgrade, error: "Class .. is listed in the persistence.xml file, but is not annotated"

How to disable Hibernate 4.0 logging?

java hibernate jpa hsqldb

Java Springboot Hibernate setting an Oracle Database session parameter

AND/OR grouping WHERE conditions with Criteria Predicates in Hibernate

In Java, with JPA2, what class should I use for persisting date information?

java jpa jakarta-ee jodatime

How to check if entity in set contains a certain value using criteriaBuilder?

sun.reflect.annotation.TypeNotPresentExceptionProxy exception after adding EntityListeners

jpa jpa-2.0 eclipselink

Using @ElementCollection and @CollectionTable on @MappedSuperclass base class with EclipseLink

How can I choose ideal way for pagination in Spring boot?

Hibernate: Can't use CascadeType.PERSIST

java hibernate jpa

Using @GeneratedValue(strategy=GenerationType.TABLE), the sequence_next_hi_value is an int(11) but my table have a id column bigint(20)

java mysql hibernate jpa