public interface ManyToManyPluralAttributeElementSource extends PluralAttributeElementSource
Modifier and Type | Method and Description |
---|---|
boolean |
fetchImmediately() |
String |
getExplicitForeignKeyName() |
FetchMode |
getFetchMode() |
String |
getOrderBy() |
String |
getReferencedEntityAttributeName() |
String |
getReferencedEntityName() |
List<RelationalValueSource> |
getValueSources() |
String |
getWhere() |
boolean |
isNotFoundAnException() |
boolean |
isUnique() |
getNature
String getReferencedEntityName()
String getReferencedEntityAttributeName()
List<RelationalValueSource> getValueSources()
boolean isNotFoundAnException()
String getExplicitForeignKeyName()
boolean isUnique()
String getOrderBy()
String getWhere()
FetchMode getFetchMode()
boolean fetchImmediately()
Copyright © 2018 JBoss by Red Hat. All rights reserved.