|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.jdbc.sql.JoinSet
class JoinSet
Set type that recognizes that inner joins should take precedence over otherwise equal outer joins.
Constructor Summary | |
---|---|
JoinSet()
|
|
JoinSet(JoinSet copy)
|
Method Summary | |
---|---|
boolean |
add(Join join)
|
boolean |
addAll(JoinSet js)
|
void |
clear()
|
boolean |
contains(Join join)
|
boolean |
containsAll(JoinSet js)
|
boolean |
equals(Object other)
|
Join |
getRecordedJoin(Join join)
Return the recorded join matching the given join's aliases. |
int |
hashCode()
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
Iterator |
joinIterator()
Iterator over joins that prepares them for SQL translation. |
Join |
last()
Return the logical last join. |
boolean |
remove(Join join)
|
boolean |
removeAll(JoinSet js)
|
boolean |
retainAll(JoinSet js)
|
int |
size()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JoinSet()
public JoinSet(JoinSet copy)
Method Detail |
---|
public Join getRecordedJoin(Join join)
public Join last()
public Iterator joinIterator()
public boolean add(Join join)
public boolean addAll(JoinSet js)
public Iterator iterator()
public boolean remove(Join join)
public boolean removeAll(JoinSet js)
public boolean retainAll(JoinSet js)
public void clear()
public boolean contains(Join join)
public boolean containsAll(JoinSet js)
public boolean isEmpty()
public int size()
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |