Hibernate framework can simplify following things:
- Writing/Updating and retrieving your domain objects
- Making database column and table name changes
- Centralizing pre save and post retrieve logic
- Complex joins for retrieving related items
- Schema creation from object model
- Cascaded features can help retrieve related objects in memory at one shot or could be loaded lazily if needed.

0 comments:

Post a Comment

Interesting Posts...

Loading...