Package net.sf.oqt.driver

This packages contains the Null-driver which will capture all the queries executed by OpenJPA.

See: Description

Package net.sf.oqt.driver Description

This packages contains the Null-driver which will capture all the queries executed by OpenJPA.

This Null-driver requires a database connection to supply OpenJPA with the correct metadata and to allows object initialization (like Blobs). Statements are mocked using the NullPreparedStatement and NullCallableStatement.
Queries passed to this statement will be passed to the CoreFactory.getQueries() list.

Copyright © 2012-2013. All Rights Reserved.