public interface KeyAttributes
extends java.io.Serializable
A key attribute is part of an entity which is returned as a result of a query against a query table.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getKeyAttributeInfo()
Returns information about the key attributes.
|
java.io.Serializable[] |
getValues()
Returns the values of the key attributes.
|
static final java.lang.String COPYRIGHT
java.io.Serializable[] getValues()
java.util.List getKeyAttributeInfo()
AttributeInfo
objects describing the key attributes.