当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
JDBCLeftJoinMetaData (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
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: 1.3 $
- 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
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)
hashCode
public int hashCode()
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.