public interface PluralAttributeSource extends AttributeSource, FetchableAttributeSource, CascadeStyleSource
Modifier and Type | Method and Description |
---|---|
Caching |
getCaching() |
CollectionIdSource |
getCollectionIdSource() |
String |
getCollectionTableCheck() |
String |
getCollectionTableComment() |
TableSpecificationSource |
getCollectionTableSpecificationSource() |
String |
getCustomLoaderName() |
String |
getCustomPersisterClassName() |
CustomSql |
getCustomSqlDelete() |
CustomSql |
getCustomSqlDeleteAll() |
CustomSql |
getCustomSqlInsert() |
CustomSql |
getCustomSqlUpdate() |
PluralAttributeElementSource |
getElementSource() |
FetchCharacteristicsPluralAttribute |
getFetchCharacteristics() |
FilterSource[] |
getFilterSources() |
PluralAttributeKeySource |
getKeySource() |
String |
getMappedBy() |
PluralAttributeNature |
getNature() |
String[] |
getSynchronizedTableNames()
Obtain any additional table names on which to synchronize (auto flushing) this entity.
|
String |
getWhere() |
boolean |
isInverse() |
boolean |
isMutable() |
boolean |
usesJoinTable() |
getAttributePath, getAttributeRole, getName, getPropertyAccessorName, getSourceType, getTypeInformation, getXmlNodeName, isIncludedInOptimisticLocking, isSingular
getToolingHintContext
getCascadeStyleName
PluralAttributeNature getNature()
CollectionIdSource getCollectionIdSource()
PluralAttributeKeySource getKeySource()
PluralAttributeElementSource getElementSource()
FilterSource[] getFilterSources()
TableSpecificationSource getCollectionTableSpecificationSource()
String getCollectionTableComment()
String getCollectionTableCheck()
String[] getSynchronizedTableNames()
Caching getCaching()
String getCustomPersisterClassName()
String getWhere()
boolean isInverse()
boolean isMutable()
String getCustomLoaderName()
CustomSql getCustomSqlInsert()
CustomSql getCustomSqlUpdate()
CustomSql getCustomSqlDelete()
CustomSql getCustomSqlDeleteAll()
String getMappedBy()
boolean usesJoinTable()
FetchCharacteristicsPluralAttribute getFetchCharacteristics()
getFetchCharacteristics
in interface FetchableAttributeSource
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.