接口 SingularAttributeSourceAny
-
- 所有超级接口:
AnyMappingSource,AttributeSource,CascadeStyleSource,SingularAttributeSource,ToolingHintContextContainer
- 所有已知实现类:
SingularAttributeSourceAnyImpl
public interface SingularAttributeSourceAny extends SingularAttributeSource, AnyMappingSource, CascadeStyleSource
Describes an {@link} mapping - 作者:
- Steve Ebersole
-
-
方法概要
-
从接口继承的方法 org.hibernate.boot.model.source.spi.AnyMappingSource
getDiscriminatorSource, getKeySource, isLazy
-
从接口继承的方法 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.SingularAttributeSource
getGenerationTiming, getNaturalIdMutability, getSingularAttributeNature, isBytecodeLazy, isInsertable, isUpdatable, isVirtualAttribute
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-