| Provides execution of CompiledStatement objects.
If multiple threads access a CompiledStatementExecutor.execute()
concurrently, they must be synchronized externally, relative to both
this object's Session and the Session's Database object. Internally, this
is accomplished in Session.execute() by synchronizing on the Session
object's Database object.
author: boucherb@users version: 1.7.2 since: 1.7.2 |