Class Request

    • Constructor Detail

      • Request

        public Request​(DatastoreClass table)
        Constructor, taking the table to use for the request.
        Parameters:
        table - The Table to use for the request.
    • Method Detail

      • execute

        public abstract void execute​(org.datanucleus.state.DNStateManager sm)
        Method to execute the request - to be implemented by deriving classes.
        Parameters:
        sm - StateManager for the object in question.