Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Boot & Hibernate: NVARCHAR column type without @Type annotation

Invalid property 'packagesToScan' of bean class [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]

Can we build Spring Data JPA specification out of a composite key attribute

spring jpa spring-data-jpa

Preventing the hibernate StaleObjectStateException from occurring

Why do I get 404 for rest with spring-boot

Migration to hibernate core 5.2.1 ava.lang.NoSuchMethodError: org.hibernate.Session.getFlushMode()Lorg/hibernate/FlushMode;

Spring Data JPA - building a query before and after date

Too many queries problem with JPA + Hibernate even when using @Fetch(FetchMode.JOIN)

Configure LocaldateTime in Spring Rest API

how to retrieve an aggregation function query with spring-data-jpa

NoSuchBeanDefinitionException: No bean named 'entityManagerFactory' is defined

Spring data JPA generate id on database side only before create

@DataJpaTest ignores `spring.datasource.url` configuration. How to fix?

Query to get nextval from sequence with Spring JPA

Spring Boot Application is not running Flyway migrations on startup

Selecting from Multiple Tables in Spring JPA with Pageable and Sorting

spring jpa spring-data-jpa

JpaRepository with Enum: findAllByOfferState_ACTIVE. NoSuchElementException

Optional<List<T>> for Empty List in Repository Layer Returns Optional.empty . How do I change it to return Optional[[]]

Default return value for JPA query

jpa spring-data-jpa

When does Spring Data JPA actually call INSERT on the database?