public class Projection extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Projection.ProjectionBuilder |
| 构造器和说明 |
|---|
Projection() |
Projection(String column,
Integer value) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Projection.ProjectionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
static <T> Projection |
chain(SFunction<T,Object> column,
Boolean value) |
static <T> Projection |
chain(SFunction<T,Object> column,
Integer value) |
boolean |
equals(Object o) |
String |
getColumn() |
Integer |
getValue() |
int |
hashCode() |
void |
setColumn(String column) |
void |
setValue(Integer value) |
String |
toString() |
public static <T> Projection chain(SFunction<T,Object> column, Boolean value)
public static <T> Projection chain(SFunction<T,Object> column, Integer value)
public static Projection.ProjectionBuilder builder()
public String getColumn()
public Integer getValue()
public void setColumn(String column)
public void setValue(Integer value)
protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.