Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA illegalStateException - CascadeType issues

java jpa entity eclipselink

Manual Transactional Service and DAO layer for JPA with Spring

Can an @Embeddable class be private?

Struts2, JPA (hibernate backed), Spring... Both Struts2 and Spring logging is working via log4j but not hibernate

java hibernate jpa struts2 log4j

How do I perform batch insert with Playframewok JPA?

How to call a custom Oracle function returning a value from JPA

java oracle jpa

Join two tables with Play Framework and JPA

java sql jpa join playframework

JPA with Hibernate 3.6.8.Final, PostgreSQL 9.1, SQLGrammarException - configuration issue? Weird SQL statement

How to prevent Hibernate from using 0 as ID?

Convert XML to database with Java

JPA Long @Id as JAXB @XmlID generates XSD validation error

java jpa jaxb jpa-2.0

@ElementCollection with Map<Entity, Embeddable> where Entity is a field of the Embeddable

java hibernate jpa map

Incompatible sequence names between Liquibase and Hibernate JPA for PostgreSQL and H2

OpenJPA says: You have supplied colums for FooBar but this mapping cannot have columns in this context

java jpa openjpa

Spring boot and JUnit with H2 JPA causes 'pg_class' not found

JPA 2 - How to build entity that has Primary key that is also a foreign key using Spring Data JPA?

TransientObjectException - object references an unsaved transient instance - save the transient instance before flushing

Using Java generics for JPA findAll() query with WHERE clause

java generics jpa criteria-api

Persisting set of Enums in a many-to-many unidirectional mapping

How to retrieve the datasource used by a persistence unit programmatically