public class LongWhereOperand extends Object implements WhereOperand<Long,Long>
| Constructor and Description |
|---|
LongWhereOperand() |
LongWhereOperand(Long value) |
| Modifier and Type | Method and Description |
|---|---|
Class<Long> |
getTargetClass() |
String |
getTypeHint() |
Long |
getValue() |
static LongWhereOperand |
instance(Long value) |
void |
setValue(Long value) |
public LongWhereOperand()
public LongWhereOperand(Long value)
public static LongWhereOperand instance(Long value)
public Class<Long> getTargetClass()
getTargetClass in interface WhereOperand<Long,Long>public String getTypeHint()
getTypeHint in interface WhereOperand<Long,Long>public Long getValue()
getValue in interface WhereOperand<Long,Long>public void setValue(Long value)
Copyright © 2017. All rights reserved.