Uses of Interface
org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
-
Packages that use FetchCharacteristicsPluralAttribute Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of FetchCharacteristicsPluralAttribute in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement FetchCharacteristicsPluralAttribute Modifier and Type Class Description class
FetchCharacteristicsPluralAttributeImpl
Methods in org.hibernate.boot.model.source.internal.hbm that return FetchCharacteristicsPluralAttribute Modifier and Type Method Description FetchCharacteristicsPluralAttribute
AbstractPluralAttributeSourceImpl. getFetchCharacteristics()
-
Uses of FetchCharacteristicsPluralAttribute in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return FetchCharacteristicsPluralAttribute Modifier and Type Method Description FetchCharacteristicsPluralAttribute
PluralAttributeSource. getFetchCharacteristics()
-