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