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 TypeClassDescriptionclass
Common base class for<component/>
and<composite-id/>
mappings.class
class
Descriptor for<key-property/>
class
Descriptor 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 TypeInterfaceDescriptioninterface
Describes an<any/>
mappinginterface
interface
Represents the binding source for a singular attribute that is "embedded" or "composite".interface
interface
interface
Further contract for sources of singular associations (one-to-one
andmany-to-one
).interface
Methods 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.