Uses of Interface
com.netflix.astyanax.query.PreparedIndexOperationExpression

Packages that use PreparedIndexOperationExpression
com.netflix.astyanax.impl   
com.netflix.astyanax.query   
 

Uses of PreparedIndexOperationExpression in com.netflix.astyanax.impl
 

Classes in com.netflix.astyanax.impl that implement PreparedIndexOperationExpression
 class PreparedIndexExpressionImpl<K,C>
           
 

Methods in com.netflix.astyanax.impl that return PreparedIndexOperationExpression
 PreparedIndexOperationExpression<K,C> PreparedIndexExpressionImpl.whereColumn(C columnName)
           
 

Uses of PreparedIndexOperationExpression in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query that return PreparedIndexOperationExpression
 PreparedIndexOperationExpression<K,C> PreparedIndexColumnExpression.whereColumn(C columnName)
          Set the column part of the expression
 



Copyright © 2012. All Rights Reserved.