org.hibernate.hql
Class CollectionSubqueryFactory

java.lang.Object
  extended by org.hibernate.hql.CollectionSubqueryFactory

public final class CollectionSubqueryFactory
extends Object

Provides the SQL for collection subqueries.
Moved here from PathExpressionParser to make it re-useable.

Author:
josh

Method Summary
static String createCollectionSubquery(JoinSequence joinSequence, Map enabledFilters, String[] columns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createCollectionSubquery

public static String createCollectionSubquery(JoinSequence joinSequence,
                                              Map enabledFilters,
                                              String[] columns)


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.