net.sf.jpacriteria.join
Class LateJoinImpl<T extends LateJoin>

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<T>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Aliased, BasicCriteria<T>, CriteriaObject<T>, Join<T>, LateJoin<T>
Direct Known Subclasses:
JoinFetchImpl

public class LateJoinImpl<T extends LateJoin>
extends JoinImpl<T>
implements LateJoin<T>

Version:
$Id: LateJoinImpl.java,v 1.4 2007/03/28 17:17:40 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
LateJoinImpl(java.lang.String entity, LateJoinType type)
           
LateJoinImpl(java.lang.String entity, java.lang.String alias, LateJoinType type)
           
 
Method Summary
 LateJoinType getType()
           
 boolean 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.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

LateJoinImpl

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

LateJoinImpl

public LateJoinImpl(java.lang.String entity,
                    java.lang.String alias,
                    LateJoinType type)
Method Detail

isFetch

public boolean isFetch()
Specified by:
isFetch in interface LateJoin<T extends LateJoin>

getType

public LateJoinType getType()
Specified by:
getType in interface LateJoin<T extends LateJoin>


Copyright © 2007. All Rights Reserved.