Interface MutationOperationGroup

    • Method Detail

      • getMutationType

        MutationType getMutationType()
        The type of mutation (at the model-level) represented by this group.
      • getMutationTarget

        MutationTarget<?> getMutationTarget()
        The model-part being mutated
      • getNumberOfOperations

        int getNumberOfOperations()
        Number of operations in this group
      • getSingleOperation

        <O extends MutationOperation> O getSingleOperation()
        Get the singular operation, assuming there is just one. Throws an exception if there are more than one.
      • getOperation

        <O extends MutationOperation> O getOperation​(String tableName)
        Get the operation for a specific table.