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