Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

OpenEJB with Tomcat and Hibernate and JPA

hibernate jpa openejb

JPA 2 (EclipseLink) Trying to use UUID as primary key EntityManager.find() always throws exception (Database is PostgreSQL)

XSD Schema - JAXB marshaling - Datastore(JPA/JDO) Roundtrip

java jpa jaxb jdo

Multiple Threads accessing the database: one with long transaction, one with short transactions

java database hibernate jpa

Not able to configure JPA with ehcache

java jpa ehcache

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 to build a dynamic query which add number of days to date and compare that date with another date using criteria API?

SELECT NEW in JPQL

java jpa jpql openjpa

Possibly consider using a shorter maxLifetime value - hikari connection pool spring boot

Does the JPA specification allow references to non-primary key columns?

hibernate jpa mapping

Using hibernate named parameter twice

java hibernate 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

Map a list of strings with JPA/Hibernate annotations

java hibernate jpa annotations

@ManyToOne(fetch = FetchType.LAZY) doesn't work on non-primary key referenced column

hibernate jpa

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

How to retrieve the datasource used by a persistence unit programmatically