public class TupleElementKey extends Object implements org.sfm.map.FieldKey<TupleElementKey>
| Constructor and Description |
|---|
TupleElementKey(com.mysema.query.types.Expression<?> expression,
int index) |
| Modifier and Type | Method and Description |
|---|---|
TupleElementKey |
alias(String alias) |
com.mysema.query.types.Expression<?> |
getExpression() |
int |
getIndex() |
String |
getName() |
String |
toString() |
public TupleElementKey(com.mysema.query.types.Expression<?> expression,
int index)
public com.mysema.query.types.Expression<?> getExpression()
public int getIndex()
getIndex in interface org.sfm.map.FieldKey<TupleElementKey>public String getName()
getName in interface org.sfm.map.FieldKey<TupleElementKey>public TupleElementKey alias(String alias)
alias in interface org.sfm.map.FieldKey<TupleElementKey>Copyright © 2015. All rights reserved.