Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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 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?

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

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