IBM WebSphere Extended Deployment (XD)TM, Release 6.1
ObjectGrid API Specification

Package com.ibm.websphere.objectgrid.streamquery.annotations

This package contains annotation classes used for stream queries.

See:
          Description

Enum Summary
AccessTypeEnum Overrides or explicitly defines the method in which the persistence layer accesses the stream query entity's persistent state.
 

Annotation Types Summary
StreamQueryColumn An annotation used to annotate a stream column.
StreamQueryRelation This annotation is used to annotate a stream query stream or view.
 

Package com.ibm.websphere.objectgrid.streamquery.annotations Description

This package contains annotation classes used for stream queries.

Overview

Users can use annotation classes in this package to configure the stream query metadata. StreamQueryRelation can be used to annotate a stream or a view. StreamQueryColumn can be used to annotate a classs attribute as a stream column. AccessTypeEnum is enum class indicating whether the access type is FIELD or PROPERTY.


IBM WebSphere Extended Deployment (XD)TM, Release 6.1
ObjectGrid API Specification

© Copyright International Business Machines Corp 2005-2007. All rights reserved.