This class provides a way to find out what entities of a certain type that are contained in
within a transaction. It is attached to a specific instance of a container.
This class interfaces with the static GlobalTxEntityMap. EntitySynchronizationInterceptor
registers tx/entity pairs through this class.
Used in EntitySynchronizationInterceptor.
Version:
$Revision: 1.1.2.1 $
Revisions:
Revisions:
2001/08/06: billb
Got rid of disassociate and added a javax.transaction.Synchronization. The sync will clean up the map now.
This class now interacts with GlobalTxEntityMap available.