net.sf.jpacriteria.select
Class Selections
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Selections
public Selections()
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.