Uses of Interface
org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Packages that use SingularAttributeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of SingularAttributeSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement SingularAttributeSource Modifier and Type Class Description classAbstractSingularAttributeSourceEmbeddedImplCommon base class forand mappings. classAbstractToOneAttributeSourceImplclassCompositeIdentifierSingularAttributeSourceBasicImplDescriptor for<key-property/>classCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassSingularAttributeSourceAnyImpl -
Uses of SingularAttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of SingularAttributeSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfaceSingularAttributeSourceAnyDescribes an<any/>mappinginterfaceSingularAttributeSourceBasicinterfaceSingularAttributeSourceEmbeddedRepresents the binding source for a singular attribute that is "embedded" or "composite".interfaceSingularAttributeSourceManyToOneinterfaceSingularAttributeSourceOneToOneinterfaceSingularAttributeSourceToOneFurther contract for sources of singular associations (one-to-oneandmany-to-one).interfaceVersionAttributeSourceMethods in org.hibernate.boot.model.source.spi that return SingularAttributeSource Modifier and Type Method Description SingularAttributeSourceIdentifierSourceSimple. getIdentifierAttributeSource()Obtain the source descriptor for the identifier attribute.Methods in org.hibernate.boot.model.source.spi that return types with arguments of type SingularAttributeSource Modifier and Type Method Description List<SingularAttributeSource>IdentifierSourceNonAggregatedComposite. getAttributeSourcesMakingUpIdentifier()Obtain the source descriptor for the identifier attribute.
-