A B C D E F G H I L M O P Q R S T U V 

A

adapter - Variable in class org.apache.cayenne.tools.CayenneTask
 
add(EntityFilters) - Method in class org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder
 
addCatalog(Catalog) - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
addConfiguredCatalog(Catalog) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addConfiguredExcludeColumn(ExcludeColumn) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addConfiguredExcludeProcedure(ExcludeProcedure) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addConfiguredExcludeTable(ExcludeTable) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addConfiguredIncludeColumn(IncludeColumn) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addConfiguredIncludeProcedure(IncludeProcedure) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addConfiguredIncludeTable(IncludeTable) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addConfiguredName(AntNestedElement) - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
addConfiguredName(AntNestedElement) - Method in class org.apache.cayenne.tools.dbimport.config.Schema
 
addConfiguredPattern(AntNestedElement) - Method in class org.apache.cayenne.tools.dbimport.config.PatternParam
 
addConfiguredSchema(Schema) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addConfiguredTableType(AntNestedElement) - Method in class org.apache.cayenne.tools.DbImporterTask
 
addEmbeddables(Collection<Embeddable>) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
addEntities(Collection<ObjEntity>) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Adds entities to the internal entity list.
addEntities(Collection<ObjEntity>) - Method in class org.apache.cayenne.gen.ClientClassGenerationAction
 
addExcludeColumn(ExcludeColumn) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
addExcludeColumn(ExcludeColumn) - Method in class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
addExcludeProcedure(ExcludeProcedure) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
addExcludeTable(ExcludeTable) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
addIncludeColumn(IncludeColumn) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
addIncludeColumn(IncludeColumn) - Method in class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
addIncludeProcedure(IncludeProcedure) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
addIncludeTable(IncludeTable) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
additionalMaps - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
addQueries(Collection<Query>) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
addQueries(Collection<Query>) - Method in class org.apache.cayenne.gen.ClientClassGenerationAction
 
addReservedType(String) - Method in class org.apache.cayenne.gen.ImportUtils
Reserve a fully-qualified data type class name so it cannot be used by another class.
addSchema(Schema) - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
addSchema(Schema) - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
addTableType(String) - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
addText(String) - Method in class org.apache.cayenne.tools.dbimport.config.AntNestedElement
 
addText(String) - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
addText(String) - Method in class org.apache.cayenne.tools.dbimport.config.PatternParam
used my ant
addText(String) - Method in class org.apache.cayenne.tools.dbimport.config.Schema
 
addType(String) - Method in class org.apache.cayenne.gen.ImportUtils
Register a fully-qualified data type class name.
addType(Type) - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
AntNestedElement - Class in org.apache.cayenne.tools.dbimport.config
Additional class to handle element under and required for ant configuration
AntNestedElement() - Constructor for class org.apache.cayenne.tools.dbimport.config.AntNestedElement
 
Artifact - Interface in org.apache.cayenne.gen
Represents a class generation "artifact" which is a facade to a metadata object used for a given single generation template run.
ArtifactGenerationMode - Enum in org.apache.cayenne.gen
Code generator execution mode for a single artifact.
artifacts - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
ArtifactsGenerationMode - Enum in org.apache.cayenne.gen
Code generator execution mode for a collection of artifacts.
artifactsGenerationMode - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 

B

BASE_CLASS_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
 
BASE_PACKAGE_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
 
baseClassName - Variable in class org.apache.cayenne.gen.EntityUtils
 
basePackageName - Variable in class org.apache.cayenne.gen.EntityUtils
 
build() - Method in class org.apache.cayenne.tools.dbimport.config.DefaultTypeMapperBuilder
 

C

callbackNames - Variable in class org.apache.cayenne.gen.EntityUtils
 
canRegisterType(String) - Method in class org.apache.cayenne.gen.ImportUtils
 
capitalized(String) - Method in class org.apache.cayenne.gen.StringUtils
Capitalizes the first letter of the property name.
capitalizedAsConstant(String) - Method in class org.apache.cayenne.gen.StringUtils
Converts property name to Java constants naming convention.
Catalog - Class in org.apache.cayenne.tools.dbimport.config
 
Catalog() - Constructor for class org.apache.cayenne.tools.dbimport.config.Catalog
 
Catalog(String) - Constructor for class org.apache.cayenne.tools.dbimport.config.Catalog
 
CayenneGeneratorTask - Class in org.apache.cayenne.tools
An Ant task to perform class generation based on CayenneDataMap.
CayenneGeneratorTask() - Constructor for class org.apache.cayenne.tools.CayenneGeneratorTask
 
CayenneTask - Class in org.apache.cayenne.tools
Base task for all Cayenne ant tasks, providing support for common configuration items.
CayenneTask() - Constructor for class org.apache.cayenne.tools.CayenneTask
 
ClassGenerationAction - Class in org.apache.cayenne.gen
 
ClassGenerationAction() - Constructor for class org.apache.cayenne.gen.ClassGenerationAction
 
ClassGeneratorResourceLoader - Class in org.apache.cayenne.gen
Velocity template resource loader customized for Cayenne use.
ClassGeneratorResourceLoader() - Constructor for class org.apache.cayenne.gen.ClassGeneratorResourceLoader
 
classpath - Variable in class org.apache.cayenne.tools.CayenneTask
 
cleanDest - Variable in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
client - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
CLIENT_SUPERCLASS_PREFIX - Static variable in class org.apache.cayenne.gen.ClientClassGenerationAction
 
ClientClassGenerationAction - Class in org.apache.cayenne.gen
 
ClientClassGenerationAction() - Constructor for class org.apache.cayenne.gen.ClientClassGenerationAction
 
ClientDataMapArtifact - Class in org.apache.cayenne.gen
 
ClientDataMapArtifact(DataMap, Collection<Query>) - Constructor for class org.apache.cayenne.gen.ClientDataMapArtifact
 
ClientEntityArtifact - Class in org.apache.cayenne.gen
Client code generation artifact based on ObjEntity.
ClientEntityArtifact(ObjEntity) - Constructor for class org.apache.cayenne.gen.ClientEntityArtifact
 
configure(Binder) - Method in class org.apache.cayenne.tools.configuration.ToolsModule
 
configure(Binder) - Method in class org.apache.cayenne.tools.dbimport.DbImportModule
 
context - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
createConfig() - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Provides a VPPConfig object to configure.
createDataMap() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
createDataNodeDescriptor() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
createDbRelationshipName(ExportedKey, boolean) - Method in class org.apache.cayenne.map.naming.DefaultNameGenerator
 
createFK - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
createGeneratorAction() - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
 
createLoader(DbAdapter, Connection, DbLoaderDelegate) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
createLoaderDelegate() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
createMergeDelegate() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
createObjAttributeName(DbAttribute) - Method in class org.apache.cayenne.map.naming.DefaultNameGenerator
 
createObjEntityName(DbEntity) - Method in class org.apache.cayenne.map.naming.DefaultNameGenerator
 
createObjRelationshipName(DbRelationship) - Method in class org.apache.cayenne.map.naming.DefaultNameGenerator
 
createPK - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
createTables - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
customTemplateName(TemplateType) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 

D

dataMap - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
dataMap - Variable in class org.apache.cayenne.gen.DataMapArtifact
 
DATAMAP_SINGLE_CLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
DATAMAP_SUBCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
DATAMAP_SUPERCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
DATAMAP_UTILS_KEY - Static variable in class org.apache.cayenne.gen.DataMapArtifact
 
DataMapArtifact - Class in org.apache.cayenne.gen
Artifact facade for a DataMap.
DataMapArtifact(DataMap, Collection<Query>) - Constructor for class org.apache.cayenne.gen.DataMapArtifact
 
DataMapUtils - Class in org.apache.cayenne.gen
Attributes and Methods for working with Queries.
DataMapUtils() - Constructor for class org.apache.cayenne.gen.DataMapUtils
 
DataPortTask - Class in org.apache.cayenne.tools
Deprecated.
since 4.0
DataPortTask() - Constructor for class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
DbGeneratorTask - Class in org.apache.cayenne.tools
An Ant Task that is a frontend to Cayenne DbGenerator allowing schema generation from DataMap using Ant.
DbGeneratorTask() - Constructor for class org.apache.cayenne.tools.DbGeneratorTask
 
DbImportAction - Class in org.apache.cayenne.tools.dbimport
A thin wrapper around DbLoader that encapsulates DB import logic for the benefit of Ant and Maven db importers.
DbImportAction(Log, ProjectSaver, DataSourceFactory, DbAdapterFactory, MapLoader) - Constructor for class org.apache.cayenne.tools.dbimport.DbImportAction
 
DbImportConfiguration - Class in org.apache.cayenne.tools.dbimport
 
DbImportConfiguration() - Constructor for class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
DbImporterTask - Class in org.apache.cayenne.tools
 
DbImporterTask() - Constructor for class org.apache.cayenne.tools.DbImporterTask
 
DbImportModule - Class in org.apache.cayenne.tools.dbimport
A DI module that bootstraps DbImportAction.
DbImportModule() - Constructor for class org.apache.cayenne.tools.dbimport.DbImportModule
 
DefaultNameGenerator - Class in org.apache.cayenne.map.naming
A strategy for generating names of entities, attributes etc.
DefaultNameGenerator() - Constructor for class org.apache.cayenne.map.naming.DefaultNameGenerator
 
DefaultReverseEngineeringLoader - Class in org.apache.cayenne.tools.dbimport.config
 
DefaultReverseEngineeringLoader() - Constructor for class org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader
 
defaultTemplateName(TemplateType) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
defaultTemplateName(TemplateType) - Method in class org.apache.cayenne.gen.ClientClassGenerationAction
 
DefaultTypeMapperBuilder - Class in org.apache.cayenne.tools.dbimport.config
 
DefaultTypeMapperBuilder(Log, TypeMapper) - Constructor for class org.apache.cayenne.tools.dbimport.config.DefaultTypeMapperBuilder
 
destDir - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
destDir - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
destNode - Variable in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
DMAP_SINGLE_CLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClientClassGenerationAction
 
DMAP_SUBCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClientClassGenerationAction
 
DMAP_SUPERCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClientClassGenerationAction
 
driver - Variable in class org.apache.cayenne.tools.CayenneTask
 
DriverDataSourceFactory - Class in org.apache.cayenne.tools.configuration
 
DriverDataSourceFactory(AdhocObjectFactory) - Constructor for class org.apache.cayenne.tools.configuration.DriverDataSourceFactory
 
dropPK - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 
dropTables - Variable in class org.apache.cayenne.tools.DbGeneratorTask
 

E

ejbqlQueries - Variable in class org.apache.cayenne.gen.DataMapArtifact
 
embeddable - Variable in class org.apache.cayenne.gen.EmbeddableArtifact
 
EMBEDDABLE_SINGLE_CLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
EMBEDDABLE_SUBCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
EMBEDDABLE_SUPERCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
EmbeddableArtifact - Class in org.apache.cayenne.gen
Artifact facade for an Embeddable.
EmbeddableArtifact(Embeddable) - Constructor for class org.apache.cayenne.gen.EmbeddableArtifact
 
embeddableSuperTemplate - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
embeddablesupertemplate - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
embeddableTemplate - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
embeddabletemplate - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
encoding - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
encoding - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
entity - Variable in class org.apache.cayenne.gen.EntityArtifact
 
ENTITY_UTILS_KEY - Static variable in class org.apache.cayenne.gen.EntityArtifact
 
EntityArtifact - Class in org.apache.cayenne.gen
Artifact facade for an ObjEntity.
EntityArtifact(ObjEntity) - Constructor for class org.apache.cayenne.gen.EntityArtifact
 
EntityUtils - Class in org.apache.cayenne.gen
Attributes and Methods for working with ObjEntities.
EntityUtils(DataMap, ObjEntity, String, String, String) - Constructor for class org.apache.cayenne.gen.EntityUtils
 
equals(Object) - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
equals(Object) - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
ExcludeColumn - Class in org.apache.cayenne.tools.dbimport.config
 
ExcludeColumn() - Constructor for class org.apache.cayenne.tools.dbimport.config.ExcludeColumn
 
ExcludeColumn(String) - Constructor for class org.apache.cayenne.tools.dbimport.config.ExcludeColumn
 
excludeEntitiesPattern - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
ExcludeProcedure - Class in org.apache.cayenne.tools.dbimport.config
 
ExcludeProcedure() - Constructor for class org.apache.cayenne.tools.dbimport.config.ExcludeProcedure
 
ExcludeProcedure(String) - Constructor for class org.apache.cayenne.tools.dbimport.config.ExcludeProcedure
 
ExcludeTable - Class in org.apache.cayenne.tools
 
ExcludeTable() - Constructor for class org.apache.cayenne.tools.ExcludeTable
 
ExcludeTable(String) - Constructor for class org.apache.cayenne.tools.ExcludeTable
 
excludeTables - Variable in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
execute() - Method in class org.apache.cayenne.gen.ClassGenerationAction
Executes class generation once per each artifact.
execute(Artifact) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Executes class generation for a single artifact.
execute() - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Executes the task.
execute() - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
execute() - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
execute(DbImportConfiguration) - Method in class org.apache.cayenne.tools.dbimport.DbImportAction
 
execute() - Method in class org.apache.cayenne.tools.DbImporterTask
 

F

fileForClass() - Method in class org.apache.cayenne.gen.ClassGenerationAction
Returns a target file where a generated class must be saved.
fileForSuperclass() - Method in class org.apache.cayenne.gen.ClassGenerationAction
Returns a target file where a generated superclass must be saved.
FilterContainer - Class in org.apache.cayenne.tools.dbimport.config
 
FilterContainer() - Constructor for class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
filtersConfig() - Method in class org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder
 
FiltersConfigBuilder - Class in org.apache.cayenne.tools.dbimport.config
 
FiltersConfigBuilder(ReverseEngineering) - Constructor for class org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder
 
formatJavaType(String, boolean) - Method in class org.apache.cayenne.gen.ImportUtils
Performs processing similar to formatJavaType(String), with special handling of primitive types and their Java class counterparts.
formatJavaType(String) - Method in class org.apache.cayenne.gen.ImportUtils
Removes registered package and non-reserved registered type name prefixes from java types
formatJavaTypeAsNonBooleanPrimitive(String) - Method in class org.apache.cayenne.gen.ImportUtils
 
formatVariableName(String) - Method in class org.apache.cayenne.gen.StringUtils
Prepends underscore to variable name if necessary to remove conflict with reserved keywords.

G

generate() - Method in class org.apache.cayenne.gen.ImportUtils
Generate package and list of import statements based on the registered types.
getAdapter(Injector, DataSource) - Method in class org.apache.cayenne.tools.CayenneTask
 
getAdapter() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getAllEntities(DataNode, DataNode) - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
getCallbackNames() - Method in class org.apache.cayenne.gen.EntityUtils
 
getCatalogs() - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
getDataMap() - Method in class org.apache.cayenne.gen.DataMapArtifact
 
getDataMapFile() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getDataMapName() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getDataSource(DataNodeDescriptor) - Method in class org.apache.cayenne.tools.configuration.DriverDataSourceFactory
 
getDataSourceInfo() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getDbLoaderConfig() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getDbMergerConfig() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getDefaultPackage() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getDriver() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getEntityResolver() - Method in class org.apache.cayenne.gen.EntityUtils
Returns the EntityResolver for this set of DataMaps.
getExcludeColumns() - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
getExcludeColumns() - Method in class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
getExcludeProcedures() - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
getExcludeTables() - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
getIncludeColumns() - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
getIncludeColumns() - Method in class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
getIncludeProcedures() - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
getIncludeTables() - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
getInstance() - Static method in class org.apache.cayenne.gen.StringUtils
 
getJava() - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
getJdbc() - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
getLabel() - Method in enum org.apache.cayenne.gen.ArtifactsGenerationMode
 
getLength() - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
getLogger() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getMap() - Method in class org.apache.cayenne.tools.DbImporterTask
 
getMapKeyType(ObjRelationship) - Method in class org.apache.cayenne.gen.EntityUtils
Returns the map key type for a collection relationship of type java.util.Map.
getMapperClassName() - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
getMeaningfulPkTables() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
Returns a comma-separated list of Perl5 regular expressions that match table names for which DbImportAction should include ObjAttribute for PK.
getName() - Method in class org.apache.cayenne.tools.dbimport.config.AntNestedElement
 
getName() - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
getName() - Method in class org.apache.cayenne.tools.dbimport.config.Schema
 
getNameGenerator() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getNamingStrategy() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getNotNull() - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
getObject() - Method in interface org.apache.cayenne.gen.Artifact
Returns a mapping metadata object for this artifact.
getObject() - Method in class org.apache.cayenne.gen.DataMapArtifact
 
getObject() - Method in class org.apache.cayenne.gen.EmbeddableArtifact
 
getObject() - Method in class org.apache.cayenne.gen.EntityArtifact
Returns ObjEntity.
getParameterNames(SelectQuery<?>) - Method in class org.apache.cayenne.gen.DataMapUtils
Get all parameter names that used in query qualifier.
getParameterType(SelectQuery<?>, String) - Method in class org.apache.cayenne.gen.DataMapUtils
Get type of parameter for given name.
getPassword() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getPattern() - Method in class org.apache.cayenne.tools.dbimport.config.PatternParam
 
getPrecision() - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
getPrimaryDataMap() - Method in class org.apache.cayenne.gen.EntityUtils
 
getQualifiedBaseClassName() - Method in interface org.apache.cayenne.gen.Artifact
 
getQualifiedBaseClassName() - Method in class org.apache.cayenne.gen.ClientDataMapArtifact
 
getQualifiedBaseClassName() - Method in class org.apache.cayenne.gen.ClientEntityArtifact
 
getQualifiedBaseClassName() - Method in class org.apache.cayenne.gen.DataMapArtifact
 
getQualifiedBaseClassName() - Method in class org.apache.cayenne.gen.EmbeddableArtifact
 
getQualifiedBaseClassName() - Method in class org.apache.cayenne.gen.EntityArtifact
 
getQualifiedClassName() - Method in interface org.apache.cayenne.gen.Artifact
 
getQualifiedClassName() - Method in class org.apache.cayenne.gen.ClientDataMapArtifact
 
getQualifiedClassName() - Method in class org.apache.cayenne.gen.ClientEntityArtifact
 
getQualifiedClassName() - Method in class org.apache.cayenne.gen.DataMapArtifact
 
getQualifiedClassName() - Method in class org.apache.cayenne.gen.EmbeddableArtifact
 
getQualifiedClassName() - Method in class org.apache.cayenne.gen.EntityArtifact
 
getQueryMethodName(Query) - Method in class org.apache.cayenne.gen.DataMapUtils
Return valid method name based on query name (replace all illegal characters with underscore '_').
getQueryNames() - Method in class org.apache.cayenne.gen.DataMapArtifact
 
getResourceStream(String) - Method in class org.apache.cayenne.gen.ClassGeneratorResourceLoader
Returns resource as InputStream.
getReverseEngineering() - Method in class org.apache.cayenne.tools.DbImporterTask
 
getScale() - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
getSchemas() - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
getSchemas() - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
getSelectQueries() - Method in class org.apache.cayenne.gen.DataMapArtifact
 
getSingleClassType() - Method in class org.apache.cayenne.gen.EntityArtifact
 
getSkipPrimaryKeyLoading() - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
getSkipRelationshipsLoading() - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
getSubclassType() - Method in class org.apache.cayenne.gen.EntityArtifact
 
getSuperclassPrefix() - Method in class org.apache.cayenne.gen.ClassGenerationAction
Returns a String used to prefix class name to create a generated superclass.
getSuperClassType() - Method in class org.apache.cayenne.gen.EntityArtifact
 
getTableTypes() - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
getTemplate(TemplateType) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
getTemplateTypes(ArtifactGenerationMode) - Method in interface org.apache.cayenne.gen.Artifact
 
getTemplateTypes(ArtifactGenerationMode) - Method in class org.apache.cayenne.gen.DataMapArtifact
 
getTemplateTypes(ArtifactGenerationMode) - Method in class org.apache.cayenne.gen.EmbeddableArtifact
 
getTemplateTypes(ArtifactGenerationMode) - Method in class org.apache.cayenne.gen.EntityArtifact
 
getTypes() - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
getUrl() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getUsePrimitives() - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
getUsername() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
getVppContext() - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
 

H

hashCode() - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
hashCode() - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
hasParameters(SelectQuery<?>) - Method in class org.apache.cayenne.gen.DataMapUtils
 
hasQueryNames() - Method in class org.apache.cayenne.gen.DataMapArtifact
 
hasSelectQueries() - Method in class org.apache.cayenne.gen.DataMapArtifact
 
hasToManyDeclaredRelationships() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity contains at least one toMany relationship, ignoring those declared in superentities.
hasToManyDeclaredRelationships(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if an ObjEntity contains at least one toMany relationship, ignoring those declared in superentities.
hasToManyRelationships() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity contains at least one toMany relationship.
hasToManyRelationships(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if an ObjEntity contains at least one toMany relationship.
hasToOneDeclaredRelationships() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity contains at least one toOne relationship, ignoring those declared in superentities.
hasToOneDeclaredRelationships(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if an ObjEntity contains at least one toOne relationship, ignoring those declared in superentities.
hasToOneRelationships() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity contains at least one toOne relationship.
hasToOneRelationships(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if an ObjEntity contains at least one toOne relationship.

I

IMPORT_UTILS_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
 
importOrdering - Static variable in class org.apache.cayenne.gen.ImportUtils
 
importTypesMap - Variable in class org.apache.cayenne.gen.ImportUtils
 
ImportUtils - Class in org.apache.cayenne.gen
Methods for mangling strings.
ImportUtils() - Constructor for class org.apache.cayenne.gen.ImportUtils
 
IncludeColumn - Class in org.apache.cayenne.tools.dbimport.config
 
IncludeColumn() - Constructor for class org.apache.cayenne.tools.dbimport.config.IncludeColumn
 
IncludeColumn(String) - Constructor for class org.apache.cayenne.tools.dbimport.config.IncludeColumn
 
includeEntitiesPattern - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
IncludeProcedure - Class in org.apache.cayenne.tools.dbimport.config
 
IncludeProcedure() - Constructor for class org.apache.cayenne.tools.dbimport.config.IncludeProcedure
 
IncludeProcedure(String) - Constructor for class org.apache.cayenne.tools.dbimport.config.IncludeProcedure
 
IncludeTable - Class in org.apache.cayenne.tools.dbimport.config
 
IncludeTable() - Constructor for class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
IncludeTable(String) - Constructor for class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
includeTables - Variable in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
initializeDataMap(DataMap) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
isAbstract() - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity is defined as abstract.
isAbstract(ObjEntity) - Method in class org.apache.cayenne.gen.EntityUtils
Returns true if current ObjEntity is defined as abstract.
isBoolean(String) - Method in class org.apache.cayenne.gen.ImportUtils
 
isEmptyContainer() - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
isEmptyContainer() - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
isNonBooleanPrimitive(String) - Method in class org.apache.cayenne.gen.ImportUtils
 
isOld(File) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Returns true if file parameter is older than internal timestamp of this class generator.
isOverwrite() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
isSuperclass() - Method in enum org.apache.cayenne.gen.TemplateType
 
isUsePrimitives() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
isValidParameterNames(SelectQuery<?>) - Method in class org.apache.cayenne.gen.DataMapUtils
 

L

load(Resource) - Method in class org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader
 
load(Resource) - Method in interface org.apache.cayenne.tools.dbimport.config.ReverseEngineeringLoader
 
loadDataMap() - Method in class org.apache.cayenne.tools.CayenneTask
Loads and returns DataMap based on map attribute.
loadFromAbsPath(String) - Method in class org.apache.cayenne.gen.ClassGeneratorResourceLoader
 
loadFromRelativePath(String) - Method in class org.apache.cayenne.gen.ClassGeneratorResourceLoader
 
loadFromThisClassLoader(String) - Method in class org.apache.cayenne.gen.ClassGeneratorResourceLoader
 
loadFromThreadClassLoader(String) - Method in class org.apache.cayenne.gen.ClassGeneratorResourceLoader
 
logger - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 

M

makePairs - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
makepairs - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
map - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
map - Variable in class org.apache.cayenne.tools.CayenneTask
 
maps - Variable in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
mkpath(File, String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Returns a File object corresponding to a directory where files that belong to pkgName package should reside.
mode - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 

O

OBJECT_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
Root object, such as ObjEntity or Embeddable, etc.
objEntity - Variable in class org.apache.cayenne.gen.EntityUtils
 
openWriter(TemplateType) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Opens a Writer to write generated output.
org.apache.cayenne.gen - package org.apache.cayenne.gen
Contains classes that provide Java source generation facility.
org.apache.cayenne.map.naming - package org.apache.cayenne.map.naming
 
org.apache.cayenne.tools - package org.apache.cayenne.tools
Command line tools and Ant tasks.
org.apache.cayenne.tools.configuration - package org.apache.cayenne.tools.configuration
 
org.apache.cayenne.tools.dbimport - package org.apache.cayenne.tools.dbimport
 
org.apache.cayenne.tools.dbimport.config - package org.apache.cayenne.tools.dbimport.config
 
outputPattern - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
outputPattern - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
overwrite - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
overwrite - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 

P

packageName - Variable in class org.apache.cayenne.gen.ImportUtils
 
password - Variable in class org.apache.cayenne.tools.CayenneTask
 
PatternParam - Class in org.apache.cayenne.tools.dbimport.config
 
PatternParam() - Constructor for class org.apache.cayenne.tools.dbimport.config.PatternParam
 
PatternParam(String) - Constructor for class org.apache.cayenne.tools.dbimport.config.PatternParam
 
pluralize(String) - Method in class org.apache.cayenne.gen.StringUtils
Converts entity or property name to a plural form.
postInitContext(VelocityContext) - Method in interface org.apache.cayenne.gen.Artifact
A callback method that allows each artifact to add its own special keys to the context.
postInitContext(VelocityContext) - Method in class org.apache.cayenne.gen.DataMapArtifact
 
postInitContext(VelocityContext) - Method in class org.apache.cayenne.gen.EmbeddableArtifact
 
postInitContext(VelocityContext) - Method in class org.apache.cayenne.gen.EntityArtifact
 
primaryDataMap - Variable in class org.apache.cayenne.gen.EntityUtils
 
procedureQueries - Variable in class org.apache.cayenne.gen.DataMapArtifact
 
projectFile - Variable in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 

Q

queryNames - Variable in class org.apache.cayenne.gen.DataMapArtifact
 
querySuperTemplate - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
querysupertemplate - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
queryTemplate - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
querytemplate - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 

R

reservedImportTypesMap - Variable in class org.apache.cayenne.gen.ImportUtils
 
resetContextForArtifact(Artifact) - Method in class org.apache.cayenne.gen.ClassGenerationAction
VelocityContext initialization method called once per artifact.
resetContextForArtifactTemplate(Artifact, TemplateType) - Method in class org.apache.cayenne.gen.ClassGenerationAction
VelocityContext initialization method called once per each artifact and template type combination.
ReverseEngineering - Class in org.apache.cayenne.tools.dbimport.config
 
ReverseEngineering() - Constructor for class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
ReverseEngineeringLoader - Interface in org.apache.cayenne.tools.dbimport.config
 

S

schema(Schema) - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
Schema - Class in org.apache.cayenne.tools.dbimport.config
 
Schema() - Constructor for class org.apache.cayenne.tools.dbimport.config.Schema
 
Schema(String) - Constructor for class org.apache.cayenne.tools.dbimport.config.Schema
 
selectQueries - Variable in class org.apache.cayenne.gen.DataMapArtifact
 
set(String) - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
set(String) - Method in class org.apache.cayenne.tools.dbimport.config.PatternParam
used my maven
set(String) - Method in class org.apache.cayenne.tools.dbimport.config.Schema
 
setAdapter(String) - Method in class org.apache.cayenne.tools.CayenneTask
Sets the db adapter.
setAdapter(String) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setAdapter(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setAdditionalMaps(Path) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets the additional DataMaps.
setArtifactsGenerationMode(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
setCatalogs(Collection<Catalog>) - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
setClasspath(Path) - Method in class org.apache.cayenne.tools.CayenneTask
Sets the classpath used by the task.
setClasspathRef(Reference) - Method in class org.apache.cayenne.tools.CayenneTask
Sets the classpath reference used by the task.
setCleanDest(boolean) - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
setClient(boolean) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets client property.
setContext(VelocityContext) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets an optional shared VelocityContext.
setCreateFK(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setCreatePK(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setCreateTables(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setDataMap(DataMap) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
setDataMapFile(File) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setDefaultPackage(String) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setDefaultPackage(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setDestDir(File) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets the destDir.
setDestDir(File) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets the destDir.
setDestNode(String) - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
setDriver(String) - Method in class org.apache.cayenne.tools.CayenneTask
Sets the JDBC driver used to connect to the database server.
setDriver(String) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setDriver(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setDropPK(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setDropTables(boolean) - Method in class org.apache.cayenne.tools.DbGeneratorTask
 
setEmbeddableSuperTemplate(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
setEmbeddablesupertemplate(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
 
setEmbeddableTemplate(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
setEmbeddabletemplate(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
 
setEncoding(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets file encoding.
setEncoding(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets encoding property that allows to generate files using non-default encoding.
setExcludeColumns(Collection<ExcludeColumn>) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
setExcludeColumns(Collection<ExcludeColumn>) - Method in class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
setExcludeEntities(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets excludeEntitiesPattern property.
setExcludeProcedures(Collection<ExcludeProcedure>) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
setExcludeTables(String) - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
setExcludeTables(Collection<ExcludeTable>) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
setExcludeTables(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setFiltersConfig(FiltersConfig) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setImportProcedures(boolean) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setIncludeColumns(Collection<IncludeColumn>) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
setIncludeColumns(Collection<IncludeColumn>) - Method in class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
setIncludeEntities(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets includeEntitiesPattern property.
setIncludeProcedures(Collection<IncludeProcedure>) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
setIncludeTables(String) - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
setIncludeTables(Collection<IncludeTable>) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
setIncludeTables(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setJava(String) - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
setJdbc(String) - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
setLength(Integer) - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
setLogger(Log) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Injects an optional logger that will be used to trace generated files at the info level.
setLogger(Log) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setMakePairs(boolean) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets makepairs property.
setMakepairs(boolean) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets makepairs property.
setMap(File) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets the map.
setMap(File) - Method in class org.apache.cayenne.tools.CayenneTask
Sets the map.
setMap(File) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setMapperClassName(String) - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
setMaps(String) - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
setMeaningfulPk(boolean) - Method in class org.apache.cayenne.tools.DbImporterTask
setMeaningfulPkTables(String) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setMeaningfulPkTables(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setMode(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets mode property.
setName(String) - Method in class org.apache.cayenne.tools.dbimport.config.AntNestedElement
 
setName(String) - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
setName(String) - Method in class org.apache.cayenne.tools.dbimport.config.Schema
 
setNamingStrategy(String) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setNamingStrategy(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setNotNull(Boolean) - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
setOutputPattern(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets outputPattern property.
setOutputPattern(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets outputPattern property.
setOverwrite(boolean) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets overwrite property.
setOverwrite(boolean) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets overwrite property.
setOverwrite(boolean) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setOverwrite(boolean) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setPackage(String) - Method in class org.apache.cayenne.gen.ImportUtils
Add the package name to use for this importUtil invocation.
setPassword(String) - Method in class org.apache.cayenne.tools.CayenneTask
Sets the password used to connect to the database server.
setPassword(String) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setPassword(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setPattern(String) - Method in class org.apache.cayenne.tools.dbimport.config.PatternParam
 
setPrecision(Integer) - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
setProcedurePattern(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setProjectFile(File) - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
setQuerySuperTemplate(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
setQuerySupertemplate(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets querysupertemplate property.
setQueryTemplate(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
setQueryTemplate(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets querytemplate property.
setScale(Integer) - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
setSchema(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setSchemaName(String) - Method in class org.apache.cayenne.tools.DbImporterTask
Deprecated.
setSchemas(Collection<Schema>) - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
setSchemas(Collection<Schema>) - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
setSkipPrimaryKeyLoading(Boolean) - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
setSkipPrimaryKeyLoading(Boolean) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setSkipRelationshipsLoading(Boolean) - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
setSkipRelationshipsLoading(Boolean) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setSkipRelationshipsLoading(Boolean) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setSrcNode(String) - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
setSuperPkg(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets "superPkg" property value.
setSuperpkg(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets superpkg property.
setSuperTemplate(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets superTemplate property.
setSupertemplate(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets supertemplate property.
setTablePattern(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setTableTypes(Collection<String>) - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
setTableTypes(String[]) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setTemplate(String) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets template property.
setTemplate(String) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets template property.
setTimestamp(long) - Method in class org.apache.cayenne.gen.ClassGenerationAction
 
setTypes(Collection<Type>) - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
setUrl(String) - Method in class org.apache.cayenne.tools.CayenneTask
Sets the JDBC URL used to connect to the database server.
setUrl(String) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setUrl(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setUsePkgPath(boolean) - Method in class org.apache.cayenne.gen.ClassGenerationAction
Sets usepkgpath property.
setUsepkgpath(boolean) - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Sets usepkgpath property.
setUsePrimitives(Boolean) - Method in class org.apache.cayenne.tools.dbimport.config.DefaultTypeMapperBuilder
 
setUsePrimitives(Boolean) - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
setUsePrimitives(boolean) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setUsePrimitives(boolean) - Method in class org.apache.cayenne.tools.DbImporterTask
 
setUserName(String) - Method in class org.apache.cayenne.tools.CayenneTask
Sets the username used to connect to the database server.
setUsername(String) - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
setUserName(String) - Method in class org.apache.cayenne.tools.DbImporterTask
 
SINGLE_CLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
sort(List<MergerToken>) - Static method in class org.apache.cayenne.tools.dbimport.DbImportAction
 
sqlTemplateQueries - Variable in class org.apache.cayenne.gen.DataMapArtifact
 
srcNode - Variable in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
STRING_UTILS_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
 
StringUtils - Class in org.apache.cayenne.gen
Methods for mangling strings.
StringUtils() - Constructor for class org.apache.cayenne.gen.StringUtils
 
stripClass(String) - Method in class org.apache.cayenne.gen.StringUtils
Removes base name, leaving package name.
stripPackageName(String) - Method in class org.apache.cayenne.gen.StringUtils
Removes package name, leaving base name.
SUB_CLASS_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
 
SUB_PACKAGE_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
 
SUBCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
SUBCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClientClassGenerationAction
 
subClassName - Variable in class org.apache.cayenne.gen.EntityUtils
 
subPackageName - Variable in class org.apache.cayenne.gen.EntityUtils
 
SUPER_CLASS_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
 
SUPER_PACKAGE_KEY - Static variable in interface org.apache.cayenne.gen.Artifact
 
SUPERCLASS_PREFIX - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
SUPERCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClassGenerationAction
 
SUPERCLASS_TEMPLATE - Static variable in class org.apache.cayenne.gen.ClientClassGenerationAction
 
superClassName - Variable in class org.apache.cayenne.gen.EntityUtils
 
superPackageName - Variable in class org.apache.cayenne.gen.EntityUtils
 
superPkg - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
superpkg - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
superTemplate - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
supertemplate - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 

T

template - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
template - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
templateCache - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
TemplateType - Enum in org.apache.cayenne.gen
Defines class generation template types.
timestamp - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
ToolsModule - Class in org.apache.cayenne.tools.configuration
A DI module to bootstrap DI container for Cayenne Ant tasks and Maven plugins.
ToolsModule(Log) - Constructor for class org.apache.cayenne.tools.configuration.ToolsModule
 
toParameters() - Method in class org.apache.cayenne.tools.DbImporterTask
 
toString() - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
toString(String) - Method in class org.apache.cayenne.tools.dbimport.config.Catalog
 
toString() - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
toString(String) - Method in class org.apache.cayenne.tools.dbimport.config.FilterContainer
 
toString() - Method in class org.apache.cayenne.tools.dbimport.config.IncludeTable
 
toString() - Method in class org.apache.cayenne.tools.dbimport.config.PatternParam
 
toString() - Method in class org.apache.cayenne.tools.dbimport.config.ReverseEngineering
 
toString() - Method in class org.apache.cayenne.tools.dbimport.config.Schema
 
toString(String) - Method in class org.apache.cayenne.tools.dbimport.config.Schema
 
toString() - Method in class org.apache.cayenne.tools.dbimport.config.Type
 
toString() - Method in class org.apache.cayenne.tools.dbimport.config.TypeMapper
 
toString() - Method in class org.apache.cayenne.tools.dbimport.DbImportConfiguration
 
Type - Class in org.apache.cayenne.tools.dbimport.config
 
Type() - Constructor for class org.apache.cayenne.tools.dbimport.config.Type
 
TypeMapper - Class in org.apache.cayenne.tools.dbimport.config
 
TypeMapper() - Constructor for class org.apache.cayenne.tools.dbimport.config.TypeMapper
 

U

uncapitalized(String) - Static method in class org.apache.cayenne.gen.StringUtils
Returns string with lowercased first letter
url - Variable in class org.apache.cayenne.tools.CayenneTask
 
usePkgPath - Variable in class org.apache.cayenne.gen.ClassGenerationAction
 
usepkgpath - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
userName - Variable in class org.apache.cayenne.tools.CayenneTask
 

V

validateAttributes() - Method in class org.apache.cayenne.gen.ClassGenerationAction
Validates the state of this class generator.
validateAttributes() - Method in class org.apache.cayenne.tools.CayenneGeneratorTask
Validates attributes that are not related to internal DefaultClassGenerator.
validateAttributes() - Method in class org.apache.cayenne.tools.DbGeneratorTask
Validates attributes that are not related to internal DefaultClassGenerator.
validateAttributes() - Method in class org.apache.cayenne.tools.DbImporterTask
Validates attributes that are not related to internal DefaultClassGenerator.
validateParameters() - Method in class org.apache.cayenne.tools.DataPortTask
Deprecated.
 
valueOf(String) - Static method in enum org.apache.cayenne.gen.ArtifactGenerationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cayenne.gen.ArtifactsGenerationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cayenne.gen.TemplateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cayenne.gen.ArtifactGenerationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cayenne.gen.ArtifactsGenerationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cayenne.gen.TemplateType
Returns an array containing the constants of this enum type, in the order they are declared.
vppConfig - Variable in class org.apache.cayenne.tools.CayenneGeneratorTask
 
A B C D E F G H I L M O P Q R S T U V 

Copyright © 2001–2015 Apache Cayenne. All rights reserved.