Obtains a connection from the data source set on the IPersistenceConfiguration stored by the
given configKey (in the persistence managers config factory), executes this dao command and closes
the connection afterwards.
Executes the dao command using the given connection and the IPersistenceConfiguration stored
by the given configKey in the persistence managers config factory), and closes the connection
afterwards.
Obtains a connection from the data source set on the IPersistenceConfiguration stored by the
given configKey (in the persistence managers config factory), executes this dao command and closes
the connection afterwards.
Executes this dao command using the given connection and persistence configuration stored by the
given config key, and closes the connection afterwards.
Obtains a connection from the data source set on the IPersistenceConfiguration stored by the
given configKey (in the persistence managers config factory), sets auto commit to false,
executes the dao command and tries to commit the transaction.
Obtains the persistence configuration stored by the given config key,
(in the persistence managers config factory), sets auto commit to false on the given connection,
executes the dao command, and tries to commit the transaction.
Obtains a connection from the data source set on the IPersistenceConfiguration stored by the
given configKey (in the persistence managers config factory), sets auto commit to false,
executes the dao command and tries to commit the transaction.