org.datanucleus.enhancer.asm.method
Class JdoIsDeleted
java.lang.Object
org.datanucleus.enhancer.ClassMethod
org.datanucleus.enhancer.asm.ASMClassMethod
org.datanucleus.enhancer.asm.method.JdoIsXXX
org.datanucleus.enhancer.asm.method.JdoIsDeleted
public class JdoIsDeleted
- extends JdoIsXXX
Method to generate the method "jdoIsDeleted" using ASM.
| Methods inherited from class org.datanucleus.enhancer.asm.method.JdoIsXXX |
execute |
JdoIsDeleted
public JdoIsDeleted(ClassEnhancer enhancer,
String name,
int access,
Object returnType,
Object[] argTypes,
String[] argNames)
- Constructor.
- Parameters:
enhancer - ClassEnhancername - Name of methodaccess - Access typereturnType - Return typeargTypes - Argument typesargNames - Argument names
getInstance
public static JdoIsDeleted getInstance(ClassEnhancer enhancer)
getStateManagerIsMethod
protected String getStateManagerIsMethod()
- Method returning the name of the method on the StateManager that gives the return info.
- Specified by:
getStateManagerIsMethod in class JdoIsXXX
- Returns:
- Name of the StateManager method (isNew, isPersistent, isDeleted etc)
Copyright © 2012. All Rights Reserved.