Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Mapping MySQL json column into JPA throws error

java mysql json hibernate jpa

Hibernate Mapping - How to Join Three Tables [duplicate]

How do I delete a row in a join table automatically, to avoid a ConstraintViolationException?

java hibernate orm jpa jpql

Hibernate and Ehcache- How to make sure every "select" goes through the entity cache?

Understanding the optimistic locking StaleObjectStateException

How does JPA @Version annotation works when you have multiple entities

OpenJPA Transactions - Single or Multiple Entity managers?

@PersistenceContext is not applicable to parameters. How to inject EntityManager through a constructor?

how to filter a left join in jpa query

jpa

Transactional in both service and dao layers

java spring hibernate jpa

How to use WAS standard persistence provider with Spring

Showing Hibernate/JPA results in JSF datatable causes: java.lang.NumberFormatException: For input string: "[propertyname]"

jsf jpa primefaces datatable

CrudRepository, cant save entity with a composite primary key using IdClass

java spring jpa

JPA 2.0 in WebLogic Server 10.3.6

How to get rid of N+1 with JPA Criteria API in Hibernate

Why does OpenJPA complain about "unexpected end of statement" when using EXISTS clause in named native query?

java sql hibernate jpa openjpa

JPA save BigDecimal as integer in Database

java jpa spring-data-jpa