public interface ToOneAttributeSource extends SingularAttributeSource, AssociationAttributeSource
*-to-one
style associations.Modifier and Type | Method and Description |
---|---|
String |
getReferencedEntityAttributeName()
Obtain the name of the referenced attribute.
|
String |
getReferencedEntityName()
Obtain the name of the referenced entity.
|
getGeneration, getNature, isInsertable, isLazy, isUpdatable, isVirtualAttribute
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault, relationalValueSources
getCascadeStyles, getFetchMode, getFetchStyle, getFetchTiming
getName, getPropertyAccessorName, getTypeInformation, isIncludedInOptimisticLocking, isSingular, metaAttributes
String getReferencedEntityName()
String getReferencedEntityAttributeName()
referenced entity
, but this value allows using a different
attribute instead.null
indicates the identifier attribute.Copyright © 2018 JBoss by Red Hat. All rights reserved.