接口 SingularAttributeSourceEmbedded
-
- 所有超级接口:
AttributeSource,EmbeddableSourceContributor,SingularAttributeSource,ToolingHintContextContainer
public interface SingularAttributeSourceEmbedded extends SingularAttributeSource, EmbeddableSourceContributor
Represents the binding source for a singular attribute that is "embedded" or "composite".- 作者:
- Steve Ebersole
-
-
方法概要
-
从接口继承的方法 org.hibernate.boot.model.source.spi.AttributeSource
getAttributePath, getAttributeRole, getName, getPropertyAccessorName, getSourceType, getTypeInformation, getXmlNodeName, isIncludedInOptimisticLocking, isSingular
-
从接口继承的方法 org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
getEmbeddableSource
-
从接口继承的方法 org.hibernate.boot.model.source.spi.SingularAttributeSource
getGenerationTiming, getNaturalIdMutability, getSingularAttributeNature, isBytecodeLazy, isInsertable, isUpdatable, isVirtualAttribute
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-