QueryBuilderInterface<T> constructor

QueryBuilderInterface<T>()

Implementation

QueryBuilderInterface() {
  _validateGenericType();
}