Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to handle JPA annotations for a pointer to a generic interface

Why is a sequence named hibernate_sequence being created with JPA using Hibernate with the Oracle 10g dialect?

java hibernate orm jpa oracle10g

JPA : Many to Many query help needed

java hibernate jpa jpql

jndi database connection with jpa and eclipselink

java tomcat jpa jndi eclipselink

@PersistenceUnit annotation won't create an EntityManageFactory emf=null

JPA : What is the behaviour of merge with lazy initialized collection?

jpa jpa-2.0

ON UPDATE CURRENT_TIMESTAMP and JPA

sql hibernate jpa spring-data

Forcing JPA query to return eagerly all collections / fields

Mapping a SQL View with no Primary Key to JPA Entity

Spring+Jersey transactional annotation

Query by type in Spring Data JPA

Table exclusive lock with JPA

java jpa locking

How to update a @ManyToOne relationship with Spring Data REST?

Should there be an EntityManager per thread in Spring-Hibernate?

java.util.ConcurrentModificationException on CollectionOfElements

java hibernate jpa concurrency

JPA confusion (managed vs non-managed entities)

PersistenceUnitLoadingException from EclipseLink

java jpa eclipselink

JPA/Hibernate exception handling

hibernate exception jpa

get max value of column using jpa criteria query

jpa criteria-api

Why does JPA/Eclipselink fire redundant database queries even with the BatchFetchType.IN hint?