Class ReflectiveSchemaWithoutRowCount

All Implemented Interfaces:
Schema

public class ReflectiveSchemaWithoutRowCount extends ReflectiveSchema
A ReflectiveSchema that does not return row count statistics. Intended to be used with tests written before row count statistics were supported by ReflectiveSchema that rely on legacy behavior.
  • Constructor Details

    • ReflectiveSchemaWithoutRowCount

      public ReflectiveSchemaWithoutRowCount(Object target)
      Creates a ReflectiveSchema.
      Parameters:
      target - Object whose fields will be sub-objects of the schema
  • Method Details