Interface HibernateOrmMassLoadingOptions
-
- All Known Implementing Classes:
HibernateOrmMassIndexingContext
public interface HibernateOrmMassLoadingOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.hibernate.CacheModecacheMode()intidFetchSize()IntegeridLoadingTransactionTimeout()intobjectLoadingBatchSize()longobjectsLimit()
-
-
-
Method Detail
-
idLoadingTransactionTimeout
Integer idLoadingTransactionTimeout()
- Returns:
- the transaction timeout
-
cacheMode
org.hibernate.CacheMode cacheMode()
- Returns:
- the
CacheMode
-
objectLoadingBatchSize
int objectLoadingBatchSize()
- Returns:
- how many entities to load and index in each batch.
-
objectsLimit
long objectsLimit()
- Returns:
- the objects limit used to load the root entities.
-
idFetchSize
int idFetchSize()
- Returns:
- fetch size used to load the root entities.
-
-