Interface FetchCharacteristicsPluralAttribute
-
- All Superinterfaces:
FetchCharacteristics
- All Known Implementing Classes:
FetchCharacteristicsPluralAttributeImpl
public interface FetchCharacteristicsPluralAttribute extends FetchCharacteristics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getBatchSize()
boolean
isExtraLazy()
-
Methods inherited from interface org.hibernate.boot.model.source.spi.FetchCharacteristics
getFetchStyle, getFetchTiming
-
-
-
-
Method Detail
-
getBatchSize
Integer getBatchSize()
-
isExtraLazy
boolean isExtraLazy()
-
-