Hi ppl,
This is my first post at this forum... hope in the right place! :)
So, this is my problem:
I have an application that needs to load all data from a given (configured) database. So i'm expecting as inputs something like: - jdbc url; - username; - password; - DB Schema [optional]; - Driver class and dialect;
And what I need is "something" (I'm hoping Hibernate will do it!) to generate my the domain model as java classes; Also, I need to grab all data existing in those tables and instantiate the previously generated classes with those data.
Can I do this using Hibernate? Can you point me the direction in order to accomplish this task?
Thanks in advance! Regards, Pedro
|