CompositeKey Constructor (Object, Object) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a new CompositeKey that consists of the given primary and
secondary components.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic CompositeKey(
Object primary,
Object secondary
)
Parameters
- primary
- Type: SystemObject
the primary key component; must not be null. This is
also the host key returned by the KeyAssociation implementation
- secondary
- Type: SystemObject
the secondary key component; must not be null
See Also