public class TypedAssociation extends Association
Purpose: Generic association object. This can be used to map hashtable/map containers where the key and value are non-typed primitives.
Constructor and Description |
---|
TypedAssociation()
Default constructor.
|
TypedAssociation(Object key,
Object value)
PUBLIC:
Create an association.
|
Modifier and Type | Method and Description |
---|---|
Class |
getKeyType()
PUBLIC:
Return the class of the key.
|
Class |
getValueType()
PUBLIC:
Return the class of the value.
|
void |
postBuild(DescriptorEvent event)
INTERNAL:
Handler for the descriptor post build event.
|
void |
setKeyType(Class keyType)
PUBLIC:
Set the class of the key.
|
void |
setValueType(Class valueType)
PUBLIC:
Set the class of the value.
|
getKey, getValue, setKey, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public Class getKeyType()
public Class getValueType()
public void postBuild(DescriptorEvent event)
public void setKeyType(Class keyType)
public void setValueType(Class valueType)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference