BATCH-1307: added documentation to clarify limitations of MapJobRepositoryFactoryBean.

This commit is contained in:
dsyer
2009-06-28 07:26:01 +00:00
parent c18c341e7f
commit 3fa5a937d6
4 changed files with 61 additions and 37 deletions

View File

@@ -41,7 +41,9 @@ import org.springframework.transaction.support.TransactionSynchronizationManager
* Works well with collections and maps for testing transactional behaviour
* without needing a database. The base implementation handles lists, sets and
* maps. Subclasses can implement {@link #begin(Object)} and
* {@link #commit(Object, Object)} to provide support for other resources.
* {@link #commit(Object, Object)} to provide support for other resources.<br/>
*
* Not intended for multi-threaded use.
*
* @author Dave Syer
*