org.jpox.enhancer.method
Class JdoIsDirty
java.lang.Object
org.jpox.enhancer.method.ClassElementBuilder
org.jpox.enhancer.method.MethodBuilder
org.jpox.enhancer.method.JdoIsDirty
- public class JdoIsDirty
- extends MethodBuilder
Create jdoIsDirty() method.
- Version:
- $Revision: 1.7 $
Constructor Summary |
JdoIsDirty(java.lang.String methodName,
int type,
org.apache.bcel.generic.Type resultType,
org.apache.bcel.generic.Type[] argType,
java.lang.String[] argName,
boolean synthetic,
GeneratorBase gen,
boolean isDetachable)
Constructor |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JdoIsDirty
public JdoIsDirty(java.lang.String methodName,
int type,
org.apache.bcel.generic.Type resultType,
org.apache.bcel.generic.Type[] argType,
java.lang.String[] argName,
boolean synthetic,
GeneratorBase gen,
boolean isDetachable)
- Constructor
- Parameters:
methodName
- Name of the methodtype
- resultType
- argType
- argName
- synthetic
- gen
- isDetachable
- Whether the class is detachable
getInstance
public static JdoIsDirty getInstance(GeneratorBase gen,
boolean isDetachable)
execute
public void execute()
- Description copied from class:
ClassElementBuilder
- ClassElementBuilder routine
- Overrides:
execute
in class MethodBuilder
Copyright © -2007 . All Rights Reserved.