dbunit « Schema « JPA Q&A





1. Unit test entity to different schema/ catalog    stackoverflow.com

We have an entity set up with the following:

@Table(name = "CMS_Entry", catalog = "CMS")
The dbunit tests are configured to use a datasource that is using 'CMS_UT' as the name of the ...