Archive for the 'hibernate' Category
2007: A partially loaded association oddity
0 Comments Published by peter March 4th, 2007 in hibernate, java, software development.When rewriting some code to increase performance in some parts of the application I came across a rather questionable feature of Hibernate (3.2.0GA).
Consider the following (simplified) model:
The ternary association between Movies and persons has a property to store the type of the association, for example:
Stanley Kubrick, obviously a person, can be associated to [...]



















