hibernatetest

Undocumented in source.

Members

Classes

HibernateTest
class HibernateTest

A base-class for most hibernate tests. It takes care of setting up and tearing down a connection to a database using the appropriate driver and connection parameters. Tests annotated with @Test can simply use a session factory to test hibernate queries.

Structs

ConnectionParams
struct ConnectionParams

Generic parameters to connect to a database, independent of the driver.

Meta