Re: JDBC vs Hibernate
- From: Roedy Green <look-on@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 09 Sep 2005 00:16:22 GMT
On Thu, 8 Sep 2005 20:56:53 +0530, "Sandy" <a@xxxxx> wrote or quoted :
>Is there any way in Hibernate so that i don't need to create DAO objects in
>by code, i.e. it automatically create DAO's from XML and update in database.
if it turns out it is not, consider the possibility of writing your
specs is some simple format, (e.g. CSV, XML, properties, java source)
And then write a stomp program to read that spec and stomp out
everything else you need.
Your specs stay compact, and every time you learn something you teach
it to your stomp program, and bang, everything is regenerated
perfectly incorporating your new knowledge/preference.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- References:
- JDBC vs Hibernate
- From: Sandy
- JDBC vs Hibernate
- Prev by Date: Re: Accessing huge data files
- Next by Date: OpenCms as Enterprise application
- Previous by thread: JDBC vs Hibernate
- Next by thread: need eclipse profiling tutorial
- Index(es):
Relevant Pages
|