org.jboss.ejb.plugins.cmp.jdbc.metadata
Class JDBCLeftJoinMetaData

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCLeftJoinMetaData

public final class JDBCLeftJoinMetaData
extends Object

Represents

Version:
$Revision: 57209 $
Author:
Alexey Loubyansky

Constructor Summary
JDBCLeftJoinMetaData(Element element)
           
JDBCLeftJoinMetaData(String cmrField, String eagerLoadGroup, List leftJoinList)
          Used only from the testsuite.
 
Method Summary
 boolean equals(Object o)
           
 String getCmrField()
           
 String getEagerLoadGroup()
           
 Iterator getLeftJoins()
           
 int hashCode()
           
static List readLeftJoinList(Iterator leftJoinIterator)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDBCLeftJoinMetaData

public JDBCLeftJoinMetaData(String cmrField,
                            String eagerLoadGroup,
                            List leftJoinList)
Used only from the testsuite.


JDBCLeftJoinMetaData

public JDBCLeftJoinMetaData(Element element)
                     throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException
Method Detail

readLeftJoinList

public static List readLeftJoinList(Iterator leftJoinIterator)
                             throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

getCmrField

public String getCmrField()

getEagerLoadGroup

public String getEagerLoadGroup()

getLeftJoins

public Iterator getLeftJoins()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.