Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Hibernete Loader

  Asked By: Jason    Date: Jul 27    Category: Java    Views: 532
  

How do you usally intiate your database for start up or test?!
May be some SQL Scripts and some ant tasks which clean database and
push data to it.

Take a look at : http://hloader.sourceforge.net

You can use it to intiate database by lodaing data to OBJECTS not
database. Of course it uses XML to define the data.The XML seems to be
a bit messy, but the aproche could be usefull.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Horia Ahmed     Answered On: Jul 27

In fact, I was looking for such a tool to reduce my
hassle with test data. Just a question, how does it manage data
changes between tests. like when some tests break, and data is left in
an inconsistent step and should be returned to it previous steps. Does
it clean and re-insert the data into the database  each time ?

 
Didn't find what you were looking for? Find more on Hibernete Loader Or get search suggestion and latest updates.




Tagged: