Uses of Interface
org.hibernate.boot.model.source.spi.SingularAttributeSource
Packages that use SingularAttributeSource
Package
Description
-
Uses of SingularAttributeSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement SingularAttributeSourceModifier and TypeClassDescriptionclassCommon base class for<component/>and<composite-id/>mappings.classclassDescriptor for<key-property/>classDescriptor for<key-many-to-one/>mappingclass -
Uses of SingularAttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of SingularAttributeSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterfaceDescribes an<any/>mappinginterfaceinterfaceRepresents the binding source for a singular attribute that is "embedded" or "composite".interfaceinterfaceinterfaceFurther contract for sources of singular associations (one-to-oneandmany-to-one).interfaceMethods in org.hibernate.boot.model.source.spi that return SingularAttributeSourceModifier and TypeMethodDescriptionIdentifierSourceSimple.getIdentifierAttributeSource()Obtain the source descriptor for the identifier attribute.Methods in org.hibernate.boot.model.source.spi that return types with arguments of type SingularAttributeSourceModifier and TypeMethodDescriptionIdentifierSourceNonAggregatedComposite.getAttributeSourcesMakingUpIdentifier()Obtain the source descriptor for the identifier attribute.