Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Hibernate: Replacement for Ejb3Configuration Class

java hibernate jpa

QueryDsl orderBy column name

hibernate jpa querydsl

How to delete children on update parent?

JPA Entity Manager - How to run SQL script file?

Mapping MySql views to JPA Entitites, which unique id to use?

mysql jpa views

Spring Data JPA: Fetching data from entity just after save() method

Keeping the session Open in JUnit/JPA/Hibernate/Struts and Spring integration test - No Session or session closed - LazyInitialization Exception

java spring jpa junit struts2

Setting allocationSize for @GenericGenerator

java hibernate jpa orm

Preventing 'PersistentObjectException'

java jakarta-ee jpa jax-rs

Is it possible to define LEFT Join when annotating a relationship with @OneToMany?

Which steps enable SQLite with Spring-Boot and JPA?

JPA: Selecting subset of entity won't load @OneToOne property

How can to set savepoint in integration tests (with hsqldb in-memory)?

java sql jpa hsqldb savepoints

IntelliJ : How to enable JPAQL validation without persistence.xml?

JPA OneToMany list does not find mappedBy property which should be inherited

How to migrate usage of JpaTemplate from Spring 3.2 to 4.1.4?

spring jpa spring-4

Why is JPA double-inserting child entities?

java jpa spring-data-jpa

JPA delete fails (integrity constraint violation: foreign key no action) - data model too convoluted?

Spring JPA java.util.Date to Mysql timestamp with wrong date value

java mysql jpa

Change Table Name of an Entity on runtime? [duplicate]

java hibernate orm jpa jpa-2.0