public class ToOneAttributeSourceImpl extends SingularAttributeSourceImpl implements ToOneAttributeSource
| Constructor and Description | 
|---|
ToOneAttributeSourceImpl(AssociationAttribute associationAttribute)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<CascadeStyle> | 
getCascadeStyles()
Obtain the cascade styles to be applied to this association. 
 | 
FetchMode | 
getFetchMode()
Obtain the fetch mode to be applied to this association. 
 | 
FetchStyle | 
getFetchStyle()  | 
FetchTiming | 
getFetchTiming()  | 
SingularAttributeNature | 
getNature()
Obtain the nature of this attribute type. 
 | 
String | 
getReferencedEntityAttributeName()
Obtain the name of the referenced attribute. 
 | 
String | 
getReferencedEntityName()
Obtain the name of the referenced entity. 
 | 
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault, getGeneration, getName, getPropertyAccessorName, getTypeInformation, isIncludedInOptimisticLocking, isInsertable, isLazy, isSingular, isUpdatable, isVirtualAttribute, metaAttributes, relationalValueSourcesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGeneration, isInsertable, isLazy, isUpdatable, isVirtualAttributeareValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault, relationalValueSourcesgetName, getPropertyAccessorName, getTypeInformation, isIncludedInOptimisticLocking, isSingular, metaAttributespublic ToOneAttributeSourceImpl(AssociationAttribute associationAttribute)
public SingularAttributeNature getNature()
SingularAttributeSourcegetNature in interface SingularAttributeSourcegetNature in class SingularAttributeSourceImplpublic String getReferencedEntityName()
ToOneAttributeSourcegetReferencedEntityName in interface ToOneAttributeSourcepublic String getReferencedEntityAttributeName()
ToOneAttributeSourcereferenced entity, but this value allows using a different
 attribute instead.getReferencedEntityAttributeName in interface ToOneAttributeSourcenull indicates the identifier attribute.public Iterable<CascadeStyle> getCascadeStyles()
AssociationAttributeSourcegetCascadeStyles in interface AssociationAttributeSourcepublic FetchMode getFetchMode()
AssociationAttributeSourcegetFetchMode in interface AssociationAttributeSourcepublic FetchTiming getFetchTiming()
getFetchTiming in interface AssociationAttributeSourcepublic FetchStyle getFetchStyle()
getFetchStyle in interface AssociationAttributeSourceCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.