public class TupleFactory extends Object implements ObjectFactory<javax.persistence.Tuple>
| Constructor and Description |
|---|
TupleFactory(List<javax.persistence.TupleElement<?>> elems)
A factory of Tuple that shares the given TupleElements.
|
TupleFactory(javax.persistence.criteria.Selection<?>... elems) |
TupleFactory(javax.persistence.TupleElement<?>... elems) |
| Modifier and Type | Method and Description |
|---|---|
List<javax.persistence.TupleElement<?>> |
getElements() |
int |
getIndex(String alias) |
int |
getIndex(javax.persistence.TupleElement<?> e) |
TupleImpl |
newInstance() |
public TupleFactory(List<javax.persistence.TupleElement<?>> elems)
public TupleFactory(javax.persistence.TupleElement<?>... elems)
public TupleFactory(javax.persistence.criteria.Selection<?>... elems)
public List<javax.persistence.TupleElement<?>> getElements()
public TupleImpl newInstance()
newInstance in interface ObjectFactory<javax.persistence.Tuple>public int getIndex(javax.persistence.TupleElement<?> e)
public int getIndex(String alias)
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.