Uses of Class
org.jinq.tuples.Tuple
-
Packages that use Tuple Package Description org.jinq.orm.internal org.jinq.orm.stream org.jinq.tuples -
-
Uses of Tuple in org.jinq.orm.internal
Methods in org.jinq.orm.internal with type parameters of type Tuple Modifier and Type Method Description <U,W extends Tuple>
QueryComposer<W>QueryComposer. groupToTuple(JinqStream.Select<T,U> select, JinqStream.AggregateGroup<U,T,?>[] aggregates)<U extends Tuple>
UQueryComposer. multiaggregate(JinqStream.AggregateSelect<T,?>[] aggregates) -
Uses of Tuple in org.jinq.orm.stream
Methods in org.jinq.orm.stream with type parameters of type Tuple Modifier and Type Method Description protected <U,W extends Tuple>
JinqStream<W>NonQueryJinqStream. groupToTuple(JinqStream.Select<T,U> select, JinqStream.AggregateGroup<U,T,?>[] aggregates)protected <U,W extends Tuple>
JinqStream<W>QueryJinqStream. groupToTuple(JinqStream.Select<T,U> select, JinqStream.AggregateGroup<U,T,?>[] aggregates) -
Uses of Tuple in org.jinq.tuples
Subclasses of Tuple in org.jinq.tuples Modifier and Type Class Description classPair<T,U>classTuple3<A,B,C>classTuple4<A,B,C,D>classTuple5<A,B,C,D,E>classTuple6<A,B,C,D,E,F>classTuple7<A,B,C,D,E,F,G>classTuple8<A,B,C,D,E,F,G,H>Methods in org.jinq.tuples with type parameters of type Tuple Modifier and Type Method Description static <T extends Tuple>
TTuple. createTuple(java.lang.Object[] data)
-