程序包 org.hibernate.hql.internal.ast.exec
-
接口概要 接口 说明 StatementExecutor Encapsulates the strategy required to execute various types of update, delete, and insert statements issued through HQL. -
类概要 类 说明 BasicExecutor Implementation of BasicExecutor.DeleteExecutor Provides deletions in addition to the basic SQL delete statement being executed.MultiTableDeleteExecutor Implementation of MultiTableDeleteExecutor.MultiTableUpdateExecutor Implementation of MultiTableUpdateExecutor.