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 PluralAttributeElementSource
public String getReferencedEntityName()
getReferencedEntityName
in interface ManyToManyPluralAttributeElementSource
public String getReferencedEntityAttributeName()
getReferencedEntityAttributeName
in interface ManyToManyPluralAttributeElementSource
public List<RelationalValueSource> getValueSources()
getValueSources
in interface ManyToManyPluralAttributeElementSource
public boolean isNotFoundAnException()
isNotFoundAnException
in interface ManyToManyPluralAttributeElementSource
public String getExplicitForeignKeyName()
getExplicitForeignKeyName
in interface ManyToManyPluralAttributeElementSource
public boolean isUnique()
isUnique
in interface ManyToManyPluralAttributeElementSource
public String getOrderBy()
getOrderBy
in interface ManyToManyPluralAttributeElementSource
public String getWhere()
getWhere
in interface ManyToManyPluralAttributeElementSource
public FetchMode getFetchMode()
getFetchMode
in interface ManyToManyPluralAttributeElementSource
public boolean fetchImmediately()
fetchImmediately
in interface ManyToManyPluralAttributeElementSource
Copyright © 2018 JBoss by Red Hat. All rights reserved.