public class ManyToManyPluralAttributeElementSourceImpl extends java.lang.Object implements ManyToManyPluralAttributeElementSource
| Constructor and Description |
|---|
ManyToManyPluralAttributeElementSourceImpl(JaxbManyToManyElement manyToManyElement,
LocalBindingContext bindingContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fetchImmediately() |
java.lang.String |
getExplicitForeignKeyName() |
FetchMode |
getFetchMode() |
PluralAttributeElementNature |
getNature() |
java.lang.String |
getOrderBy() |
java.lang.String |
getReferencedEntityAttributeName() |
java.lang.String |
getReferencedEntityName() |
java.util.List<RelationalValueSource> |
getValueSources() |
java.lang.String |
getWhere() |
boolean |
isNotFoundAnException() |
boolean |
isUnique() |
public ManyToManyPluralAttributeElementSourceImpl(JaxbManyToManyElement manyToManyElement, LocalBindingContext bindingContext)
public PluralAttributeElementNature getNature()
getNature in interface PluralAttributeElementSourcepublic java.lang.String getReferencedEntityName()
getReferencedEntityName in interface ManyToManyPluralAttributeElementSourcepublic java.lang.String getReferencedEntityAttributeName()
getReferencedEntityAttributeName in interface ManyToManyPluralAttributeElementSourcepublic java.util.List<RelationalValueSource> getValueSources()
getValueSources in interface ManyToManyPluralAttributeElementSourcepublic boolean isNotFoundAnException()
isNotFoundAnException in interface ManyToManyPluralAttributeElementSourcepublic java.lang.String getExplicitForeignKeyName()
getExplicitForeignKeyName in interface ManyToManyPluralAttributeElementSourcepublic boolean isUnique()
isUnique in interface ManyToManyPluralAttributeElementSourcepublic java.lang.String getOrderBy()
getOrderBy in interface ManyToManyPluralAttributeElementSourcepublic java.lang.String getWhere()
getWhere in interface ManyToManyPluralAttributeElementSourcepublic FetchMode getFetchMode()
getFetchMode in interface ManyToManyPluralAttributeElementSourcepublic boolean fetchImmediately()
fetchImmediately in interface ManyToManyPluralAttributeElementSourceCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.