Uses of Interface
org.apache.cayenne.gen.Artifact

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 ClientEntityArtifact
          Client code generation artifact based on ObjEntity.
 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.
 



Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.