๐ 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.
๐ 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>โฆ
๐ Spring Data Neumann SR4, Moore SR10 and Lovelace SR20
https://spring.io/blog/2020/09/16/spring-data-neumann-sr4-moore-sr10-and-lovelace-sr20
https://spring.io/blog/2020/09/16/spring-data-neumann-sr4-moore-sr10-and-lovelace-sr20
spring.io
Spring Data Neumann SR4, Moore SR10 and Lovelace SR20
<p>On behalf of the Spring Data team, Iโm pleased to announce a round of service releases for the Spring Data Neumann, Moore, and Lovelace release trains. <code>Neumann SR4</code> ships with <a href="https://jira.spring.io/issues/?filter=17038">43 ticketsโฆ