el_coda wrote:
In my project I want to manage dinamically the persistance layer for simple classes. This is why I do not want to create this classes and I would use Hibernata as a "intelligent sql generator" where there is no logic behind CRUD transactions.
ummm ok? What's so bad about having a class for a table even if it's "simple", small, rarely used or whatever?! When you use Hibernate to retrieve data from that table for instance, you will definitely need an Object/Class to get populated so that you can read the data from it! Aren't you? And as for dynamically doing stuff, you can always use HQL(Hibernate query language, very similar to SQL ANSI), it's really nice! Or you can actually use SQL ANSI itself through Hibernate. I'm new to Hibernate, but the more I work with it the better it gets! I don't know how much you know about it, but once you get the hang of it you're gonna love it!
Quote:
For "intelligent" class, however, I like Hibernate and How it works...
are there other tools to do anything like what I need?
I really don't know... But I strongly suggest you give Hibernate a try!
And errr I wouldn't mind if you rated my posts ;)
I'm really low on credits! lol