Hi Rachel,
Please refer the default configuration in jbpm.hibernate.cfg.xml. In default, jbpm4 are using in-memory mode to do all of test on HSQLDB.
Actually there are three running modes on hsqldb. In-Memory, File-based and server-client. You could get more information on hsqldb official website.
http://hsqldb.org/