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 classFetchCharacteristicsPluralAttributeImplMethods in org.hibernate.boot.model.source.internal.hbm that return FetchCharacteristicsPluralAttribute Modifier and Type Method Description FetchCharacteristicsPluralAttributeAbstractPluralAttributeSourceImpl. 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 FetchCharacteristicsPluralAttributePluralAttributeSource. getFetchCharacteristics()
-