A C D E F G H I J N P Q R S T V 

A

AbstractQueryTranslatorTranslateMojo - Class in net.sf.oqt.maven
 
AbstractQueryTranslatorTranslateMojo() - Constructor for class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
acceptsURL(String) - Method in class net.sf.oqt.driver.NullDriver
 

C

compareTo(EntityVO) - Method in class net.sf.oqt.model.EntityVO
 
compareTo(PackageVO) - Method in class net.sf.oqt.model.PackageVO
 
compareTo(QueryVO) - Method in class net.sf.oqt.model.QueryVO
 
connect(String, Properties) - Method in class net.sf.oqt.driver.NullDriver
 
CoreFactory - Class in net.sf.oqt.core
The CoreFactory centralizes all interactions.
CoreFactory() - Constructor for class net.sf.oqt.core.CoreFactory
 
CoreProperties - Class in net.sf.oqt.core
Contains all the configuration settings.

D

deserialize() - Method in class net.sf.oqt.core.Serializer
Deserialized the ResultVO from disk (the location is determined in the constructor).

E

EntityFinder - Class in net.sf.oqt.jpa
The EntityFinder class centralizes all the reflection logic for finding all the entities and all the named queries.
EntityFinder() - Constructor for class net.sf.oqt.jpa.EntityFinder
 
EntityVO - Class in net.sf.oqt.model
Models a JPA Entity.
EntityVO(String) - Constructor for class net.sf.oqt.model.EntityVO
 
equals(Object) - Method in class net.sf.oqt.model.EntityVO
 
equals(Object) - Method in class net.sf.oqt.model.PackageVO
 
equals(Object) - Method in class net.sf.oqt.model.QueryVO
 
execute() - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
Copies the properties from this plugin to the CoreProperties and verifies that the ClassPath is correct.
execute() - Method in class net.sf.oqt.maven.QueryTranslatorTranslateMojo
Finds all the known entities, named queries and translates all the information.
execute() - Method in class net.sf.oqt.maven.QueryTranslatorValidateMojo
 
executeReport(Locale) - Method in class net.sf.oqt.maven.QueryTranslatorReportingMojo
Generates the report based on the output of the translat mojo.

F

findAllEntities(Collection<String>) - Static method in class net.sf.oqt.jpa.EntityFinder
This method will find all the entities and named queries based on the list of provided package names.

G

getDbMetaData() - Method in class net.sf.oqt.model.ResultVO
 
getDescription(Locale) - Method in class net.sf.oqt.maven.QueryTranslatorReportingMojo
getDictionary() - Method in class net.sf.oqt.core.CoreProperties
 
getDictionary() - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
getDriverName() - Method in class net.sf.oqt.core.CoreProperties
 
getDriverName() - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
getEntities() - Method in class net.sf.oqt.model.PackageVO
 
getEntityManager() - Static method in class net.sf.oqt.core.CoreFactory
Returns a reference to the JPA EntityManager.
getError() - Method in class net.sf.oqt.model.QueryVO
 
getFqns() - Method in class net.sf.oqt.core.CoreProperties
 
getJpaVersion() - Method in class net.sf.oqt.core.CoreProperties
 
getJPQLQuery() - Method in class net.sf.oqt.model.QueryVO
 
getMajorVersion() - Method in class net.sf.oqt.driver.NullDriver
 
getMinorVersion() - Method in class net.sf.oqt.driver.NullDriver
 
getName(Locale) - Method in class net.sf.oqt.maven.QueryTranslatorReportingMojo
getName() - Method in class net.sf.oqt.model.EntityVO
 
getName() - Method in class net.sf.oqt.model.PackageVO
 
getName() - Method in class net.sf.oqt.model.QueryVO
 
getOutputDirectory() - Method in class net.sf.oqt.maven.QueryTranslatorReportingMojo
getOutputName() - Method in class net.sf.oqt.maven.QueryTranslatorReportingMojo
getPackageNames() - Method in class net.sf.oqt.core.CoreProperties
 
getPackageNames() - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
getPackageNames() - Method in class net.sf.oqt.maven.QueryTranslatorValidateMojo
 
getPackages() - Method in class net.sf.oqt.model.ResultVO
 
getParentLogger() - Method in class net.sf.oqt.driver.NullDriver
 
getPassword() - Method in class net.sf.oqt.core.CoreProperties
 
getPassword() - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
getProject() - Method in class net.sf.oqt.maven.QueryTranslatorReportingMojo
getProperties() - Static method in class net.sf.oqt.core.CoreFactory
Returns the properties containing all the settings for this application.
getPropertyInfo(String, Properties) - Method in class net.sf.oqt.driver.NullDriver
 
getQueries() - Static method in class net.sf.oqt.core.CoreFactory
 
getQueries() - Method in class net.sf.oqt.model.EntityVO
 
getRealConnection() - Static method in class net.sf.oqt.core.CoreFactory
 
getRealDriver() - Static method in class net.sf.oqt.core.CoreFactory
 
getReportTypes() - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
getSiteRenderer() - Method in class net.sf.oqt.maven.QueryTranslatorReportingMojo
getSQLQuery() - Method in class net.sf.oqt.model.QueryVO
 
getTypeFromJPQL(String) - Static method in enum net.sf.oqt.model.QueryType
 
getUrl() - Method in class net.sf.oqt.core.CoreProperties
 
getUrl() - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
getUsername() - Method in class net.sf.oqt.core.CoreProperties
 
getUsername() - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 

H

hashCode() - Method in class net.sf.oqt.model.EntityVO
 
hashCode() - Method in class net.sf.oqt.model.PackageVO
 
hashCode() - Method in class net.sf.oqt.model.QueryVO
 

I

isSkipValidation() - Method in class net.sf.oqt.maven.QueryTranslatorValidateMojo
 
isSubpackage(PackageVO) - Method in class net.sf.oqt.model.PackageVO
 
isValid() - Method in class net.sf.oqt.model.QueryVO
 

J

jdbcCompliant() - Method in class net.sf.oqt.driver.NullDriver
 
JPATransformer - Class in net.sf.oqt.jpa
This class does all the calls to openJPA to get the SQL query using the NullDriver and NullConnection
JPATransformer() - Constructor for class net.sf.oqt.jpa.JPATransformer
 

N

net.sf.oqt.core - package net.sf.oqt.core
Contains the core of the application.
net.sf.oqt.driver - package net.sf.oqt.driver
This packages contains the Null-driver which will capture all the queries executed by OpenJPA.
net.sf.oqt.jpa - package net.sf.oqt.jpa
This package contains all the classes which related to JPA interactions.
net.sf.oqt.maven - package net.sf.oqt.maven
This package contains all the MOJO's.
net.sf.oqt.model - package net.sf.oqt.model
This package contains the model used by this application.
NullDriver - Class in net.sf.oqt.driver
 
NullDriver() - Constructor for class net.sf.oqt.driver.NullDriver
 

P

PackageVO - Class in net.sf.oqt.model
Models a java package.
PackageVO(String) - Constructor for class net.sf.oqt.model.PackageVO
 
project - Variable in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
project - Variable in class net.sf.oqt.maven.QueryTranslatorReportingMojo
 

Q

QueryTranslatorReportingMojo - Class in net.sf.oqt.maven
The QueryTranslatorReportingMojo creates the report from the output generated by the QueryTranslatorReportingMojo
QueryTranslatorReportingMojo() - Constructor for class net.sf.oqt.maven.QueryTranslatorReportingMojo
 
QueryTranslatorTranslateMojo - Class in net.sf.oqt.maven
The QueryTranslatorBuildMojo is the mojo which will convert all the known JPQL queries to SQL queries.
QueryTranslatorTranslateMojo() - Constructor for class net.sf.oqt.maven.QueryTranslatorTranslateMojo
 
QueryTranslatorValidateMojo - Class in net.sf.oqt.maven
This mojo will only validate the JPQL queries.
QueryTranslatorValidateMojo() - Constructor for class net.sf.oqt.maven.QueryTranslatorValidateMojo
 
QueryType - Enum in net.sf.oqt.model
 
QueryVO - Class in net.sf.oqt.model
Models a named query.
QueryVO(String, String) - Constructor for class net.sf.oqt.model.QueryVO
 

R

ResultVO - Class in net.sf.oqt.model
A model used for the sole purpose of easy (de-)serialization.
ResultVO() - Constructor for class net.sf.oqt.model.ResultVO
 

S

serialize(ResultVO) - Method in class net.sf.oqt.core.Serializer
Serialized the ResultVO to disk (the location is determined in the constructor).
Serializer - Class in net.sf.oqt.core
The class centralizes the serialization process of the ResultVO.
Serializer(MavenProject) - Constructor for class net.sf.oqt.core.Serializer
Creates a new Serializer object.
setDictionary(String) - Method in class net.sf.oqt.core.CoreProperties
 
setDictionary(String) - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
setDriverName(String) - Method in class net.sf.oqt.core.CoreProperties
 
setDriverName(String) - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
setError(String) - Method in class net.sf.oqt.model.QueryVO
 
setError(Throwable) - Method in class net.sf.oqt.model.QueryVO
 
setFqnsFromResult(ResultVO) - Method in class net.sf.oqt.core.CoreProperties
Initializes the list of fully qualified names based on the info in the ResultVO object.
setPassword(String) - Method in class net.sf.oqt.core.CoreProperties
 
setPassword(String) - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
setSkipValidation(boolean) - Method in class net.sf.oqt.maven.QueryTranslatorValidateMojo
 
setUrl(String) - Method in class net.sf.oqt.core.CoreProperties
 
setUrl(String) - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
setUsername(String) - Method in class net.sf.oqt.core.CoreProperties
 
setUsername(String) - Method in class net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo
 
shutdown() - Static method in class net.sf.oqt.core.CoreFactory
Closes the entity manager and databse connection.

T

textOutput(String, String) - Method in class net.sf.oqt.core.Serializer
 
toString() - Method in class net.sf.oqt.model.PackageVO
 
transformAllQueries(Collection<PackageVO>) - Static method in class net.sf.oqt.jpa.JPATransformer
Transforms all the JPQL queries to SQL queries.

V

validateOnly(Collection<PackageVO>) - Static method in class net.sf.oqt.jpa.JPATransformer
 
valueOf(String) - Static method in enum net.sf.oqt.model.QueryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.oqt.model.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I J N P Q R S T V 

Copyright © 2012-2013. All Rights Reserved.