adventures in code
{ Category Archives }
Situation: you have a hibernate component which itself has a link to another object (e.g. many-to-one)
When loading, if hibernate is not able to satisfy the dependency, it will NOT set the field for your component.
e.g. we have :
code hibernate
Comments (0)
Permalink