Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA criteria return a page and total

java jpa criteria

How to persist two entities with JPA

java jpa javabeans

What is difference between CascadeType.ALL, cascade = CascadeType.REMOVE and orphanRemoval

hibernate jpa persist

EclipseLink & Spring Config without Persistence.xml

java spring jpa eclipselink

EclipseLink throws ArrayIndexOutOfBoundsException when trying to weave a class

Generating JPA entities with IntelliJ without a persistence.xml or orm.xml

java spring jpa intellij-idea

Replacement or workaround for org.hibernate.jmx.statisticsservice in hibernate 5.2.1

java spring hibernate jpa

How to use Spring Data JPA example matcher with additional conditions

java jpa spring-data-jpa

Hibernate Envers: an assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session)

Spring CriteriaBuilder search enum by it's name

java spring hibernate jpa enums

Load child collection DTOs in JPA DTO projection query

java jpa jpql projection

Stream rows from PostgreSQL (with fetch size)

Entity to DTO conversion with JPA

JPA @TableGenerator shared between multiple entities

java hibernate orm jpa

Calling next value of a sequence in jpa

How to persist an entity from an non-entity subclass in Hibernate

Date literals in Hibernate

Does @EntityListener works with @MappedSuperclass as well?

Spring + JPA many to many relationship

spring list jpa many-to-many

Java EE 6 - The Persistent Domain Objects pattern - any successes?