org.jboss.ejb.plugins.cmp.jdbc.metadata
Class JDBCLeftJoinMetaData
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCLeftJoinMetaData
public final class JDBCLeftJoinMetaData
- extends Object
Represents
- Version:
- $Revision: 57209 $
- Author:
- Alexey Loubyansky
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
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.