Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA: How to get Id after persist in standalone java app

JndiException when using Hibernate 4.0 with Tomcat 7 when using persistence.xml

java hibernate tomcat jpa jndi

Spring-data JPA repository Order by losing null values in results

java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.ejb.Ejb3Configuration

java hibernate jpa ejb

Hibernate query - How to select those parents that have ALL the children matching a value?

hibernate jpa jpql

How to make "order by aggregate function" in Spring Data?

JPA tests hang while obtaining HSQL connection from Maven Command Line

Hibernate JPA not inserting rows in collection table for null values

hibernate jpa collections null

lost precision when storing BigDecimal into H2 using Hibernate

java database hibernate jpa h2

Hibernate default values

java hibernate jpa

Using PersistenceContext in a Quartz Job

Hibernate self-reference entity as non null column

How to know database type programmatically in JPA?

java jpa eclipselink

Building JPA Criteria API query - sorting by number of elements in collection

java hibernate jpa orm jpql

Version is not updated in JPA in case of bulk-update named queries

java jpa

ejb3-persistence.jar source [closed]

Hibernate ORM - supporting Java 1.8 Optional for entity properties

java hibernate jpa orm java-8

jpa error uses a non-entity [class ch.printsoft.mailhouse.usermgr.entity.Department] as target entity in the relationship attribute

jpa persistence eclipselink

JPA GROUP BY entity - is this possible?

java sql hibernate jpa

JPA clear collection and add new items