Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Multiple database with Spring+Hibernate+JPA

How frequently should I create an EntityManager?

java jpa entitymanager

Call getNextException to see the cause : How to make Hibernate / JPA show the DB server message for an exception

Spring JPA - Find By EmbeddedId partially

How to use Postgres JSONB datatype with JPA?

Java, JPA, Glassfish, Invalid resource : jdbc/__default__pm

java jpa deployment glassfish

JPA: DELETE WHERE does not delete children and throws an exception

java hibernate jpa jpql

The annotation @Index is disallowed for this location

JPA + Hibernate + Spring + OneToMany delete cascade

How to map two JPA or Hibernate entities on the same database table

JPA Inheritance demands ID in subclass

inheritance jpa eclipselink

How to prevent SQL Injection with JPA and Hibernate?

Many-to-Many query jpql

java jpa jpa-2.0 jpql

Generate all setXXX calls of a POJO in Eclipse?

eclipse jpa

Multiple writable mappings exception in EclipseLink

jpa orm ejb jpa-2.0 eclipselink

Optimistic locking in a stateless application with JPA / Hibernate

JPA Multiple Embedded fields with prefix?

java jpa annotations

Is it a good idea to "migrate business logic code into our domain model"?

hibernate spring jpa

JPA/Hibernate support for migration?

java hibernate jpa h2

What is difference between @Resource UserTransaction and EntityManager.getTransaction()

java jpa jakarta-ee jta