Uses of Interface
org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Packages that use SingularAttributeSource Package Description org.hibernate.boot.model.source.spi -
-
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 java.util.List<SingularAttributeSource>
IdentifierSourceNonAggregatedComposite. getAttributeSourcesMakingUpIdentifier()
Obtain the source descriptor for the identifier attribute.
-