org.tranql.sql.prefetch
Interface PrefetchGroup

All Superinterfaces:
java.io.Serializable

public interface PrefetchGroup
extends java.io.Serializable

Version:
$Revision: 323 $ $Date: 2006-02-19 07:29:24 +0100 (Sun, 19 Feb 2006) $

Nested Class Summary
static interface PrefetchGroup.AssociationEndInfo
           
static interface PrefetchGroup.PrefetchGroupIterator
           
 
Method Summary
 Attribute[] getAttributes()
           
 PrefetchGroup.AssociationEndInfo[] getEndTableInfo()
           
 Entity getEntity()
           
 PrefetchGroup.PrefetchGroupIterator getIterator()
           
 java.lang.String getName()
           
 PrefetchGroup.AssociationEndInfo getParentEndTableInfo()
           
 PrefetchGroup getParentPrefetchGroup()
           
 

Method Detail

getName

public java.lang.String getName()

getEntity

public Entity getEntity()

getAttributes

public Attribute[] getAttributes()

getEndTableInfo

public PrefetchGroup.AssociationEndInfo[] getEndTableInfo()

getParentPrefetchGroup

public PrefetchGroup getParentPrefetchGroup()

getParentEndTableInfo

public PrefetchGroup.AssociationEndInfo getParentEndTableInfo()

getIterator

public PrefetchGroup.PrefetchGroupIterator getIterator()


Copyright © -2006 The Codehaus. All Rights Reserved.