Wednesday, 18 September 2013

Can you run hibernate without a database set up?

Can you run hibernate without a database set up?

I am currently working on an application that uses hibernate as its ORM;
however, there is currently no database set up on my machine and I was
wanting to start running some tests without one. I figure since hibernate
is object/code based that there must be a way to simulate the DB
functionality.
If there isn't a way to do it through hibernate, how can this be achieved
in the general case (simulation of database)? Obviously, it wont need to
handle large amounts of data, just testing functionality.

No comments:

Post a Comment