public static class ExistsCriterion.Builder extends SqlCriterion.AbstractBuilder<ExistsCriterion.Builder>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExistsCriterion |
build() |
protected ExistsCriterion.Builder |
getThis() |
ExistsCriterion.Builder |
withExistsPredicate(ExistsPredicate existsPredicate) |
withConnector, withSubCriteria
public ExistsCriterion.Builder withExistsPredicate(ExistsPredicate existsPredicate)
public ExistsCriterion build()
protected ExistsCriterion.Builder getThis()
getThis
in class SqlCriterion.AbstractBuilder<ExistsCriterion.Builder>
Copyright © 2016–2021 MyBatis.org. All rights reserved.