net.sf.jpacriteria.select
Class ComplexSelection

java.lang.Object
  extended by net.sf.jpacriteria.select.SelectionImpl
      extended by net.sf.jpacriteria.select.ComplexSelection
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Selection

public class ComplexSelection
extends SelectionImpl

Version:
$Id: ComplexSelection.java,v 1.1 2007/03/24 16:47:22 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
ComplexSelection(Selection selection1, Selection selection2)
           
 
Method Summary
 void build(CriteriaBuffer buffer)
           
 
Methods inherited from class net.sf.jpacriteria.select.SelectionImpl
aggregate, append
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexSelection

public ComplexSelection(Selection selection1,
                        Selection selection2)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.