Uses of Interface
org.hibernate.boot.model.source.spi.SingularAttributeSourceEmbedded
-
Packages that use SingularAttributeSourceEmbedded Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of SingularAttributeSourceEmbedded in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement SingularAttributeSourceEmbedded Modifier and Type Class Description class
AbstractSingularAttributeSourceEmbeddedImpl
Common base class forand mappings. -
Uses of SingularAttributeSourceEmbedded in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return SingularAttributeSourceEmbedded Modifier and Type Method Description SingularAttributeSourceEmbedded
IdentifierSourceAggregatedComposite. getIdentifierAttributeSource()
Obtain the source descriptor for the identifier attribute.
-