Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Rewrite SQL query with JOINS in JPA

jpa spring-data-jpa jpa-2.0

Best way to map query result to DTO

How to connect multiple databases in JPA?

Hibernate: comparing current & previous record

hibernate jpa session diff

Using an Entity (and their Primary Key) as another Entity's Id

Can spring transactions unsynchronize a synchronized method?

JPA validation strategy

Brainstorming: Weird JPA problem, possibly classpath or jar versioning problem?

JPA inserts slow with an object graph

Getting 'Named query not found' with Spring framework

java spring jpa named-query

What is the proper way to ensure EntityManager connections are closed?

JPA or Hibernates With Oracle Table Partitions?

java sql hibernate jpa

What are the security concerns that I need to look out for with Java Persistence API (JPA)

java security jpa jakarta-ee

JPA 2 CriteriaQuery Question

java jpa jpa-2.0 criteriaquery

OpenJPA treats field with oneToMany Mapping as a Blob

java database jpa annotations

TransactionAttribute annotation (@REQUIRES_NEW) ignored

java spring jpa transactions

Criteria API combined AND / OR

setting the correct jpa mapping for shopping cart items and product

java jpa mapping relation

Hibernate ignores @Table(name = "...") for extended classes - created tablenames are all lower case

java hibernate jpa entity

JPA: Eclipselink not respecting em.remove()

jpa glassfish ejb eclipselink