Trip Report: Experten Forum Stuttgart 2015

You probably recognized the lack of new posts during the last weeks. Sorry for that! I was really busy preparing my workshop for the Experten Forum Stuttgart 2015 which took place on July 10th. I had the pleasure to give a 3 hour long workshop about JPA and Hibernate performance. I really enjoyed it! The organization was great, the attendees asked interesting questions…

Result Set Mapping: Hibernate Specific Mappings
| |

Result Set Mapping: Hibernate Specific Mappings

This is the fourth and last part of my series about SQL result set mappings: Result Set Mapping: The Basics Result Set Mapping: Complex Mappings Result Set Mapping: Constructor Result Mappings Result Set Mapping: Hibernate Specific Features In the first post, we had a look at some basic mapping definitions to map the query result to an entity. The…

Result Set Mapping: Constructor Result Mappings
| |

Result Set Mapping: Constructor Result Mappings

This is the third part of my series about SQL result set mappings: Result Set Mapping: The Basics Result Set Mapping: Complex Mappings Result Set Mapping: Constructor Result Mappings Result Set Mapping: Hibernate Specific Features In the first post of this series, we had a look at some mapping definition between the query result and one entity….