Author: steve.ebersole(a)jboss.com
Date: 2009-09-16 10:51:56 -0400 (Wed, 16 Sep 2009)
New Revision: 17522
Modified:
jpa-api/trunk/src/main/java/javax/persistence/criteria/Subquery.java
Log:
renamed Subquery#getJoins() -> Subquery#getCorrelatedJoins()
Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Subquery.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Subquery.java 2009-09-16
12:50:41 UTC (rev 17521)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Subquery.java 2009-09-16
14:51:56 UTC (rev 17522)
@@ -164,6 +164,6 @@
* Return the joins that have been made from the subquery.
* @return joins made from this type
*/
- java.util.Set<Join<?, ?>> getJoins();
+ java.util.Set<Join<?, ?>> getCorrelatedJoins();
}
\ No newline at end of file
Show replies by date