public class ManyToManyCollectionElement extends AbstractCollectionElement
Modifier and Type | Method and Description |
---|---|
void |
fromHbmXml(org.dom4j.Element node) |
CollectionElementNature |
getCollectionElementNature() |
java.lang.String |
getManyToManyOrderBy() |
java.lang.String |
getManyToManyWhere() |
void |
setManyToManyOrderBy(java.lang.String manyToManyOrderBy) |
void |
setManyToManyWhere(java.lang.String manyToManyWhere) |
getCollectionBinding, getElementValue
public CollectionElementNature getCollectionElementNature()
getCollectionElementNature
in class AbstractCollectionElement
public void fromHbmXml(org.dom4j.Element node)
public java.lang.String getManyToManyWhere()
public void setManyToManyWhere(java.lang.String manyToManyWhere)
public java.lang.String getManyToManyOrderBy()
public void setManyToManyOrderBy(java.lang.String manyToManyOrderBy)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.