Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Connecting to multiple database in spring boot

How to save entities with manually assigned identifiers using Spring Data JPA?

What caused the "No property find found for type" spring data jpa error

spring jpa spring-data

Database backup via Spring data

spring spring-data

How to turn off Query creation from method names in Spring JPA?

Pageable and @Param in a spring data JpaRepository method issue

Spring Data Mongodb - repository for collection with different types

Entities with @RequiredArgsConstructor error in IntelliJ IDE

Spring Data MongoDB - Embedded Document as Reference in Other Document

Spring Data JPA repository with specification, pagination and criteria fetch-join

PostgreSQL + Elasticsearch synchronization in JAVA spring (JPA)

Create Postgres database if it doesn't exist when running spring boot application

how to disable log in spring data neo4j

neo4j spring-data

How to follow Effective Java advice? [closed]

java spring spring-data aop

Return custom object from Spring Data Jpa query

Spring Jpa adding custom functionality to all repositories and at the same time other custom funcs to a single repository

Error with @EnableAutoConfiguration and @@ComponentScan using Spring Boot + Spring Data

spring-data spring-boot

Spring data method name for enum

java spring spring-data

LazyInitializationException trying to get lazy initialized instance

Is there any Simplest way to get Table metadata (column name list) information, in Spring Data JPA ? which could I use on universal database

java spring-data