Class IsDeleted


  • public class IsDeleted
    extends IsXXX
    Method to generate the method "dnIsDeleted" using ASM.
    • Constructor Detail

      • IsDeleted

        public IsDeleted​(ClassEnhancer enhancer,
                         String name,
                         int access,
                         Object returnType,
                         Object[] argTypes,
                         String[] argNames)
        Constructor.
        Parameters:
        enhancer - ClassEnhancer
        name - Name of method
        access - Access type
        returnType - Return type
        argTypes - Argument types
        argNames - Argument names
    • Method Detail

      • getStateManagerIsMethod

        protected String getStateManagerIsMethod()
        Method returning the name of the method on the StateManager that gives the return info.
        Specified by:
        getStateManagerIsMethod in class IsXXX
        Returns:
        Name of the StateManager method (isNew, isPersistent, isDeleted etc)