Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

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

how to map a non-entity result set coming from a NameStoredProcedure in JPA 2.1?

java postgresql jpa

Deserialize JPA Entity with foreign key reference OR how to set foreign key ID for mapped entity

java json jpa jpa-2.0

How to set isolation level in @Transactional "READ_UNCOMMITTED". I am using EclipseLink 2.5.1-RC1

How to return objects from multiple entity by joining by using spring data jpa?

How to extract "find or create" method to abstract class? (Spring Data Jpa)

java spring jpa spring-data

spring + hibernate integration Table "table_name " is missing

mysql spring hibernate jpa

JPA - @OneToMany as a Map

java jpa map one-to-many

How to query data for Primefaces dataTable using lazy loading and pagination

HSQLDB and Hibernate/JPA - not persisting to disk?

java hibernate jpa hsqldb