Interface HibernateOrmMassLoadingContext

All Superinterfaces:
PojoMassIndexingContext, PojoMassLoadingContext
All Known Implementing Classes:
HibernateOrmMassIndexingContext

public interface HibernateOrmMassLoadingContext extends PojoMassIndexingContext
  • Method Details

    • mapping

    • idLoadingTransactionTimeout

      Integer idLoadingTransactionTimeout()
      Returns:
      the transaction timeout
    • cacheMode

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

      Optional<ConditionalExpression> conditionalExpression(PojoLoadingTypeContext<?> typeContext)
      Returns:
      The conditional expression to apply when loading the given type, inherited from supertypes by default, or Optional.empty() if there is no condition to apply.
    • tenancyConfiguration

      TenancyConfiguration tenancyConfiguration()