Constructor and Description |
---|
NumericMapping() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Configuration configuration)
Apply the customization to the passed in configuration.
|
int |
getDecimal() |
String |
getJavaType() |
int |
getTotal() |
void |
setDecimal(int decimal) |
void |
setJavaType(String javaType) |
void |
setTotal(int total) |
public void apply(Configuration configuration)
Mapping
public int getTotal()
public void setTotal(int total)
public int getDecimal()
public void setDecimal(int decimal)
public String getJavaType()
public void setJavaType(String javaType)
Copyright © 2007–2016 Querydsl. All rights reserved.