Uses of Interface
org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
-
Packages that use SingularAttributeSourceToOne Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of SingularAttributeSourceToOne in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement SingularAttributeSourceToOne Modifier and Type Class Description class
AbstractToOneAttributeSourceImpl
class
CompositeIdentifierSingularAttributeSourceManyToOneImpl
Descriptor for<key-many-to-one/>
mapping -
Uses of SingularAttributeSourceToOne in org.hibernate.boot.model.source.spi
Subinterfaces of SingularAttributeSourceToOne in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
SingularAttributeSourceManyToOne
interface
SingularAttributeSourceOneToOne
Methods in org.hibernate.boot.model.source.spi that return SingularAttributeSourceToOne Modifier and Type Method Description SingularAttributeSourceToOne
MapsIdSource. getAssociationAttributeSource()
The attribute source information
-