๐ 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โฆ
๐ How to get query results as a Stream with Hibernate 5.2
https://thorben-janssen.com/get-query-results-stream-hibernate-5/
https://thorben-janssen.com/get-query-results-stream-hibernate-5/
Thorben Janssen
How to get query results as a Stream with Hibernate 5.2
Learn how to get query results as a Stream with Hibernate 5.2 and how to use them in your application.
๐ Spring PostConstruct and PreDestroy Annotations
https://www.baeldung.com/spring-postconstruct-predestroy
https://www.baeldung.com/spring-postconstruct-predestroy
Baeldung on Kotlin
Spring PostConstruct and PreDestroy Annotations | Baeldung
Learn about Spring's lifecycle annotations PostConstruct and PreDestroy.
๐ Premiering: Cloud Native Java, Redux
https://spring.io/blog/2020/10/01/premiering-cloud-native-java-redux
https://spring.io/blog/2020/10/01/premiering-cloud-native-java-redux
spring.io
Premiering: Cloud Native Java, Redux
<iframe width="560" height="315" src="https://www.youtube.com/embed/M9GNcAzBk9g" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Join Spring developer advocate <aโฆ
<p>Join Spring developer advocate <aโฆ
๐ How to lazily load non-relational attributes in a portable way
https://thorben-janssen.com/lazy-load-non-relational-attributes/
https://thorben-janssen.com/lazy-load-non-relational-attributes/
Thorben Janssen
How to lazily load non-relational attributes in a portable way
Lazy loading of non-relational attributes in JPA requires provider-specific features. Here is a simple strategy that works with all implementations.
๐ A Bootiful Podcast: Long time Spring Framework engineer Arjen Poutsma on Spring's web support, Scala, API Design, Reactive programming and more
https://spring.io/blog/2020/10/02/a-bootiful-podcast-long-time-spring-framework-engineer-arjen-poutsma-on-spring-s-web-support-scala-api-design-reactive-programming-and-more
https://spring.io/blog/2020/10/02/a-bootiful-podcast-long-time-spring-framework-engineer-arjen-poutsma-on-spring-s-web-support-scala-api-design-reactive-programming-and-more
spring.io
A Bootiful Podcast: Long time Spring Framework engineer Arjen Poutsma on Spring's web support, Scala, API Design, Reactive programmingโฆ
<p>Hi, Spring fans! Welcome to another installment of <em>A Bootiful Podcast</em>. In this installment <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to longtime Spring Framework engineer <a href="http://twitter.com/poutsma">Arjenโฆ
๐ Avoid brittle tests for the Service layer
https://www.baeldung.com/testing-the-java-service-layer
https://www.baeldung.com/testing-the-java-service-layer
Baeldung on Kotlin
Avoid Brittle Tests for the Service Layer Baeldung
How to avoid brittle and inflexible tests for the Service Layer of a Spring web app - mock out the interactions with the database, using JUnit, Mockito and Hamcrest.