The following features are supported:
Purpose: Generic association object. This can be used to map hashtable/map containers where the key and value primitives or independent objects. @author James Sutherland @since TOPLink/Java 3.0
The following features are supported:
Purpose: Generic association object. This can be used to map hashtable/map containers where the key and value primitives or independent objects. @author James Sutherland @since TOPLink/Java 3.0
An association accepts a {@link AssociationSnapshot} which is a read-only state of the association when read from thedatabase or freshly created.
An association collects changes applied to it. These changes are represented by a list of {@link AssociationOperation}. It is intended that {@link GridDialect}s retrieve these actions and apply them to the datastore. The list of changes is computed against the snapshot. @author Emmanuel Bernard <emmanuel@hibernate.org>
A protocol relationship between endpoints
The implementation of this interface is actual wrapper over Socket that know's how to communicate with peer. The user of Association shouldn't care if the underlying Socket is client or server side
@author amit bhayani
|
|
|
|