Package net.sf.oqt.model

This package contains the model used by this application.

See: Description

Package net.sf.oqt.model Description

This package contains the model used by this application.

The model is as follows: The ResultVO will contain all the info for the report, one of these things is a list of PackageVO's.
This PackageVO has a name and a list of EntityVO.
Each EntityVO (representation of a JPA Entity) has a name and a list of QueryVO.
Each QueryVO has a name (as defined in the NamedQuery annotation), a JPQL query and a SQL query.

Copyright © 2012-2013. All Rights Reserved.