Interface SingularAttributeSourceOneToOne
-
- All Superinterfaces:
AssociationSource
,AttributeSource
,CascadeStyleSource
,FetchableAttributeSource
,ForeignKeyContributingSource
,SingularAttributeSource
,SingularAttributeSourceToOne
,ToolingHintContextContainer
public interface SingularAttributeSourceOneToOne extends SingularAttributeSourceToOne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DerivedValueSource>
getFormulaSources()
boolean
isConstrained()
-
Methods inherited from interface org.hibernate.boot.model.source.spi.AssociationSource
getAttributeSource, isIgnoreNotFound, isMappedBy
-
Methods inherited from interface org.hibernate.boot.model.source.spi.AttributeSource
getAttributePath, getAttributeRole, getName, getPropertyAccessorName, getSourceType, getTypeInformation, getXmlNodeName, isIncludedInOptimisticLocking, isSingular
-
Methods inherited from interface org.hibernate.boot.model.source.spi.CascadeStyleSource
getCascadeStyleName
-
Methods inherited from interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
createForeignKeyConstraint, getExplicitForeignKeyName, isCascadeDeleteEnabled
-
Methods inherited from interface org.hibernate.boot.model.source.spi.SingularAttributeSource
getGenerationTiming, getNaturalIdMutability, getSingularAttributeNature, isBytecodeLazy, isInsertable, isUpdatable, isVirtualAttribute
-
Methods inherited from interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
getFetchCharacteristics, getForeignKeyDirection, getReferencedEntityAttributeName, getReferencedEntityName, isEmbedXml, isUnique
-
Methods inherited from interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
Method Detail
-
getFormulaSources
List<DerivedValueSource> getFormulaSources()
-
isConstrained
boolean isConstrained()
-
-