net.sf.jpacriteria.select
Class SimpleSelection

java.lang.Object
  extended by net.sf.jpacriteria.select.SelectionImpl
      extended by net.sf.jpacriteria.select.SimpleSelection
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Selection
Direct Known Subclasses:
AliasedSelection

public class SimpleSelection
extends SelectionImpl

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

Constructor Summary
SimpleSelection(java.lang.String property)
           
 
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

SimpleSelection

public SimpleSelection(java.lang.String property)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.