Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

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

MongoRepository findByCreatedAtBetween not returning accurate results

Spring Data JPA repositories use in EJB timer causes TransactionRequiredException

Duplicate results when sorting using a Spring-Data pageable object on a JPA repository

Finding leaf nodes in a Neo4J database

How do you connect to H2 as a remote database instead of embedded mode using Spring Boot?

How can I change/define default database of Mongodb in Spring-data?