📁 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.
🆕 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.
🆕 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.
🆕 This Week in Spring - September 15th, 2020
https://spring.io/blog/2020/09/16/this-week-in-spring-september-15th-2020
https://spring.io/blog/2020/09/16/this-week-in-spring-september-15th-2020
spring.io
This Week in Spring - September 15th, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! It’s been an absolutely nutty week! It’s <em>just</em> Tuesday and I’m beat! </p>
<p>Over the weekend I completely refactored the pipeline I used for my just-published book…
<p>Over the weekend I completely refactored the pipeline I used for my just-published book…
🆕 Azure in the Enterprise: Azure Object Storage Service and Spring Boot
https://spring.io/blog/2020/09/16/azure-in-the-enterprise-azure-object-storage-service-and-spring-boot
https://spring.io/blog/2020/09/16/azure-in-the-enterprise-azure-object-storage-service-and-spring-boot
spring.io
Azure in the Enterprise: Azure Object Storage Service 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 Object Storage Service. Check it out!</p>…