接口 SingularAttributeSourceManyToOne
-
- 所有超级接口:
AssociationSource,AttributeSource,CascadeStyleSource,ColumnBindingDefaults,FetchableAttributeSource,ForeignKeyContributingSource,RelationalValueSourceContainer,SingularAttributeSource,SingularAttributeSourceToOne,ToolingHintContextContainer
public interface SingularAttributeSourceManyToOne extends SingularAttributeSourceToOne, RelationalValueSourceContainer
- 作者:
- Steve Ebersole
-
-
方法概要
-
从接口继承的方法 org.hibernate.boot.model.source.spi.AssociationSource
getAttributeSource, isIgnoreNotFound, isMappedBy
-
从接口继承的方法 org.hibernate.boot.model.source.spi.AttributeSource
getAttributePath, getAttributeRole, getName, getPropertyAccessorName, getSourceType, getTypeInformation, getXmlNodeName, isIncludedInOptimisticLocking, isSingular
-
从接口继承的方法 org.hibernate.boot.model.source.spi.CascadeStyleSource
getCascadeStyleName
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ColumnBindingDefaults
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
createForeignKeyConstraint, getExplicitForeignKeyName, isCascadeDeleteEnabled
-
从接口继承的方法 org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
getRelationalValueSources
-
从接口继承的方法 org.hibernate.boot.model.source.spi.SingularAttributeSource
getGenerationTiming, getNaturalIdMutability, getSingularAttributeNature, isBytecodeLazy, isInsertable, isUpdatable, isVirtualAttribute
-
从接口继承的方法 org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
getFetchCharacteristics, getForeignKeyDirection, getReferencedEntityAttributeName, getReferencedEntityName, isEmbedXml, isUnique
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-