Tag: dbunit

  • Dbunit composite primary keys

    For some task I was doing I had to make a snapshot of mysql database having only jdbc connection available. I wasn’t able to use mysqldump (remote access) or other backup tools (I wanted to do this as part of my java program – programmatically). So, I came across http://dbunit.sourceforge.net/ which allowed me to backup…