๐ Spring MVC Streaming and SSE Request Processing
https://www.baeldung.com/spring-mvc-sse-streams
https://www.baeldung.com/spring-mvc-sse-streams
Baeldung on Kotlin
Spring MVC Streaming and SSE Request Processing | Baeldung
Learn how to produce asynchronous and streaming data responses using Spring MVC 5 and consume them with a simple AJAX client.
๐ Azure in the Enterprise: Azure Cosmos DB and Spring Boot
https://spring.io/blog/2020/09/14/azure-in-the-enterprise-azure-cosmos-db-and-spring-boot
https://spring.io/blog/2020/09/14/azure-in-the-enterprise-azure-cosmos-db-and-spring-boot
spring.io
Azure in the Enterprise: Azure Cosmos DB and Spring Boot
<p>Hi, Spring fans! I was on the Microsoft Azure YouTube show <em>Azure in the Enterprise</em> with Lyle Dodge where I did a quick demonstration introducing the Spring for Microsoft Azure support for the Microsoft Azure Cosmos DB. Check it out!</p>
<iframeโฆ
<iframeโฆ
๐ Hibernate Tips: How to call a user-defined function in a CriteriaQuery
https://thorben-janssen.com/hibernate-tips-call-custom-function-criteriaquery/
https://thorben-janssen.com/hibernate-tips-call-custom-function-criteriaquery/
Thorben Janssen
Hibernate Tips: How to call a custom function in a CriteriaQuery
In this Hibernate Tip, I show you how to call a user-defined function in a CriteriaQuery.
๐ Java Weekly 49: Java doesnโt suck, annotations everywhere, free ebooks and moreโฆ
https://thorben-janssen.com/java-weekly-49-java-doesnt-suck-annotations-everywhere-free-ebooks-and-more/
https://thorben-janssen.com/java-weekly-49-java-doesnt-suck-annotations-everywhere-free-ebooks-and-more/
Thorben Janssen
The end of Java Weekly ... for now - Thorben Janssen
Iโm sorry to tell you that I will no longer publish the Java Weekly series. I know that a lot of you liked this series and I really enjoyed writing it. But based on my understanding of 2 recent court decisions and the blog posts of several German lawyersโฆ
๐ Spring Framework 5.2.9, 5.1.18, 5.0.19, and 4.3.29 available now
https://spring.io/blog/2020/09/15/spring-framework-5-2-9-5-1-18-5-0-19-and-4-3-29-available-now
https://spring.io/blog/2020/09/15/spring-framework-5-2-9-5-1-18-5-0-19-and-4-3-29-available-now
spring.io
Spring Framework 5.2.9, 5.1.18, 5.0.19, and 4.3.29 available now
<p><strong>Updated on 2020-09-17</strong> to add links to CVE-2020-5421 and the corresponding Spring Boot releases.</p>
<p>On behalf of the team and everyone who has contributed, I am pleased to announce a full round of Spring Framework releases.</p>
<p>Springโฆ
<p>On behalf of the team and everyone who has contributed, I am pleased to announce a full round of Spring Framework releases.</p>
<p>Springโฆ
๐ Hibernate Tips: How to map native query results to a POJO
https://thorben-janssen.com/hibernate-tips-map-native-query-results-pojo/
https://thorben-janssen.com/hibernate-tips-map-native-query-results-pojo/
Thorben Janssen
Hibernate Tips: How to map native query results to a POJO
In this week's Hibernate Tip, I show you how you can map the result of a native SQL query to a POJO
๐ How to generate UUIDs as primary keys with Hibernate
https://thorben-janssen.com/generate-uuids-primary-keys-hibernate/
https://thorben-janssen.com/generate-uuids-primary-keys-hibernate/
Thorben Janssen
How to generate UUIDs as primary keys with Hibernate
If you decide to use UUIDs as primary keys, Hibernate can generate them based on IETF RFC 4122 version 1 and version 4.
๐ Hibernate Tips: How to define schema and table names
https://thorben-janssen.com/hibernate-tips-define-schema-table-names/
https://thorben-janssen.com/hibernate-tips-define-schema-table-names/
Thorben Janssen
Hibernate Tips: How to define schema and table names
In this week's Hibernate Tip, I show you how you can define the name of the table and database schema to which an entity shall be mapped.
๐ Hibernate Tips: How to use pagination with JPQL
https://thorben-janssen.com/hibernate-tips-use-pagination-jpql/
https://thorben-janssen.com/hibernate-tips-use-pagination-jpql/
Thorben Janssen
Hibernate Tips: How to use pagination with JPQL
In this week's Hibernate Tip, I show you how you can use pagination with JPQL.
๐ 6 Hibernate features that Iโm missing in JPA 2.1
https://thorben-janssen.com/6-hibernate-features-im-missing-jpa/
https://thorben-janssen.com/6-hibernate-features-im-missing-jpa/
Thorben Janssen
6 Hibernate features that I'm missing in JPA 2.1 - Thorben Janssen
Get access to all my video courses, 2 monthly Q&A calls, monthly coding challenges, a community of like-minded developers, and regular expert sessions. Join the Persistenceโฆ
๐ Hibernate Tips: Map generated values
https://thorben-janssen.com/hibernate-tips-map-values-generated-database/
https://thorben-janssen.com/hibernate-tips-map-values-generated-database/
Thorben Janssen
Hibernate Tips: Map values that are generated by the database
In this week's Hibernate Tip, I show you how you can map values with Hibernate that are generated by the database.
๐ Hibernate Tips: Use an auto-incremented column as primary key
https://thorben-janssen.com/hibernate-tips-use-auto-incremented-column-primary-key/
https://thorben-janssen.com/hibernate-tips-use-auto-incremented-column-primary-key/
Thorben Janssen
Hibernate Tips: Use auto-incremented column as primary key
In this week's Hibernate Tip, I show you how you can cache preprocessed values as entity attributes without persisting them to the database.
๐ Result Set Mapping: Constructor Result Mappings
https://thorben-janssen.com/result-set-mapping-constructor-result-mappings/
https://thorben-janssen.com/result-set-mapping-constructor-result-mappings/
Thorben Janssen
Result Set Mapping: Constructor Result Mappings
JPA's and Hibernate's @SqlResultSetMapping maps a native query result to a Java object. You only need to define the constructor call in an annotation.
๐ Hibernate Tips: How to use a custom database sequence
https://thorben-janssen.com/hibernate-tips-use-custom-sequence/
https://thorben-janssen.com/hibernate-tips-use-custom-sequence/
Thorben Janssen
Hibernate Tips: How to use a custom database sequence
In this week's Hibernate Tip, I show you how to use a custom database sequence to generate your primary keys.
๐ Result Set Mapping: Hibernate Specific Mappings
https://thorben-janssen.com/result-set-mapping-hibernate-specific-mappings/
https://thorben-janssen.com/result-set-mapping-hibernate-specific-mappings/
Thorben Janssen
Result Set Mapping: Hibernate Specific Mappings
Hibernate specifc result set mapping features like Aliases and ResultTransformer can be easier to use and more powerful than the JPA standard features.