Uses of Class
org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
-
Packages that use FetchCharacteristicsPluralAttributeImpl Package Description org.hibernate.boot.model.source.internal.hbm -
-
Uses of FetchCharacteristicsPluralAttributeImpl in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return FetchCharacteristicsPluralAttributeImpl Modifier and Type Method Description FetchCharacteristicsPluralAttributeImpl
FetchCharacteristicsPluralAttributeImpl.Builder. createPluralAttributeFetchCharacteristics()
static FetchCharacteristicsPluralAttributeImpl
FetchCharacteristicsPluralAttributeImpl. interpret(MappingDefaults mappingDefaults, JaxbHbmFetchStyleWithSubselectEnum fetch, JaxbHbmOuterJoinEnum outerJoin, JaxbHbmLazyWithExtraEnum lazy, int batchSize)
-