Interface SingularAttributeSourceEmbedded
-
- All Superinterfaces:
AttributeSource
,EmbeddableSourceContributor
,SingularAttributeSource
,ToolingHintContextContainer
public interface SingularAttributeSourceEmbedded extends SingularAttributeSource, EmbeddableSourceContributor
Represents the binding source for a singular attribute that is "embedded" or "composite".
-
-
Method Summary
-
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.EmbeddableSourceContributor
getEmbeddableSource
-
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.ToolingHintContextContainer
getToolingHintContext
-
-