Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

What is the difference between an Spring Entity Manager and Spring Data Repository?

Spring data jpa - How to combine multiple And and Or through method name

Can't set JPA naming strategy after configuring multiple data sources (Spring 1.4.1 / Hibernate 5.x)

Dynamic spring data jpa repository query with arbitrary AND clauses

LocalDateTime to ZonedDateTime

Spring Data JPA - "could not initialize proxy - no Session" - With Methods marked as transactional

How to beautifully update a JPA entity in Spring Data?

JPQL Like Case Insensitive

org.hibernate.AnnotationException: No identifier specified for entity - even when it was

How to enable LockModeType.PESSIMISTIC_WRITE when looking up entities with Spring Data JPA?

Technical differences between Spring Data JPA's findFirst and findTop

java spring-data-jpa

Spring Data JPA And NamedEntityGraphs

Spring boot JPA insert in TABLE with uppercase name with Hibernate

Refresh and fetch an entity after save (JPA/Spring Data/Hibernate)

EntityNotFoundException in Hibernate Many To One mapping however data exist

How to set hibernate.format_sql in spring-boot?

Update single field using spring data jpa

No converter found capable of converting from type to type

Spring Boot Data JPA - Modifying update query - Refresh persistence context

Spring Data optional parameter in query method