Interface | Description |
---|---|
StatementExecutor |
Encapsulates the strategy required to execute various types of update, delete,
and insert statements issued through HQL.
|
Class | Description |
---|---|
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.