CompositeKey Constructor (Object, Object) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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