protected abstract static class SqlCriterion.AbstractBuilder<T extends SqlCriterion.AbstractBuilder<T>> extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractBuilder() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
getThis() |
T |
withConnector(String connector) |
T |
withSubCriteria(List<SqlCriterion> subCriteria) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.