📁 A beginner’s guide to flush strategies in JPA and Hibernate
https://vladmihalcea.com/a-beginners-guide-to-jpahibernate-flush-strategies/
https://vladmihalcea.com/a-beginners-guide-to-jpahibernate-flush-strategies/
Vlad Mihalcea
A beginner’s guide to flush strategies in JPA and Hibernate - Vlad Mihalcea
Introduction In my previous post I introduced the entity state transitions Object-relational mapping paradigm. All managed entity state transitions are translated to associated database statements when the current Persistence Context gets flushed. Hibernate’s…
🆕 Guide to Testing Spring Boot applications with MockMvc
https://rieckpil.de/guide-to-testing-spring-boot-applications-with-mockmvc/
https://rieckpil.de/guide-to-testing-spring-boot-applications-with-mockmvc/
rieckpil
Testing Spring Boot Applications With MockMvc and @WebMvcTest - rieckpil
Testing Spring Boot applications using MockMvc: verify @RestController endpoints, Thymeleaf controller endpoints, Spring Security, etc.
📁 How to fetch multiple entities by id with Hibernate 5
https://thorben-janssen.com/fetch-multiple-entities-id-hibernate/
https://thorben-janssen.com/fetch-multiple-entities-id-hibernate/
Thorben Janssen
How to fetch multiple entities by id with Hibernate
Hibernate 5.1 introduced the new MultiIdentifierLoadAccess interface which provides an easy API call for fetching multiple entities by their primary keys.
🆕 RABBITMQ MONITORING ON KUBERNETES
https://piotrminkowski.com/2020/09/29/rabbitmq-monitoring-on-kubernetes/
https://piotrminkowski.com/2020/09/29/rabbitmq-monitoring-on-kubernetes/
Piotr's TechBlog
RabbitMQ Monitoring on Kubernetes - Piotr's TechBlog
This tutorial shows how to run and configure RabbitMQ monitoring stack using such tools as Prometheus, Grafana, or management console.
📁 MongoDB Facts: Lightning fast aggregation
https://vladmihalcea.com/mongodb-facts-lightning-speed-aggregation/
https://vladmihalcea.com/mongodb-facts-lightning-speed-aggregation/
Vlad Mihalcea
MongoDB Facts: Lightning fast aggregation - Vlad Mihalcea
In my previous post, I demonstrated how fast you can insert 50 millions time-event entries with MongoDB. This time, we will make use of all that data to fuel our aggregation tests. This is how a time-event entry looks like: Beside the default primary key…
🆕 Case Study: Remote File Ingest with Spring Cloud Data Flow
https://spring.io/blog/2020/09/29/case-study-remote-file-ingest-with-spring-cloud-data-flow
https://spring.io/blog/2020/09/29/case-study-remote-file-ingest-with-spring-cloud-data-flow
spring.io
Case Study: Remote File Ingest with Spring Cloud Data Flow
<div class="paragraph">
<p>This article is part of a blog series that explores the newly redesigned Spring Cloud Stream applications based on Java Functions. In this chapter, we explore how to use <a href="https://github.com/spring-cloud/stream-applications">Spring…
<p>This article is part of a blog series that explores the newly redesigned Spring Cloud Stream applications based on Java Functions. In this chapter, we explore how to use <a href="https://github.com/spring-cloud/stream-applications">Spring…
🆕 Migrating from Hibernate’s to JPA’s Criteria API
https://thorben-janssen.com/migration-criteria-api/
https://thorben-janssen.com/migration-criteria-api/
Thorben Janssen
Migrating from Hibernate's to JPA's Criteria API
Hibernate's Criteria API got deprecated and will be removed in Hibernate 6. Migrating your code to JPA's Criteria API is easier than it seems.
📁 Hibernate Tips: Map an Unidirectional One-to-Many Association Without a Junction Table
https://thorben-janssen.com/hibernate-tips-unidirectional-one-to-many-association-without-junction-table/
https://thorben-janssen.com/hibernate-tips-unidirectional-one-to-many-association-without-junction-table/
Thorben Janssen
Hibernate Tips: Unidirectional One-to-Many Association Without a Junction Table
By default, Hibernate maps unidirectional one-to-many associations to a junction table. There is an easy way to use a foreign key column instead.
🆕 This Week in Spring - September 29th, 2020
https://spring.io/blog/2020/09/29/this-week-in-spring-september-29th-2020
https://spring.io/blog/2020/09/29/this-week-in-spring-september-29th-2020
spring.io
This Week in Spring - September 29th, 2020
<p>Hi, Spring fans! Welcome to another awesome week in Spring! Can you believe we’re staring down October, 2020 already? I can’t. Time sure flies…. or something. There’s a lot to get to so let’s get to it.</p>
<ul>
<li><a href="https://twitter.com/spri…
<ul>
<li><a href="https://twitter.com/spri…
🆕 Spring Cloud Data Flow 2.7.0-M1 and 2.6.3 Released
https://spring.io/blog/2020/09/29/spring-cloud-data-flow-2-7-0-m1-and-2-6-3-released
https://spring.io/blog/2020/09/29/spring-cloud-data-flow-2-7-0-m1-and-2-6-3-released
spring.io
Spring Cloud Data Flow 2.7.0-M1 and 2.6.3 Released
<p>Spring Cloud Data Flow team is pleased to announce the release of 2.7.0-M1 and 2.6.3</p>
<p>While the release 2.6.3 has <a href="https://github.com/spring-cloud/spring-cloud-dataflow/releases/tag/v2.6.3">the bug fixes</a>, the first milestone of 2.7.0…
<p>While the release 2.6.3 has <a href="https://github.com/spring-cloud/spring-cloud-dataflow/releases/tag/v2.6.3">the bug fixes</a>, the first milestone of 2.7.0…