A B C D E F G H I J K L M N O P R S T U V W

E

endConnectionScope() - Method in class com.jenkov.mrpersister.scope.ScopingDataSource
Ends the connection scope for the tread calling this method.
endConnectionScope(Throwable) - Method in class com.jenkov.mrpersister.scope.ScopingDataSource
Ends the connection scope for the thread calling this method, and rethrows the given error (Throwable) in a ScopeException.
endTransactionScope() - Method in class com.jenkov.mrpersister.scope.ScopingDataSource
Ends the transaction scope for the thread calling this method.
equals(Object) - Method in class com.jenkov.mrpersister.impl.mapping.Key
 
equals(Object) - Method in class com.jenkov.mrpersister.impl.mapping.method.AsciiStream
 
equals(Object) - Method in class com.jenkov.mrpersister.impl.mapping.method.BinaryStream
 
equals(Object) - Method in class com.jenkov.mrpersister.impl.mapping.method.CharacterStream
 
equals(Object) - Method in class com.jenkov.mrpersister.impl.mapping.method.MethodMapping
 
equals(Object) - Method in class com.jenkov.mrpersister.impl.mapping.ObjectMapping
 
equals(Object) - Method in class com.jenkov.mrpersister.impl.mapping.ObjectMappingKey
 
equals(Object) - Method in class com.jenkov.mrpersister.itf.Database
 
execute(IDaoCommand) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
execute(IDaoCommand, Connection) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
execute(Object, IDaoCommand) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
execute(Object, IDaoCommand, Connection) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
execute(Object, IDaoCommand, Connection, IDaosFactoryStrategy) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
execute(IDaoCommand) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutorUnchecked
 
execute(IDaoCommand, Connection) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutorUnchecked
 
execute(Object, IDaoCommand) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutorUnchecked
 
execute(Object, IDaoCommand, Connection) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutorUnchecked
 
execute(PreparedStatement) - Method in class com.jenkov.mrpersister.impl.PreparedStatementManagerBase
 
execute(IDaos) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommand
Executes this dao command.
execute(IDaoCommand) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutor
Obtains a connection from the default data source, executes this dao command and closes the connection afterwards.
execute(IDaoCommand, Connection) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutor
Executes this dao command using the given connection, and closes the connection afterwards.
execute(Object, IDaoCommand) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutor
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.
execute(Object, IDaoCommand, Connection) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutor
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.
execute(IDaoCommand) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutorUnchecked
Obtains a connection from the default data source, executes this dao command and closes the connection afterwards.
execute(IDaoCommand, Connection) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutorUnchecked
Executes this dao command using the given connection, and closes the connection afterwards.
execute(Object, IDaoCommand) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutorUnchecked
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.
execute(Object, IDaoCommand, Connection) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutorUnchecked
Executes this dao command using the given connection and persistence configuration stored by the given config key, and closes the connection afterwards.
execute(IGenericDao) - Method in interface com.jenkov.mrpersister.itf.IGenericDaoCommand
Executes this dao command.
execute(IGenericDao) - Method in interface com.jenkov.mrpersister.itf.IGenericDaoTransaction
Executes this dao transaction.
execute(PreparedStatement) - Method in interface com.jenkov.mrpersister.itf.IPreparedStatementManager
Executes the PreparedStatement.
execute(IDaoCommand) - Method in class com.jenkov.mrpersister.PersistenceManager
Equivalent to calling getDaoCommandExecutor().execute(daoCommand);
executeTransaction(IDaoCommand) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
executeTransaction(IDaoCommand, Connection) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
executeTransaction(Object, IDaoCommand) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
executeTransaction(Object, IDaoCommand, Connection) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
executeTransaction(Object, IDaoCommand, Connection, IDaosFactoryStrategy) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutor
 
executeTransaction(IDaoCommand) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutorUnchecked
 
executeTransaction(IDaoCommand, Connection) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutorUnchecked
 
executeTransaction(Object, IDaoCommand) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutorUnchecked
 
executeTransaction(Object, IDaoCommand, Connection) - Method in class com.jenkov.mrpersister.impl.command.DaoCommandExecutorUnchecked
 
executeTransaction(IDaoCommand) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutor
Obtains a connection from the default data source, sets auto commit to false, executes the dao command and tries to commit the transaction.
executeTransaction(IDaoCommand, Connection) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutor
Sets auto commit to false on the given connection, executes the dao command and tries to commit the transaction.
executeTransaction(Object, IDaoCommand) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutor
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.
executeTransaction(Object, IDaoCommand, Connection) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutor
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.
executeTransaction(IDaoCommand) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutorUnchecked
Obtains a connection from the default data source, sets auto commit to false, executes the dao command and tries to commit the transaction.
executeTransaction(IDaoCommand, Connection) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutorUnchecked
Executes the dao command using the given connection, and tries to commit the transaction.
executeTransaction(Object, IDaoCommand) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutorUnchecked
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.
executeTransaction(Object, IDaoCommand, Connection) - Method in interface com.jenkov.mrpersister.itf.command.IDaoCommandExecutorUnchecked
Executes the dao command using the given connection, and tries to commit the transaction.
executeTransaction(IDaoCommand) - Method in class com.jenkov.mrpersister.PersistenceManager
Equivalent to calling getDaoCommandExecutor().executeTransaction(daoCommand);
executeTransactionUnchecked(IDaoCommand) - Method in class com.jenkov.mrpersister.PersistenceManager
Equivalent to calling getDaoCommandExecutorUnchecked().executeTransaction(daoCommand);
executeUnchecked(IDaoCommand) - Method in class com.jenkov.mrpersister.PersistenceManager
Equivalent to calling getDaoCommandExecutorUnchecked().execute(daoCommand);
executeUpdate(String) - Method in class com.jenkov.mrpersister.impl.GenericDao
 
executeUpdate(String, Collection) - Method in class com.jenkov.mrpersister.impl.GenericDao
 
executeUpdate(String, Object[]) - Method in class com.jenkov.mrpersister.impl.GenericDao
 
executeUpdate(String) - Method in interface com.jenkov.mrpersister.itf.IGenericDao
Executes the given SQL update.
executeUpdate(String, Collection) - Method in interface com.jenkov.mrpersister.itf.IGenericDao
Executes the given SQL update.
executeUpdate(String, Object[]) - Method in interface com.jenkov.mrpersister.itf.IGenericDao
Executes the given SQL update.

A B C D E F G H I J K L M N O P R S T U V W