In the JEE architecture entities are used to transfer the data between database and business logic. An object relational mapper like hibernate or toplink the handles the transport of the data form the database table to the entity. The ORM does this not only for the requested object, also all referenced objects could be handled […]
Dual Boot Problem
I tried to set up a dual boot on my laptop with the already installed Windows XP. The second system should be Windows 7 x64 (RC1 – 7100). I bought a bigger HD and created two partitions: 1st (primary) partition for Windows 7 2rd (primary) partition for the old Windows XP and the programs I […]
Welcome
Dear Reader! In my time working on the PC I sometimes stumble about problems which aren’t really documented in the web (or I was not able to find something about it). After finding more and more of such problems I decided to publish them and this is the beginning of Stumbling Blo(g|ck). I hope to […]
JEE: Solving the eager fetch or Open-Session-In-View problem
In the JEE architecture entities are used to transfer the data between database and business logic. An object relational mapper like hibernate or toplink the handles the transport of the data form the database table to the entity. The ORM does this not only for the requested object, also all referenced objects could be handled […]