You can create your own mappers if you like, but there are code generators to help you at http://www.orqi.co.uk/mapper-class-generator.html All domain classes should extend the Mapper superclass so th… more →
Orqitimgriff84 wrote 5 days ago: Lazy loading isn’t a new concept, it’s a pattern that been around for a while to improve … more →
Olav Rask wrote 5 months ago: The problem Diving into Domain Driven Design and trying to take colleagues with me, I find myself re … more →
guru_G wrote 6 months ago: Lazy loading is a functionality provided by Hibernate. What lazy loading does is that it doesn … more →
mvkredleaf wrote 7 months ago: I will be using the Northwind database in this example. Say you get the following requirements: Show … more →
Michael Cromwell wrote 10 months ago: I’m working on a report screen for IssueTracker.NET and because this is going to be used purel … more →
orqi wrote 1 year ago: You can create your own mappers if you like, but there are code generators to help you at http://www … more →
orqi wrote 1 year ago: What are model classes? Well a wee reminder, “the Model. This can be a bit tricky to get your head a … more →
Alois Reitbauer wrote 1 year ago: I recently gave a presentation at Jax 2008 where I talked about common problems on usage of database … more →
Chris wrote 1 year ago: OK, so this isn’t really rocket science, but there are a couple of neat uses for this techniqu … more →
mcoderkat wrote 1 year ago: Mark Piller wrote… WebORB for PHP 3.0 is Available I am very happy to announce a release of a … more →
Jerry Lin wrote 1 year ago: I would like to give a big “Thanks!” to Microsoft’s Ben Carter for providing me th … more →
madhuri kaja wrote 1 year ago: Hibernate – It is written in java, an open source project, provides ORM (Object Relational Map … more →
roneiv wrote 1 year ago: The challenge working with a large amount of data in user-presentation is to serve the user an easy … more →
powerdream5 wrote 2 years ago: In default, Hibernate adopts the mechanism of lazy loading to load objects from databases. Laz … more →