|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Artifact | |
---|---|
org.apache.cayenne.gen | Contains classes that provide Java source generation facility. |
Uses of Artifact in org.apache.cayenne.gen |
---|
Classes in org.apache.cayenne.gen that implement Artifact | |
---|---|
class |
ClientDataMapArtifact
|
class |
ClientEntityArtifact
Client code generation artifact based on ObjEntity. |
class |
DataMapArtifact
Artifact facade for a DataMap. |
class |
EmbeddableArtifact
Artifact facade for an Embeddable . |
class |
EntityArtifact
Artifact facade for an ObjEntity. |
Fields in org.apache.cayenne.gen with type parameters of type Artifact | |
---|---|
protected Collection<Artifact> |
ClassGenerationAction.artifacts
|
Methods in org.apache.cayenne.gen with parameters of type Artifact | |
---|---|
protected void |
ClassGenerationAction.execute(Artifact artifact)
Executes class generation for a single artifact. |
protected void |
ClassGenerationAction1_1.execute(Artifact artifact)
Deprecated. |
protected void |
ClassGenerationAction.resetContextForArtifact(Artifact artifact)
VelocityContext initialization method called once per artifact. |
protected void |
ClassGenerationAction1_1.resetContextForArtifact(Artifact artifact)
Deprecated. |
protected void |
ClassGenerationAction.resetContextForArtifactTemplate(Artifact artifact,
TemplateType templateType)
VelocityContext initialization method called once per each artifact and template type combination. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |