Uses of Interface
org.hibernate.boot.model.source.spi.SingularAttributeSource
Packages that use SingularAttributeSource
-
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.