Is there any way to create an XML file that contains entities to be used to load the EntityManager with and run unit tests. We want to create a "mock" situation where we can run unit tests without have a DB present. We want to create an XML file that contains the data for the tests, load it into a disconnected EntityManager, run our tests and check the results.