类 DeleteExecutor

  • 所有已实现的接口:
    StatementExecutor

    public class DeleteExecutor
    extends BasicExecutor
    Provides deletions in addition to the basic SQL delete statement being executed. Ex: cascading the delete into a many-to-many join table.
    作者:
    Brett Meyer