Search code examples
How to tweak NamingStrategy for Spring Data JDBC...


javaspring-dataspring-data-jdbc

Read More
Disable all Database related auto configuration in Spring Boot...


springhibernatespring-bootspring-dataspring-data-jpa

Read More
How do you handle with bulk deleting by an array of IDs in Spring Data JPA?...


hibernatespring-mvcspring-dataspring-data-jpa

Read More
@Value Property inside @Service Class is Null...


springspring-mvcspring-data

Read More
Spring Data JDBC - mapping a series of nested one-to-many relationships inside an aggregate...


spring-dataspring-data-jdbc

Read More
How to declare a repository populator bean using java config instead of XML?...


javaspringjpaspring-dataspring-data-jpa

Read More
Spring - Is it more optimal to use Interface-based projections than Class-based Projections (DTOs)?...


javaspringspring-mvcspring-bootspring-data

Read More
Spring Data JDBC inserts varchar into Postgres jsonb column even with custom PGobject converter...


springspring-bootspring-dataspring-data-jdbc

Read More
Can I choose the name of my jpa repository?...


springrepositoryspring-dataspring-data-jpa

Read More
How to beautifully update a JPA entity in Spring Data?...


javaspringjpaspring-dataspring-data-jpa

Read More
Spring data DynamoDB pagination issue...


springspring-data-jpaspring-dataamazon-dynamodb

Read More
@LastModifiedDate is not updated with @ManyToMany relation...


springjpaspring-data-jpaspring-data

Read More
ORA-00942: table or view does not exist with Spring JDBC Template in Spring Boot...


oracle-databasejdbcspring-dataspring-jdbcojdbc

Read More
Composite Key and spring-data-jdbc...


javaspringjdbcspring-dataspring-data-jdbc

Read More
Spring Data JPA: return empty List instead of null...


javahibernatejpaspring-data-jpaspring-data

Read More
Spring Data JPA and Exists query...


javahibernatejpaspring-datajpql

Read More
Why does Ignite allow SQL querying of a cache A (only) from a different cache B's Ignite Cache r...


javaspring-dataignitegridgain

Read More
Aggregate and paginate over inner array with SpringData MongoDB...


springmongodbspring-data

Read More
JPA @ElementCollection how can I query?...


javasqlhibernatejpaspring-data

Read More
It is correct to use spring boot with amazon lambda?...


spring-bootaws-lambdaspring-dataspring-cloud

Read More
Difference between @RestController and @RepositoryRestController...


spring-mvcspring-dataspring-data-restspring-restcontroller

Read More
Spring boot show sql parameter binding?...


jpaspring-bootspring-data

Read More
Referencing parameter attributes in JPQL...


javaspring-data

Read More
Fetching records matching multiple joined attributes...


javahibernatejpaspring-data

Read More
Spring Data JPA - Lazy Loaded collection fetched without @Transactional...


javaspringjpaspring-bootspring-data

Read More
What could be the issue with this composite key and query setup in Spring Data JPA?...


javaspringspring-bootspring-data-jpaspring-data

Read More
Ignite performs very slow in Spring Boot benchmark...


spring-bootspring-dataignite

Read More
Error that 2 parameter(s) provided but only 1 parameter(s) present in query...


javaspring-data

Read More
Handling soft-deletes with Spring JPA...


javaspringjpaspring-dataspring-data-jpa

Read More
Spring Repository: get number of deleted rows...


spring-data

Read More
BackNext