Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

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

JPA CriteriaBuilder - not in a Collection

jpa collections where

Hibernate @SequenceGenerator not global

Globally set default 'nullable=false' for @Column definition

java jpa orm annotations

JPA 2.1 Foreign Key isn't saving on ManyToOne cascade

Aliases expected length is 0; actual length is 1 on hibernate query cache

java hibernate jpa

JPA - @OneToMany as a Map

java jpa map one-to-many

HSQLDB and Hibernate/JPA - not persisting to disk?

java hibernate jpa hsqldb