Search code examples
Spring Data JPA Query By Example with related entities...

javaspringhibernatespring-data-jpaspring-data

Read More
Field orderRepository in app.service.OrderService required a bean named 'entityManagerFactory&#3...

javaspringspring-bootspring-data

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

springpostgresqlspring-bootspring-data

Read More
@Embedded Entity for read only Spring Data Jdbc...

javaspringspring-dataspring-data-jdbc

Read More
What is difference between Neo4jRepository and ReactiveNeo4jRepository?...

databasespring-dataspring-data-neo4jspring-repositories

Read More
why I getting this error on write query in JPA repository in spring-boot?...

javapostgresqlspring-bootspring-data

Read More
Why are all of my tables being deleted when I shut down my Spring application?...

springspring-boothibernatespring-data-jpaspring-data

Read More
Spring Redis issue: GetAllCacheNames from redis cache is not working with RedisCacheManager...

javaredisspring-dataspring-data-redis

Read More
two tables got created in mysql with names blog and blog_seq through spring boot entity annotations...

javamysqlspring-bootspring-data-jpaspring-data

Read More
Spring - Is there a way to display the id of a record after being registered with Thymeleaf?...

javaspringspring-data-jpaspring-datathymeleaf

Read More
What's the difference between Spring Data's MongoTemplate and MongoRepository?...

javaspringmongodbspring-dataspring-data-mongodb

Read More
Spring Data/JPA - How can I check if a record already exists by name?...

javaspring-bootspring-mvcspring-data-jpaspring-data

Read More
How do I handle nullable fields using either the Mono<Connection> or the DatabaseClient provid...

javaspring-dataspring-webfluxspring-data-r2dbcr2dbc

Read More
Is it possible to use the server side certificate of MySQL DB in implementing SSL connections?...

mysqlspringspring-bootspring-data

Read More
How to check if record exists before insert - Spring JPA...

javaspringspring-bootspring-data-jpaspring-data

Read More
Deleting large volume of data at once in spring boot in fraction of a second...

springspring-bootspring-mvcspring-data-jpaspring-data

Read More
How to query by Id and by Boolean set to "True" using Spring Data JPA...

mongodbspring-dataspring-data-mongodb

Read More
Spring Data: Override save method...

javaspring-data

Read More
Is is possible to define a custom Spring Data GET Endpoint, which includes additional data?...

javaspringspring-bootspring-dataspring-data-rest

Read More
Get Data from a Table in Spring JPA @ManyToMany relation cause StackOverFlow...

springspring-bootspring-data-jpaspring-data

Read More
Query a limited items from the database...

springspring-bootspring-data-jpaspring-data

Read More
Identifying and resolving memory bloat in a large database retrieval...

spring-boothibernatejacksonspring-data

Read More
For two methods read and write in the same Transactional service, read data before it is committed t...

springspring-boottransactionsspring-data

Read More
Some clarification on the Hibernate save() method. Why correctly update an existing record?...

javahibernateormspring-data

Read More
How to defining a bean in your configuration...

javaspringspring-bootspring-data-jpaspring-data

Read More
How to create RedisCacheManager in spring-data 2.0.x...

javaspring-bootredisspring-datajedis

Read More
Failed to Autowire @Repository annotated interface after upgrading Spring Boot...

javaspringspring-bootspring-data-jpaspring-data

Read More
A field's value should be either empty or valid ISBN...

spring-bootspring-mvcspring-data-jpaspring-datahibernate-validator

Read More
ERROR: update or delete on table "users" violates foreign key constraint "fkoixwfhgxu...

javaspringpostgresqlspring-data-jpaspring-data

Read More
What's the order of PersistentProperty instances are iterated over for a Spring Data PersistentE...

springspring-dataspring-data-commons

Read More
BackNext