A C D E F G H I J L M O P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractValidateableGenerator - Class in org.tentackle.maven.plugin.wizard
- AbstractValidateableGenerator() - Constructor for class org.tentackle.maven.plugin.wizard.AbstractValidateableGenerator
- AbstractWizardMojo - Class in org.tentackle.maven.plugin.wizard
-
Base wizard mojo.
- AbstractWizardMojo() - Constructor for class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
- applyMojo(OperationMojo) - Method in class org.tentackle.maven.plugin.wizard.fx.OperationWizard
-
Configures the wizard with mojo's properties.
- applyMojo(PdoMojo) - Method in class org.tentackle.maven.plugin.wizard.fx.PdoWizard
-
Configures the wizard with mojo's properties.
C
- CATEGORY_OPERATION - Static variable in class org.tentackle.maven.plugin.wizard.Constants
-
template category for operations.
- CATEGORY_PDO - Static variable in class org.tentackle.maven.plugin.wizard.Constants
-
template category for PDOs.
- CLASSID_EXT - Static variable in class org.tentackle.maven.plugin.wizard.Constants
-
classID status file extension.
- configure() - Method in class org.tentackle.maven.plugin.wizard.fx.OperationWizard
- configure() - Method in class org.tentackle.maven.plugin.wizard.fx.PdoWizard
- Constants - Class in org.tentackle.maven.plugin.wizard
-
Constants and strings.
- createPackageMap() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Creates a map of package names to package infos.
D
- DOMAIN_IMPL_SUFFIX - Static variable in class org.tentackle.maven.plugin.wizard.Constants
-
classname suffix for the domain implementation.
- DOMAIN_SUFFIX - Static variable in class org.tentackle.maven.plugin.wizard.Constants
-
classname suffix for the domain interface.
E
- entityAliases - Variable in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
The entity aliases.
- equals(Object) - Method in class org.tentackle.maven.plugin.wizard.Profile
- execute() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
- execute() - Method in class org.tentackle.maven.plugin.wizard.HelpMojo
- execute() - Method in class org.tentackle.maven.plugin.wizard.InitMojo
- execute() - Method in class org.tentackle.maven.plugin.wizard.OperationMojo
- execute() - Method in class org.tentackle.maven.plugin.wizard.PdoMojo
F
- filesets - Variable in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
The list of file sets containing the model.
If set, the modelDir is ignored.
G
- generate() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
-
Creates the operation files.
- generate() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Creates the PDO files.
- getClassId() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getDefaultScopes() - Method in class org.tentackle.maven.plugin.wizard.AbstractValidateableGenerator
- getDomainImplementation() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getDomainImplementation() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getDomainImplementation() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getDomainImplPackage() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getDomainImplPackageInfo() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getDomainInterface() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getDomainInterface() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getDomainInterface() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getDomainPackage() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getDomainPackageInfo() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getEmptyDuplicates() - Method in class org.tentackle.maven.plugin.wizard.PackageInfo
-
Gets the empty duplicates for this package info.
If an empty package is found more than once in different modules, it cannot be used in profiles because the generator cannot decide which one to use. - getEntityAliases() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Gets the entity aliases.
- getEntityName() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getInheritanceType() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getLongDescription() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getLongDescription() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getMaxClassId() - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
- getMinClassId() - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
- getModelDefaults() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Gets the model defaults.
- getName() - Method in class org.tentackle.maven.plugin.wizard.PackageInfo
-
Gets the package name.
- getName() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getOperationInterface() - Method in class org.tentackle.maven.plugin.wizard.OperationProfile
- getOperationName() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getOperationPackage() - Method in class org.tentackle.maven.plugin.wizard.OperationProfile
- getOperationPackageInfo() - Method in class org.tentackle.maven.plugin.wizard.OperationProfile
- getOperationProfiles() - Method in class org.tentackle.maven.plugin.wizard.OperationMojo
- getPackageInfo(Map<String, PackageInfo>, String) - Method in class org.tentackle.maven.plugin.wizard.Profile
-
Determines the package info for a given package name.
- getPath() - Method in class org.tentackle.maven.plugin.wizard.PackageInfo
-
Gets the directory path of the package.
- getPdoInterface() - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
- getPdoPackage() - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
- getPdoPackageInfo() - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
- getPdoProfiles() - Method in class org.tentackle.maven.plugin.wizard.PdoMojo
- getPersistenceImplementation() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getPersistenceImplementation() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getPersistenceImplementation() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getPersistenceImplPackage() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getPersistenceImplPackageInfo() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getPersistenceInterface() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getPersistenceInterface() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getPersistenceInterface() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getPersistencePackage() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getPersistencePackageInfo() - Method in class org.tentackle.maven.plugin.wizard.Profile
- getProfile() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getProfile() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getProfiles(Class<T>) - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Gets the profiles.
- getProject() - Method in class org.tentackle.maven.plugin.wizard.PackageInfo
-
Gets the maven project containing the package.
- getShortDescription() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getShortDescription() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getStatusDir() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Gets the status directory.
- getSuperDomainImplementation() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
-
Gets the name of the parent domain class.
- getSuperDomainImplementation() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Gets the name of the parent domain class.
- getSuperDomainInterface() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
-
Gets the name of the parent domain interface.
- getSuperDomainInterface() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Gets the name of the parent domain interface.
- getSuperEntity() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getSuperOperationInterface() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
-
Gets the name of the parent operation interface.
- getSuperOperationName() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- getSuperPdoInterface() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Gets the name of the parent pdo interface.
- getSuperPersistenceImplementation() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
-
Gets the name of the parent persistence class.
- getSuperPersistenceImplementation() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Gets the name of the parent persistence class.
- getSuperPersistenceInterface() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
-
Gets the name of the parent persistence interface.
- getSuperPersistenceInterface() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Gets the name of the parent persistence interface.
- getTableName() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- getTablePrefix() - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
- getTemplateDir() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Gets the template directory.
H
- hashCode() - Method in class org.tentackle.maven.plugin.wizard.Profile
- HelpMojo - Class in org.tentackle.maven.plugin.wizard
-
Display help information on tentackle-wizard-maven-plugin.
Callmvn tentackle-wizard:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class org.tentackle.maven.plugin.wizard.HelpMojo
I
- InitMojo - Class in org.tentackle.maven.plugin.wizard
-
Initializes the templates.
Copies the default templates to the configured templateDir.
Needs to be executed only to restore the templates to their defaults. - InitMojo() - Constructor for class org.tentackle.maven.plugin.wizard.InitMojo
- installTemplates() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Copies the templates to the template directory.
Overwrites any existing templates. - isAbstractOperation() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- isClassIdNecessary() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Checks whether entity needs a class ID.
- isContainingJavaFiles() - Method in class org.tentackle.maven.plugin.wizard.PackageInfo
-
Determines whether this package contains any java files.
The method is used to detect split packages which are forbidden in JPMS. - isDomainValid() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- isInheritanceTypeValid() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- isNewClassId() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Checks whether classID is not already used in model.
- isNewEntity() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Checks whether entity name is not already used in model.
- isNewTableName() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Checks whether the tablename is not already used in model.
- isPersistenceValid() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- isRemoteEnabled() - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- isRemoteEnabled() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- isTableNameNecessary() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Checks whether entity needs a tablename.
- isTableNameValid() - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Checks whether tablename set properly by the user.
J
- JAVA_EXT - Static variable in class org.tentackle.maven.plugin.wizard.Constants
-
java file extension.
L
- loadModel() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Loads the model.
M
- modelDefaults - Variable in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
The model defaults.
- modelDir - Variable in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Directory holding the model files to be processed.
Ignored if fileset explicitly given.
O
- OperationGenerator - Class in org.tentackle.maven.plugin.wizard
-
Generator for the operation files.
- OperationGenerator() - Constructor for class org.tentackle.maven.plugin.wizard.OperationGenerator
- OperationMojo - Class in org.tentackle.maven.plugin.wizard
-
Wizard to create operation files.
- OperationMojo() - Constructor for class org.tentackle.maven.plugin.wizard.OperationMojo
- OperationProfile - Class in org.tentackle.maven.plugin.wizard
-
Profile for operations.
- OperationProfile() - Constructor for class org.tentackle.maven.plugin.wizard.OperationProfile
- OperationTemplateModel - Class in org.tentackle.maven.plugin.wizard
-
Freemarker model for the operation templates.
- OperationTemplateModel(OperationGenerator) - Constructor for class org.tentackle.maven.plugin.wizard.OperationTemplateModel
-
Creates the model from the generator.
- OperationWizard - Class in org.tentackle.maven.plugin.wizard.fx
-
Controller for the operation wizard.
- OperationWizard() - Constructor for class org.tentackle.maven.plugin.wizard.fx.OperationWizard
- org.tentackle.maven.plugin.wizard - package org.tentackle.maven.plugin.wizard
- org.tentackle.maven.plugin.wizard.fx - package org.tentackle.maven.plugin.wizard.fx
P
- PackageInfo - Class in org.tentackle.maven.plugin.wizard
-
Contains info about a java package.
- PackageInfo(String, MavenProject, File) - Constructor for class org.tentackle.maven.plugin.wizard.PackageInfo
-
Creates a package info.
- PdoGenerator - Class in org.tentackle.maven.plugin.wizard
-
Generator for the PDO files.
- PdoGenerator() - Constructor for class org.tentackle.maven.plugin.wizard.PdoGenerator
- PdoMojo - Class in org.tentackle.maven.plugin.wizard
-
Wizard to create PDO files.
- PdoMojo() - Constructor for class org.tentackle.maven.plugin.wizard.PdoMojo
- PdoProfile - Class in org.tentackle.maven.plugin.wizard
-
Profile for PDOs.
- PdoProfile() - Constructor for class org.tentackle.maven.plugin.wizard.PdoProfile
- PdoTemplateModel - Class in org.tentackle.maven.plugin.wizard
-
Freemarker model for the PDO templates.
- PdoTemplateModel(PdoGenerator) - Constructor for class org.tentackle.maven.plugin.wizard.PdoTemplateModel
-
Creates the model from the generator.
- PdoWizard - Class in org.tentackle.maven.plugin.wizard.fx
-
Controller for the PDO wizard.
- PdoWizard() - Constructor for class org.tentackle.maven.plugin.wizard.fx.PdoWizard
- PERSISTENCE_IMPL_SUFFIX - Static variable in class org.tentackle.maven.plugin.wizard.Constants
-
classname suffix for the persistence implementation.
- PERSISTENCE_SUFFIX - Static variable in class org.tentackle.maven.plugin.wizard.Constants
-
classname suffix for the persistence interface.
- processFileSet(FileSet) - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Processes a fileset to load the model.
- Profile - Class in org.tentackle.maven.plugin.wizard
-
Base class for pdo- and operation profiles.
- Profile() - Constructor for class org.tentackle.maven.plugin.wizard.Profile
S
- setAbstractOperation(boolean) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setClassId(Integer) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setDomainImplementation(String) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setDomainImplementation(String) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setDomainInterface(String) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setDomainInterface(String) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setEmptyDuplicates(List<PackageInfo>) - Method in class org.tentackle.maven.plugin.wizard.PackageInfo
-
Sets the duplicates.
- setEntityName(String) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setInheritanceType(InheritanceType) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setLongDescription(String) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setLongDescription(String) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setMaxClassId(int) - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
-
Updates the max.
- setMinClassId(int) - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
-
Updates the classid according to the model.
- setOperationName(String) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setPersistenceImplementation(String) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setPersistenceImplementation(String) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setPersistenceInterface(String) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setPersistenceInterface(String) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setProfile(OperationProfile) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setProfile(PdoProfile) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setRemoteEnabled(boolean) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setRemoteEnabled(boolean) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setShortDescription(String) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setShortDescription(String) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setStatusDir(File) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
-
Sets the status directory.
- setSuperEntity(Entity) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
- setSuperOperationName(String) - Method in class org.tentackle.maven.plugin.wizard.OperationGenerator
- setTableName(String) - Method in class org.tentackle.maven.plugin.wizard.PdoGenerator
T
- toString() - Method in class org.tentackle.maven.plugin.wizard.PackageInfo
- toString() - Method in class org.tentackle.maven.plugin.wizard.Profile
V
- validate() - Method in class org.tentackle.maven.plugin.wizard.AbstractWizardMojo
-
Validates the configuration.
- validate() - Method in class org.tentackle.maven.plugin.wizard.OperationMojo
- validate() - Method in class org.tentackle.maven.plugin.wizard.PdoMojo
- validate(String, ValidationScope) - Method in class org.tentackle.maven.plugin.wizard.AbstractValidateableGenerator
- validate(Map<String, PackageInfo>) - Method in class org.tentackle.maven.plugin.wizard.OperationProfile
- validate(Map<String, PackageInfo>) - Method in class org.tentackle.maven.plugin.wizard.PdoProfile
- validate(Map<String, PackageInfo>) - Method in class org.tentackle.maven.plugin.wizard.Profile
-
Validates the profile.
All Classes All Packages