org.apache.cayenne.gen
Class ClientEntityArtifact
java.lang.Object
org.apache.cayenne.gen.EntityArtifact
org.apache.cayenne.gen.ClientEntityArtifact
- All Implemented Interfaces:
- Artifact
public class ClientEntityArtifact
- extends EntityArtifact
Client code generation artifact based on ObjEntity.
- Since:
- 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientEntityArtifact
public ClientEntityArtifact(ObjEntity entity)
getQualifiedBaseClassName
public String getQualifiedBaseClassName()
- Specified by:
getQualifiedBaseClassName
in interface Artifact
- Overrides:
getQualifiedBaseClassName
in class EntityArtifact
getQualifiedClassName
public String getQualifiedClassName()
- Specified by:
getQualifiedClassName
in interface Artifact
- Overrides:
getQualifiedClassName
in class EntityArtifact
Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.