mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
added javadocs
This commit is contained in:
parent
5a8cdfb1f2
commit
adc8e37f3c
@ -86,6 +86,16 @@ public class EvaluatorFactory {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new Evaluator instance
|
||||
*
|
||||
* @param <T> projection type
|
||||
* @param source expression in Java source code form
|
||||
* @param projectionType type of the source expression
|
||||
* @param names names of the arguments
|
||||
* @param types types of the arguments
|
||||
* @return
|
||||
*/
|
||||
public <T> Evaluator<T> createEvaluator(String source,
|
||||
Class<? extends T> projectionType, String[] names, Class<?>[] types) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user