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 class
AbstractSingularAttributeSourceEmbeddedImpl
Common base class forand mappings. class
AbstractToOneAttributeSourceImpl
class
CompositeIdentifierSingularAttributeSourceBasicImpl
Descriptor for<key-property/>
class
CompositeIdentifierSingularAttributeSourceManyToOneImpl
Descriptor for<key-many-to-one/>
mappingclass
SingularAttributeSourceAnyImpl
-
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 interface
SingularAttributeSourceAny
Describes an<any/>
mappinginterface
SingularAttributeSourceBasic
interface
SingularAttributeSourceEmbedded
Represents the binding source for a singular attribute that is "embedded" or "composite".interface
SingularAttributeSourceManyToOne
interface
SingularAttributeSourceOneToOne
interface
SingularAttributeSourceToOne
Further contract for sources of singular associations (one-to-one
andmany-to-one
).interface
VersionAttributeSource
Methods in org.hibernate.boot.model.source.spi that return SingularAttributeSource Modifier and Type Method Description SingularAttributeSource
IdentifierSourceSimple. 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.
-