Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Implementing Composite (Embedded-ID) Foreign Key Relations using Spring Data JPA

SPRING JPA with Hibernate updating all entity instances even if save is called with one entity

spring hibernate jpa entity

Sort records using Pageable with given order

How to define BigDecimal rounding strategy for BigDecimal in Spring Data JPA?

How to manually cancel a JPA or Hibernate transaction when using Spring

Is it possible to Use Snowflake with Spring Boot / JPA / Hibernate

Avoid Transaction rollback in Spring

java spring jpa jdbc

JPA CriteriaQuery Join - how to join on a subelement?

java hibernate jpa

Spring JPA repository generates wrong native query for update clause

JPA: How to perform a LIKE with a NUMBER column in a static JPA MetaModel?

Query JPA ElementCollection with List

java hibernate jpa

Handling collection updates with JPA

java hibernate jpa collections

JPARepository returns duplicated child entities [duplicate]

java sql database hibernate jpa

How to reverse a findAll() query in the pagingAndSorting repository interface using Spring data REST

Can JPA stream() cause OutOfMemoryError?

spring jpa stream

How to get a specific EntityManager programmatically without using @PersistenceContext annotation

How do I configure Spring Security 2 database authentication with Hibernate 3 Annotated Classes?

spring jpa spring-security

JPA Criteria API - Setup Joins and Fetch data from Joined Entity

org.dozer.MappingException: No read or write method found for field

jpa spring-mvc dozer

Hibernate complains for null @Id in @OneToOne even if it is not null