net.sf.jpacriteria.select
Class Selections

java.lang.Object
  extended by net.sf.jpacriteria.select.Selections

public class Selections
extends java.lang.Object

Version:
$Id: Selections.java,v 1.5 2007/04/13 13:37:45 maxim_butov Exp $
Author:
Maxim Butov

Constructor Summary
Selections()
           
 
Method Summary
static Selection aggregate(Selection selection, Aggregation aggregation, Aggregation... aggregations)
           
static Selection join(Selection selection, Selection... selections)
           
static Selection object()
           
static Selection property(java.lang.String property)
           
static Selection property(java.lang.String alias, java.lang.String property)
           
static Selection subCriteria(Criteria criteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selections

public Selections()
Method Detail

object

public static Selection object()

subCriteria

public static Selection subCriteria(Criteria criteria)

property

public static Selection property(java.lang.String property)

property

public static Selection property(java.lang.String alias,
                                 java.lang.String property)

join

public static Selection join(Selection selection,
                             Selection... selections)

aggregate

public static Selection aggregate(Selection selection,
                                  Aggregation aggregation,
                                  Aggregation... aggregations)


Copyright © 2007. All Rights Reserved.