Interface GeneratedMutation<O extends MutationOperation>

All Superinterfaces:
SqlAstNode, Statement, TableMutation<O>

public interface GeneratedMutation<O extends MutationOperation> extends TableMutation<O>
Marker interface representing TableMutations whose SQL Hibernate has generated, as opposed to custom SQL provided by the user.