public class GeneratedQueryParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
argIndex |
String |
fieldName |
Function<LambdaInfo,Object> |
getValue |
String |
javaType |
int |
lambdaIndex |
String |
paramName |
String |
sqlType |
| Constructor and Description |
|---|
GeneratedQueryParameter(String paramName,
int lambdaIndex,
Function<LambdaInfo,Object> getValue,
String javaType,
String sqlType) |
GeneratedQueryParameter(String paramName,
int lambdaIndex,
int argIndex,
String type) |
GeneratedQueryParameter(String paramName,
int lambdaIndex,
String fieldName,
String type) |
public final String paramName
public final int lambdaIndex
public final int argIndex
public final String fieldName
public final String javaType
public final String sqlType
public final Function<LambdaInfo,Object> getValue
Copyright © 2016. All rights reserved.