Skip navigation links
A B C D E F G H I L M N O P R S T W 

A

addConfiguration(ConfigPath) - Method in class org.everit.persistence.lqmg.internal.ConfigurationContainer
Adds a configuration.
ARG_BUNDLES - Static variable in class org.everit.persistence.lqmg.LQMGMain
 
ARG_CAPABILITY - Static variable in class org.everit.persistence.lqmg.LQMGMain
 
ARG_DEFAULT_SCHEMA - Static variable in class org.everit.persistence.lqmg.LQMGMain
 
ARG_HACK_WIRES - Static variable in class org.everit.persistence.lqmg.LQMGMain
 
ARG_INNER_CLASSES_FOR_KEYS - Static variable in class org.everit.persistence.lqmg.LQMGMain
 
ARG_LQMG_CONFIG_XML - Static variable in class org.everit.persistence.lqmg.LQMGMain
 
ARG_OUTPUT_FOLDER - Static variable in class org.everit.persistence.lqmg.LQMGMain
 
ARG_PACKAGES - Static variable in class org.everit.persistence.lqmg.LQMGMain
 
attributes - Variable in class org.everit.persistence.lqmg.internal.BundleWithAttributes
 

B

bundle - Variable in class org.everit.persistence.lqmg.internal.BundleWithAttributes
 
bundle - Variable in class org.everit.persistence.lqmg.internal.ConfigPath
 
bundle - Variable in class org.everit.persistence.lqmg.internal.ConfigValue
 
bundleLocations - Variable in class org.everit.persistence.lqmg.GenerationProperties
The paths to the bundles (directory path of jar file path).
BundleWithAttributes - Class in org.everit.persistence.lqmg.internal
DTO for holding Bundle and its attributes together.
BundleWithAttributes(Bundle, Map<String, Object>) - Constructor for class org.everit.persistence.lqmg.internal.BundleWithAttributes
 

C

capability - Variable in class org.everit.persistence.lqmg.GenerationProperties
A schema name with optional filter expression that points to a bundle schema capability.
CAPABILITY_LQMG_CONFIG_RESOURCE - Static variable in class org.everit.persistence.lqmg.LQMG
 
ConfigPath - Class in org.everit.persistence.lqmg.internal
DTO for configuration path.
ConfigPath(Bundle, String) - Constructor for class org.everit.persistence.lqmg.internal.ConfigPath
 
ConfigurationContainer - Class in org.everit.persistence.lqmg.internal
The configuration container used to code generation.
ConfigurationContainer() - Constructor for class org.everit.persistence.lqmg.internal.ConfigurationContainer
Constructor.
configurationPath - Variable in class org.everit.persistence.lqmg.GenerationProperties
Optional path of a configuration XML.
configurationXMLPath - Variable in class org.everit.persistence.lqmg.internal.ConfigValue
 
ConfigValue<T extends AbstractNamingRuleType> - Class in org.everit.persistence.lqmg.internal
DTO for configuration value.
ConfigValue(T, Bundle, String) - Constructor for class org.everit.persistence.lqmg.internal.ConfigValue
Constructor.

D

defaultSchema - Variable in class org.everit.persistence.lqmg.GenerationProperties
Default schema on SQL Connection to be used during generating tables.

E

equals(Object) - Method in class org.everit.persistence.lqmg.internal.BundleWithAttributes
 
equals(Object) - Method in class org.everit.persistence.lqmg.internal.ConfigPath
 
EquinoxHackUtilImpl - Class in org.everit.persistence.lqmg.internal
Equinox specific implementation of the HackUtil.
EquinoxHackUtilImpl() - Constructor for class org.everit.persistence.lqmg.internal.EquinoxHackUtilImpl
 

F

findConfigForEntity(SchemaAndTable) - Method in class org.everit.persistence.lqmg.internal.ConfigurationContainer
Finds a ConfigValue based on schemaName and entityName.

G

generate(GenerationProperties) - Static method in class org.everit.persistence.lqmg.LQMG
Generate the JAVA classes to QueryDSL from LiquiBase XML.
GenerationProperties - Class in org.everit.persistence.lqmg
This class store all parameters which is required to the JAVA classes generation.
GenerationProperties(String, String[], String) - Constructor for class org.everit.persistence.lqmg.GenerationProperties
The simple constructor.
getClassName(SchemaAndTable) - Method in class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 
getDefaultVariableName(EntityType) - Method in class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 
getNamingRule() - Method in class org.everit.persistence.lqmg.internal.ConfigValue
 
getPackage(String, SchemaAndTable) - Method in class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 
getPatternByRegex(String) - Method in class org.everit.persistence.lqmg.internal.ConfigurationContainer
Returns the cached and compiled Pattern by the given regex.
getPropertyName(String, EntityType) - Method in class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 
getPropertyNameForForeignKey(String, EntityType) - Method in class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 
getPropertyNameForPrimaryKey(String, EntityType) - Method in class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 

H

hackBundles(Framework, File) - Method in class org.everit.persistence.lqmg.internal.EquinoxHackUtilImpl
 
hackBundles(Framework, File) - Method in interface org.everit.persistence.lqmg.internal.HackUtil
 
HackUtil - Interface in org.everit.persistence.lqmg.internal
Interface to hack the bundle wiring.
hackWires - Variable in class org.everit.persistence.lqmg.GenerationProperties
If true, LQMG will update the unresolved bundles in the way that all of their unsatisfied requirements will be modified to be optional.
hashCode() - Method in class org.everit.persistence.lqmg.internal.BundleWithAttributes
 
hashCode() - Method in class org.everit.persistence.lqmg.internal.ConfigPath
 

I

innerClassesForKeys - Variable in class org.everit.persistence.lqmg.GenerationProperties
If true, inner classes will be generated for foreign and primary keys.

L

LQMG - Class in org.everit.persistence.lqmg
This class responsible for generate QueryDSL JAVA classes.
LQMGChangeExecListener - Class in org.everit.persistence.lqmg.internal.liquibase
 
LQMGChangeExecListener(ConfigurationContainer) - Constructor for class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 
LQMGException - Exception in org.everit.persistence.lqmg
The LiquiBase XML to QueryDSL metamodel generator exception.
LQMGException(String, Throwable) - Constructor for exception org.everit.persistence.lqmg.LQMGException
The simple constructor.
LQMGMain - Class in org.everit.persistence.lqmg
The main class of the LQMG.
LQMGNamingStrategy - Class in org.everit.persistence.lqmg.internal
Customized NamingStrategy for LQMG.
LQMGNamingStrategy(ConfigurationContainer, String[]) - Constructor for class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 

M

main(String[]) - Static method in class org.everit.persistence.lqmg.LQMGMain
The command line processor.

N

namingRule - Variable in class org.everit.persistence.lqmg.internal.ConfigValue
 

O

org.everit.persistence.lqmg - package org.everit.persistence.lqmg
 
org.everit.persistence.lqmg.internal - package org.everit.persistence.lqmg.internal
 
org.everit.persistence.lqmg.internal.liquibase - package org.everit.persistence.lqmg.internal.liquibase
 

P

packages - Variable in class org.everit.persistence.lqmg.GenerationProperties
Comma separated list of java packages that should be generated.
preconditionErrored(PreconditionErrorException, PreconditionContainer.ErrorOption) - Method in class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 
preconditionFailed(PreconditionFailedException, PreconditionContainer.FailOption) - Method in class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 

R

ran(Change, ChangeSet, DatabaseChangeLog, Database) - Method in class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 
ran(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 
resource - Variable in class org.everit.persistence.lqmg.internal.ConfigPath
 
rolledBack(ChangeSet, DatabaseChangeLog, Database) - Method in class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 
runFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 

S

setCapability(String) - Method in class org.everit.persistence.lqmg.GenerationProperties
 
setConfigurationPath(String) - Method in class org.everit.persistence.lqmg.GenerationProperties
 
setDefaultSchema(String) - Method in class org.everit.persistence.lqmg.GenerationProperties
 
setHackWires(boolean) - Method in class org.everit.persistence.lqmg.GenerationProperties
 
setInnerClassesForKeys(boolean) - Method in class org.everit.persistence.lqmg.GenerationProperties
 
setPackages(String[]) - Method in class org.everit.persistence.lqmg.GenerationProperties
 
setTargetFolder(String) - Method in class org.everit.persistence.lqmg.GenerationProperties
 
shouldGenerateClass(SchemaAndTable) - Method in class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 
shouldGenerateForeignKey(SchemaAndTable, ForeignKeyData) - Method in class org.everit.persistence.lqmg.internal.LQMGNamingStrategy
 

T

targetFolder - Variable in class org.everit.persistence.lqmg.GenerationProperties
The folder where source will be generated to.

W

willRun(Change, ChangeSet, DatabaseChangeLog, Database) - Method in class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 
willRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in class org.everit.persistence.lqmg.internal.liquibase.LQMGChangeExecListener
 
A B C D E F G H I L M N O P R S T W 
Skip navigation links

Copyright © 2011–2016 Everit Kft.. All rights reserved.