接口的使用
org.hibernate.boot.model.source.spi.SingularAttributeSource
-
使用SingularAttributeSource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中SingularAttributeSource的使用
实现SingularAttributeSource的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classAbstractSingularAttributeSourceEmbeddedImplCommon base class forand mappings. classAbstractToOneAttributeSourceImplclassCompositeIdentifierSingularAttributeSourceBasicImplDescriptor for<key-property/>classCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassSingularAttributeSourceAnyImpl -
org.hibernate.boot.model.source.spi中SingularAttributeSource的使用
org.hibernate.boot.model.source.spi中SingularAttributeSource的子接口 修饰符和类型 接口 说明 interfaceSingularAttributeSourceAnyDescribes an {@link} mapping interfaceSingularAttributeSourceBasicinterfaceSingularAttributeSourceEmbeddedRepresents the binding source for a singular attribute that is "embedded" or "composite".interfaceSingularAttributeSourceManyToOneinterfaceSingularAttributeSourceOneToOneinterfaceSingularAttributeSourceToOneFurther contract for sources of singular associations (one-to-oneandmany-to-one).interfaceVersionAttributeSource返回SingularAttributeSource的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 SingularAttributeSourceIdentifierSourceSimple. getIdentifierAttributeSource()Obtain the source descriptor for the identifier attribute.返回变量类型为SingularAttributeSource的类型的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 List<SingularAttributeSource>IdentifierSourceNonAggregatedComposite. getAttributeSourcesMakingUpIdentifier()Obtain the source descriptor for the identifier attribute.
-