Interface HibernateOrmMassLoadingOptions

    • 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.