public class ExpressionKey extends Object
| Constructor and Description |
|---|
ExpressionKey()
Basic constructor.
|
ExpressionKey(String expression,
Class<Object> returnType,
String[] arrayArgs,
Class<?>[] arrayTypes)
Basic constructor.
|
public static ExpressionKey unique(String expression, Class<?> returnType, String[] arrayArgs, Class<?>[] arrayTypes)
expression - The expression.returnType - The return type.arrayArgs - The arguments names.arrayTypes - The parameter types.Copyright © 2016. All rights reserved.