public class LinqPathProvider extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LinqPathProvider.Result |
Constructor and Description |
---|
LinqPathProvider(Convention documentConvention) |
Modifier and Type | Method and Description |
---|---|
com.mysema.query.types.Path<?> |
getMemberExpression(com.mysema.query.types.Expression<?> expression) |
LinqPathProvider.Result |
getPath(com.mysema.query.types.Expression<?> expression) |
Object |
getValueFromExpression(com.mysema.query.types.Expression<?> expression,
Class<?> type) |
static boolean |
getValueFromExpressionWithoutConversion(com.mysema.query.types.Expression<?> expression,
Reference<Object> valueRef) |
static String |
handlePropertyRenames(com.mysema.query.types.Path<?> member,
String name) |
public LinqPathProvider(Convention documentConvention)
public LinqPathProvider.Result getPath(com.mysema.query.types.Expression<?> expression)
public static String handlePropertyRenames(com.mysema.query.types.Path<?> member, String name)
public Object getValueFromExpression(com.mysema.query.types.Expression<?> expression, Class<?> type)
public com.mysema.query.types.Path<?> getMemberExpression(com.mysema.query.types.Expression<?> expression)
Copyright © 2016. All Rights Reserved.