| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.jdo.JDOTuple
public class JDOTuple
JDOTuple is a Tuple implementation for JDOQuery instances
| Constructor Summary | |
|---|---|
JDOTuple()
 | 
|
| Method Summary | ||
|---|---|---|
 boolean | 
equals(Object obj)
All Tuples should override equals and hashCode.  | 
|
 | 
get(Expression<T> expr)
Get a tuple element by expression  | 
|
 | 
get(int index,
    Class<T> type)
Get a Tuple element by index  | 
|
 int | 
hashCode()
All Tuples should override equals and hashCode.  | 
|
 void | 
put(Object name,
    Object value)
 | 
|
 Object[] | 
toArray()
Get the content as an Object array  | 
|
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JDOTuple()
| Method Detail | 
|---|
public void put(Object name,
                Object value)
public <T> T get(int index,
                 Class<T> type)
Tuple
get in interface Tuplepublic <T> T get(Expression<T> expr)
Tuple
get in interface Tuplepublic Object[] toArray()
Tuple
toArray in interface Tuplepublic boolean equals(Object obj)
TupleArrays.equals(Object[], Object[]) with Tuple.toArray() as parameters.
equals in interface Tupleequals in class ObjectObject.equals(Object)public int hashCode()
TupleArrays.hashCode(Object[]) with Tuple.toArray() as parameter.
hashCode in interface TuplehashCode in class ObjectObject.hashCode()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||