Package | Description |
---|---|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
|
Modifier and Type | Method and Description |
---|---|
JoinSet |
SelectImpl.joins() |
JoinSet |
SelectImpl.SelectResult.joins() |
JoinSet |
PathJoins.joins()
Return the set of
Join elements, or null if none. |
Modifier and Type | Method and Description |
---|---|
boolean |
JoinSet.addAll(JoinSet js) |
boolean |
JoinSet.containsAll(JoinSet js) |
boolean |
JoinSet.removeAll(JoinSet js) |
boolean |
JoinSet.retainAll(JoinSet js) |
Constructor and Description |
---|
JoinSet(JoinSet copy) |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.