Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Mapping Collection of Enum types that implement interface

JPA Hibernate left join fetch generating mutiple queries

hibernate jpa join fetch

One-to-One mappings of basic type, into a single class in Hibernate

java hibernate jpa annotations

Hibernate: OnDelete vs cascade=CascadeType.REMOVE

JPA and DAO implementation of delete operation

java jpa dao

One to One delete on cascade

hibernate jpa one-to-one

JPA Returns null when query.getSingleResult() is returned directly

java hibernate jpa orm

EclipseLink: Problems with cascade delete doing update instead

java jpa eclipselink cascade

Hibernate 2nd level data cache and integration/acceptance testing

"Incompatible data types in combination" leading to "Could not initialize a collection" in JPA with an inherited bidirectional relation

java hibernate inheritance jpa

OpenSessionInView vs PersistentContext (Extended)

java jpa lazy-loading

jpa mapping java type to database type

hibernate jpa jdbc

Hibernate OneToOne(optional=true) with FetchMode.JOIN try to re-select null values

java hibernate jpa orm

How do I auto-generate a GUID for a join table?

How to save and retrieve these timestamps with the specified timezone using Joda Time, JPA, EclipseLink and Postgres

How can I use SLF4J for my Java EE web application deployed on GlassFish 3 with Hibernate JPA?

I want to share a JPA annotated entity model over a several JEE6 WEB projects

java maven jpa

In a JPA entity hierarchy using InheritanceType.JOINED, all relationships with subclasses results in foreign key constraints on the superclass table

JPA+Hibernate...Instead of single query, association executes multiple queries for join

mysql hibernate jpa

History tracking with JPA

java jakarta-ee jpa