| Package | Description |
|---|---|
| net.sf.oqt.jpa |
This package contains all the classes which related to JPA interactions.
|
| net.sf.oqt.model |
This package contains the model used by this application.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PackageVO> |
EntityFinder.findAllEntities(Collection<String> basePackages)
This method will find all the entities and named queries based on the list of provided package names.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JPATransformer.transformAllQueries(Collection<PackageVO> packages)
Transforms all the JPQL queries to SQL queries.
|
static void |
JPATransformer.validateOnly(Collection<PackageVO> packages) |
| Modifier and Type | Method and Description |
|---|---|
Set<PackageVO> |
ResultVO.getPackages() |
| Modifier and Type | Method and Description |
|---|---|
int |
PackageVO.compareTo(PackageVO o) |
boolean |
PackageVO.isSubpackage(PackageVO subPackage) |
Copyright © 2012-2013. All Rights Reserved.