org.apache.cayenne.gen
Class ClientClassGenerationAction
java.lang.Object
org.apache.cayenne.gen.ClassGenerationAction
org.apache.cayenne.gen.ClientClassGenerationAction
public class ClientClassGenerationAction
- extends ClassGenerationAction
- Since:
- 3.0
Fields inherited from class org.apache.cayenne.gen.ClassGenerationAction |
artifacts, artifactsGenerationMode, context, dataMap, DATAMAP_SINGLE_CLASS_TEMPLATE, DATAMAP_SUBCLASS_TEMPLATE, DATAMAP_SUPERCLASS_TEMPLATE, destDir, EMBEDDABLE_SINGLE_CLASS_TEMPLATE, EMBEDDABLE_SUBCLASS_TEMPLATE, EMBEDDABLE_SUPERCLASS_TEMPLATE, embeddableSuperTemplate, embeddableTemplate, encoding, logger, makePairs, outputPattern, overwrite, querySuperTemplate, queryTemplate, SINGLE_CLASS_TEMPLATE, SUPERCLASS_PREFIX, superPkg, superTemplate, template, templateCache, timestamp, usePkgPath |
Methods inherited from class org.apache.cayenne.gen.ClassGenerationAction |
addEmbeddables, customTemplateName, execute, execute, fileForClass, fileForSuperclass, getSuperclassPrefix, getTemplate, isOld, mkpath, openWriter, resetContextForArtifact, resetContextForArtifactTemplate, setArtifactsGenerationMode, setContext, setDataMap, setDestDir, setEmbeddableSuperTemplate, setEmbeddableTemplate, setEncoding, setLogger, setMakePairs, setOutputPattern, setOverwrite, setQuerySuperTemplate, setQueryTemplate, setSuperPkg, setSuperTemplate, setTemplate, setTimestamp, setUsePkgPath, validateAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBCLASS_TEMPLATE
public static final String SUBCLASS_TEMPLATE
- See Also:
- Constant Field Values
SUPERCLASS_TEMPLATE
public static final String SUPERCLASS_TEMPLATE
- See Also:
- Constant Field Values
DMAP_SINGLE_CLASS_TEMPLATE
public static final String DMAP_SINGLE_CLASS_TEMPLATE
- See Also:
- Constant Field Values
DMAP_SUBCLASS_TEMPLATE
public static final String DMAP_SUBCLASS_TEMPLATE
- See Also:
- Constant Field Values
DMAP_SUPERCLASS_TEMPLATE
public static final String DMAP_SUPERCLASS_TEMPLATE
- See Also:
- Constant Field Values
CLIENT_SUPERCLASS_PREFIX
public static final String CLIENT_SUPERCLASS_PREFIX
- See Also:
- Constant Field Values
ClientClassGenerationAction
public ClientClassGenerationAction()
defaultTemplateName
protected String defaultTemplateName(TemplateType type)
- Overrides:
defaultTemplateName
in class ClassGenerationAction
addEntities
public void addEntities(Collection<ObjEntity> entities)
- Description copied from class:
ClassGenerationAction
- Adds entities to the internal entity list.
- Overrides:
addEntities
in class ClassGenerationAction
addQueries
public void addQueries(Collection<Query> queries)
- Overrides:
addQueries
in class ClassGenerationAction
Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.