- Maintain efficiency when performing database operations
- Use Hibernate effectively when loading / storing objects.
Tuesday, March 13, 2007
Intricacies of Hibernate
If you're a serious developer / software engineer, then you know how important it is to keep a system you're building as modular as possible for all the standard reasons: separation of concerns, testing, etc . To this end, I've been developing my systems at work to use Data Access Object interfaces, rather than giving them direct exposure to hibernate. One of the benefits of this is that it abstracts my business and presentation layers from my persistence layer. One of the detractors is that it makes it harder to do certain other things:
No comments:
Post a Comment