public class IsNotEqualToWithSubselect<T> extends AbstractSubselectCondition<T>
Modifier | Constructor and Description |
---|---|
protected |
IsNotEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) |
Modifier and Type | Method and Description |
---|---|
static <T> IsNotEqualToWithSubselect<T> |
of(Buildable<SelectModel> selectModelBuilder) |
String |
renderCondition(String columnName,
String renderedSelectStatement) |
accept, selectModel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
renderingSkipped, shouldRender
protected IsNotEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder)
@NotNull public static <T> IsNotEqualToWithSubselect<T> of(Buildable<SelectModel> selectModelBuilder)
public String renderCondition(String columnName, String renderedSelectStatement)
renderCondition
in class AbstractSubselectCondition<T>
Copyright © 2016–2021 MyBatis.org. All rights reserved.