Class DbUnitFetchSizeInterceptor

java.lang.Object
com.github.mjeanroy.dbunit.core.configuration.DbUnitFetchSizeInterceptor
All Implemented Interfaces:
DbUnitConfigInterceptor

public final class DbUnitFetchSizeInterceptor extends Object
An interceptor that can set the "fetchSize" property of DbUnit.
See Also:
  • DatabaseConfig.PROPERTY_FETCH_SIZE
  • Constructor Details

    • DbUnitFetchSizeInterceptor

      public DbUnitFetchSizeInterceptor(int fetchSize)
      Create the interceptor.
      Parameters:
      fetchSize - The fetch size value.
  • Method Details