net.sf.jpacriteria.join
Class JoinFetchImpl

java.lang.Object
  extended by net.sf.jpacriteria.BasicCriteriaImpl<T>
      extended by net.sf.jpacriteria.join.JoinImpl<T>
          extended by net.sf.jpacriteria.join.LateJoinImpl<JoinFetch>
              extended by net.sf.jpacriteria.join.JoinFetchImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Aliased, BasicCriteria<JoinFetch>, CriteriaObject<JoinFetch>, Join<JoinFetch>, JoinFetch, LateJoin<JoinFetch>

public class JoinFetchImpl
extends LateJoinImpl<JoinFetch>
implements JoinFetch

Version:
$Id: JoinFetchImpl.java,v 1.2 2007/04/13 12:02:00 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jpacriteria.BasicCriteriaImpl
aggregation, alias, from, groups, having, joins, order, selection, where
 
Constructor Summary
JoinFetchImpl(java.lang.String entity, LateJoinType type)
           
JoinFetchImpl(java.lang.String entity, java.lang.String alias, LateJoinType type)
           
 
Method Summary
 
Methods inherited from class net.sf.jpacriteria.join.LateJoinImpl
getType, isFetch
 
Methods inherited from class net.sf.jpacriteria.BasicCriteriaImpl
aggregate, clone, copy, getAggregation, getAlias, getFrom, getGroups, getHaving, getJoins, getOrder, getProperty, getSelection, getWhere, group, having, join, order, select, self, where
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jpacriteria.join.LateJoin
getType, isFetch
 
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
 

Constructor Detail

JoinFetchImpl

public JoinFetchImpl(java.lang.String entity,
                     LateJoinType type)

JoinFetchImpl

public JoinFetchImpl(java.lang.String entity,
                     java.lang.String alias,
                     LateJoinType type)


Copyright © 2007. All Rights Reserved.