Hibernate Tips: Map an Unidirectional One-to-Many Association Without a Junction Table
|

Hibernate Tips: Map an Unidirectional One-to-Many Association Without a Junction Table

Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please leave a comment below. Question: My table model contains a normal one-to-many association using a foreign key column on the table that represents the…

Hibernate Tips: Get the SQL Connection used by your Hibernate Session

Hibernate Tips: Get the SQL Connection used by your Hibernate Session

Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please leave a comment below. Question: We’re using Hibernate in our application, and we now need to implement a reporting use case for which I…