Interface SingularAttributeSourceBasic
-
- All Superinterfaces:
AttributeSource
,ColumnBindingDefaults
,ImplicitBasicColumnNameSource
,ImplicitNameSource
,RelationalValueSourceContainer
,SingularAttributeSource
,ToolingHintContextContainer
public interface SingularAttributeSourceBasic extends SingularAttributeSource, RelationalValueSourceContainer, ImplicitBasicColumnNameSource
-
-
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.ColumnBindingDefaults
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
getAttributePath, isCollectionElement
-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
Methods inherited from interface org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
getRelationalValueSources
-
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
-
-