Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

spring data jpa @Entity property not found exception

hibernate spring-data-jpa

Persisting a @OneToOne child entity with @MapsId throws "error:detached entity passed to persist" in Hibernate

How can I handle exceptions with Spring Data Rest and the PagingAndSortingRepository?

How to add QueryHints on Default Spring Data JPA Methods?

spring spring-data-jpa

Fetch List Using DTO projections using a Constructor Expression and JPQL

@PreUpdate does not work with Spring Data JPA

Why are Spring Data repository method parameters names not available even on Java 8?

Streaming query results closes prematurely - Spring Data JPA and Hibernate

Always use primitive object wrappers for JPA @Id instead of primitive type?

Spring Data REST - Detected multiple association links with same relation type

How to add custom methods to Spring Data Rest JPA implementation and leverage HATEOS support?

Why is ID not set in entity returned from spring-data-jpa save

Spring Data JPA - Get All Unique Values in Column

JPQL Join Fetch not working in ManyToOne association in Spring Data

Replacing deprecated QuerydslJpaRepository with QuerydslJpaPredicateExecutor fails

Autowiring into JPA converters

Hibernate updatable = false UUID field is updated