Class | Description |
---|---|
EntityVO |
Models a JPA Entity.
|
PackageVO |
Models a java package.
|
QueryVO |
Models a named query.
|
ResultVO |
A model used for the sole purpose of easy (de-)serialization.
|
Enum | Description |
---|---|
QueryType |
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.