Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring data repositories - parameter what to retrieve all records?

How to use declare Stream as return type when dealing with JPA Specification and spring-data-jpa

How many times Database is hit in Spring DATA JPA's save(Iterable<S> entities)

Change Multitenancy sessions manually

Multiple Data Sources with same entity and repo

Convert Spring Entity objects to modified JSON Object

PostgreSQL, Spring Data JPA: Integer null interpreted as bytea

Transaction Synchronization in spring boot with Database+ kafka example

JPA save with multiple entities not rolling back when inside Spring @Transactional and rollback for Exception.class enabled

Naming strategy of columns in spring boot 2

How to set default schema name for Spring Data JPA queries?

Spring boot entity many to one mappping in embaded object

Spring-data JPA repository Order by losing null values in results

How to make "order by aggregate function" in Spring Data?

How to set arrays of string to @EnableJpaRepositories from property files

How I can convert my objects in applicationContext.xml to java annotations

Does it make sense to use PersistenceExceptionTranslationPostProcessor with Spring's JdbcTemplate?

How to disable RepositoryRestHandlerMapping and EndpointHandlerMapping?

How to configure Spring Data REST to return the representation of the resource created for a POST request?

spring rest spring-data-jpa

Return value of JPA query when no matches found