Adds a secondary key condition to the equality join. Only entities having the given key value in the given secondary index will be returned by the join operation.
@param index the secondary index containing the given key value.
@param key the key value to match during the join.
Add a condition.
@param tableName The table name
@param columnName The column name
@param condOp The conditional operation
@param value The conditional value
Adds conditions to this Switch with their activities. Conditions must be added in the same order as their activities have been created and assigned to this container.
@param condition
@param activity
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.