Search code examples
Unable to enforce Propagation.MANDATORY on Spring Data CRUD methods...


javaspringspring-datatransactionalpropagation

Read More
Default values and not null constraints...


springspring-boothibernatespring-data-jpaspring-data

Read More
History, Diff and reverts of persisted objects...


javaspringhibernatejpaspring-data

Read More
LazyInitializationException in unit tests under Spring-Data/Spring-Boot...


javaspring-boothibernatespring-data

Read More
How to handle transactions spanning multiple threads with Spring Data and Kafka...


javaapache-kafkaspring-dataspring-kafka

Read More
Spring Data JDBC - @Column annotation does't work on setter...


javaspringjdbcspring-dataspring-data-jdbc

Read More
Spring data elasticsearch Filter aggregations...


elasticsearchspring-dataspring-data-elasticsearchelasticsearch-aggregation

Read More
How can I prevent cache override expiry time in redis...


springspring-bootredisspring-data

Read More
Get controller receives JSON with List<String> as null in Spring JPA...


jsonspringspring-data-jpaspring-datapostman

Read More
Get all different values for a certain field in elasticsearch with spring data...


elasticsearchspring-dataspring-data-elasticsearchelasticsearch-aggregation

Read More
Elasticsearch pagination with Java and Spring Data Elasticsearch...


javaspringelasticsearchspring-dataspring-data-elasticsearch

Read More
Why isn't my Redis cache working in my Spring-Boot/Spring-Data application?...


javaspring-bootredisspring-data

Read More
orphanremoval doesn't delete if add and remove occur without flush...


javahibernatespring-data-jpaspring-data

Read More
How to enable LockModeType.PESSIMISTIC_WRITE when looking up entities with Spring Data JPA?...


javaspringjpaspring-dataspring-data-jpa

Read More
Convert the aggregation query of mongodb for spring boot...


javaspringmongodbspring-dataspring-data-mongodb

Read More
Spring Boot Jpa Batch - CannotCreateTransactionException...


spring-bootjpaspring-dataspring-batchdatasource

Read More
Spring Data mongodb Entity Callbacks doesn't work...


mongodbspring-data

Read More
Why CrudRepository.save() ignore FetchType.EAGER when returning created object?...


javahibernatespring-data-jpaspring-data

Read More
Records appear to be locked between sequential database operations (Spring Data, Hibernate)...


javahibernatespring-data

Read More
Unknown column ..id in order clause...


mysqlspring-data-jpaspring-data

Read More
Error with Spring ldap pooling...


spring-dataspring-ldap

Read More
JPA not flushes before native query with FlushModeType.AUTO...


javaspringhibernatejpaspring-data

Read More
How to inject multiple JPA EntityManager (persistence units) when using Spring...


javaspringhibernatejpaspring-data

Read More
How to make Hibernate @Lock annotation work for Oracle DB?...


javaspringoracle-databasehibernatespring-data

Read More
Best practice when working with many similar database tables with Spring...


javaspringhibernatespring-data

Read More
How to update the @Version field when executing a bulk update through Spring Data JPA...


jpaversionjpa-2.0spring-dataspring-data-jpa

Read More
Jpa Repository save Inferred type 'S' for type parameter 'S' is not within its bound...


javaspring-bootspring-dataspring-data-jpa

Read More
Way to disable count query from PageRequest for getting total pages?...


springspring-dataspring-data-jpa

Read More
Null repository even with @Autowired implemented...


javaspringspring-bootspring-mvcspring-data

Read More
Include additional columns in Where clause of Hibernate/JPA Generated UPDATE Query...


mysqlhibernatespring-data-jpaspring-datasharding

Read More
BackNext