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

A

accept(File) - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Checks whether the given file is managed by the current watcher.
addDefaultConstructor - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
The JPA spec requires that all persistent classes define a no-arg constructor.
append(StringBuilder, String, int) - Method in class org.wisdom.openjpa.enhancer.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.

B

build() - Method in class org.wisdom.openjpa.enhancer.HelpMojo
 

C

classes - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Location where persistence-enabled classes are located.
compileClasspathElements - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
List of all class path elements that will be searched for the persistence-enabled classes and resources expected by PCEnhancer.
connectionDriverName - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
This setting can be used to override any openjpa.ConnectionDriverName set in the persistence.xml.
connectionProperties - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Used to define the credentials or any other connection properties.

D

detail - Variable in class org.wisdom.openjpa.enhancer.HelpMojo
If true, display all settable properties for each goal.

E

enforcePropertyRestrictions - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Whether to throw an exception when it appears that a property access entity is not obeying the restrictions placed on property access.
enhance(List<File>) - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Processes a list of class file resources that are to be enhanced.
ensurePersistenceXml() - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
 
excludes - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Comma separated list of excludes to scan searchDir to pass to the jobs.
execute() - Method in class org.wisdom.openjpa.enhancer.HelpMojo
execute() - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Perform whatever build-process behavior this Mojo implements.
extendRealmClasspath() - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
This will prepare the current ClassLoader and add all jars and local classpaths (e.g.

F

fileCreated(File) - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Notifies the watcher that a new file is created.
fileDeleted(File) - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Notifies the watcher that a file was deleted.
fileUpdated(File) - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Notifies the watcher that a file has been modified.
findEntityClassFiles() - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Locates and returns a list of class files found under specified class directory.
findNamedChild(Node, String) - Method in class org.wisdom.openjpa.enhancer.HelpMojo
 
findSingleChild(Node, String) - Method in class org.wisdom.openjpa.enhancer.HelpMojo
 

G

getFilePaths(List<File>) - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
 
getIndentLevel(String) - Static method in class org.wisdom.openjpa.enhancer.HelpMojo
Gets the indentation level of the specified line.
getOptions() - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Get the options for the OpenJPA enhancer tool.
getPathInBundle(File) - Method in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
 
getPropertyFromExpression(String) - Method in class org.wisdom.openjpa.enhancer.HelpMojo
 
getSingleChild(Node, String) - Method in class org.wisdom.openjpa.enhancer.HelpMojo
 
getValue(Node, String) - Method in class org.wisdom.openjpa.enhancer.HelpMojo
 
goal - Variable in class org.wisdom.openjpa.enhancer.HelpMojo
The name of the goal for which to show help.

H

HelpMojo - Class in org.wisdom.openjpa.enhancer
Display help information on wisdom-openjpa-enhancer-plugin.
Call mvn wisdom-openjpa-enhancer:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.wisdom.openjpa.enhancer.HelpMojo
 

I

includes - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Comma separated list of includes to scan searchDir to pass to the jobs.
indentSize - Variable in class org.wisdom.openjpa.enhancer.HelpMojo
The number of spaces per indentation level, should be positive.
isNotEmpty(String) - Static method in class org.wisdom.openjpa.enhancer.HelpMojo
 

L

lineLength - Variable in class org.wisdom.openjpa.enhancer.HelpMojo
The maximum length of a display line, should be positive.

M

META_PERSISTENCE_HEADER - Static variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
 

O

OpenJPAEnhancerMojo - Class in org.wisdom.openjpa.enhancer
A Mojo enhancing entity classes for OpenJPA.
OpenJPAEnhancerMojo() - Constructor for class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
 
OPTION_ADD_DEFAULT_CONSTRUCTOR - Static variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
used for passing the addDefaultConstructor parameter to the enhancer tool
OPTION_CONNECTION_DRIVER_NAME - Static variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
The string used for passing information about the connectionDriverName.
OPTION_CONNECTION_PROPERTIES - Static variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
the string used for passing information about the connectionProperties.
OPTION_ENFORCE_PROPERTY_RESTRICTION - Static variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
used for passing the enforcePropertyRestrictions parameter to the enhnacer tool
OPTION_PROPERTIES_FILE - Static variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
The properties option is used for passing information about the persistence.xml file location.
OPTION_USE_TEMP_CLASSLOADER - Static variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
used for passing the tmpClassLoader parameter to the enhnacer tool
org.wisdom.openjpa.enhancer - package org.wisdom.openjpa.enhancer
 

P

persistenceXmlFile - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Used if a non-default file location for the persistence.xml should be used If not specified, the default one in META-INF/persistence.xml will be used.
PLUGIN_HELP_PATH - Static variable in class org.wisdom.openjpa.enhancer.HelpMojo
 

R

repeat(String, int) - Static method in class org.wisdom.openjpa.enhancer.HelpMojo
Repeat a String n times to form a new string.

T

tmpClassLoader - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Tell the PCEnhancer to use a temporary classloader for enhancement.
toLines(String, int, int, int) - Static method in class org.wisdom.openjpa.enhancer.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.wisdom.openjpa.enhancer.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
toolProperties - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
Additional properties passed to the OpenJPA tools.

W

workDir - Variable in class org.wisdom.openjpa.enhancer.OpenJPAEnhancerMojo
The working directory for putting persistence.xml and other stuff into if we need to.
writeGoal(StringBuilder, String, Element) - Method in class org.wisdom.openjpa.enhancer.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.wisdom.openjpa.enhancer.HelpMojo
 
A B C D E F G H I L M O P R T W 
Skip navigation links

Copyright © 2013-2015 Wisdom Framework. All Rights Reserved.