net.sf.jpacriteria.join
Interface Join<T extends Join>

All Superinterfaces:
Aliased, BasicCriteria<T>, java.lang.Cloneable, CriteriaObject<T>
All Known Subinterfaces:
EarlierJoin, JoinFetch, LateJoin<T>
All Known Implementing Classes:
EarlierJoinImpl, JoinFetchImpl, JoinImpl, LateJoinImpl

public interface Join<T extends Join>
extends BasicCriteria<T>

Version:
$Id: Join.java,v 1.3 2007/03/25 20:59:36 maxim_butov Exp $
Author:
Maxim Butov

Method Summary
 
Methods inherited from interface net.sf.jpacriteria.BasicCriteria
aggregate, getAggregation, getFrom, getGroups, getHaving, getJoins, getOrder, getProperty, getSelection, getWhere, group, having, join, order, select, where
 
Methods inherited from interface net.sf.jpacriteria.alias.Aliased
getAlias
 
Methods inherited from interface net.sf.jpacriteria.CriteriaObject
copy
 



Copyright © 2007. All Rights Reserved.