Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

OneToMany & ManyToOne mapping JPA / Hibernate

Spring Boot JPA - Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

Spring Data ExampleMatchers by Example

Spring Data JPA: How to create "delete by multiple properties" method?

How can I get the total number of pages on Spring Data?

org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement in SpringBoot with h2 and JPA

Ordinal Parameter Not bound : 2 in @Query annotation

@Convert on @Id field

How to write a custom CrudRepository method(@Query) to filter the result in my case

org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: FQPropretyName, could not initialize proxy - no Session

Issue of pagination 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