|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityInfo
Provides information about an entity that is returned as a result of a query against a query table.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.util.List |
getAttributeInfo()
Returns information about the selected attributes of the entity. |
java.lang.String |
getEntityTypeName()
Returns the type of entity. |
java.util.List |
getKeyAttributeInfo()
Returns information about the key attributes of the entity |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getEntityTypeName()
java.util.List getAttributeInfo()
AttributeInfo
objects that describe the attributes that are selected for the entity.java.util.List getKeyAttributeInfo()
AttributeInfo
objects that describe the key attributes of the entity.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |