Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

EclipseLink generates cartesian plan instead of (inner) joins in SQL. Why?

How should I reset a JPA-controlled database before every test?

Why is it necessary to distinguish one side of a bidirectional relationship in orm as an owning side?

Combining JPA and JDBC actions in one transaction

java postgresql jpa jdbc openjpa

TimeZone Error with EclipseLink and Oracle DB

JPA SequenceGenerator and GeneratedValue: name / generator property unique only per class?

@Stateless webservice with JPA+JTA: How to commit changes of managed entity?

java jpa ejb jax-rs jta

Error:The import com.google.appengine.api.datastore cannot be resolved JPA GAE GWT

CriteriaBuilder Predicate isMember using only entity ID

hibernate jpa

Does @Transient field value get loaded?

java jpa persistence transient

How to catch java.sql.SQLIntegrityConstraintViolationException?

java jpa javadb

How to fix a javax.naming.NamingException: Lookup failed

How to tell Hibernate annotation @Column to be case-sensitive?

JPA without transaction

java jpa transactions

@Transactional and JPA object parameters

spring jpa transactions

How to embed generic field using Hibernate?

java hibernate generics jpa

JPA Hibernate Lazy many-to-one fetch proxy

ignorecase in criteria builder in JPA

spring jpa jpa-2.0

JPA JPQL: select items when attribute of item (list/set) contains another item

list jpa set jpql

How to map a MySQL JSON column to a Java entity property using JPA and Hibernate

java mysql json hibernate jpa