Class NopObject

  • All Implemented Interfaces:
    IDatabaseObject

    public class NopObject
    extends BaseObject
    A NOP (no operation) object which can be used to simplify dependencies by making this object depend on other, then everything else simply depend on this, should that be the sort of behavior you want.
    • Constructor Detail

      • NopObject

        public NopObject​(java.lang.String schemaName,
                         java.lang.String objectName)
        Public constructor
        Parameters:
        schemaName -
        objectName -