public class LinqPathProvider
extends java.lang.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) |
java.lang.Object |
getValueFromExpression(com.mysema.query.types.Expression<?> expression,
java.lang.Class<?> type) |
static boolean |
getValueFromExpressionWithoutConversion(com.mysema.query.types.Expression<?> expression,
Reference<java.lang.Object> valueRef) |
static java.lang.String |
handlePropertyRenames(com.mysema.query.types.Path<?> member,
java.lang.String name) |
public LinqPathProvider(Convention documentConvention)
public LinqPathProvider.Result getPath(com.mysema.query.types.Expression<?> expression)
public static java.lang.String handlePropertyRenames(com.mysema.query.types.Path<?> member, java.lang.String name)
public java.lang.Object getValueFromExpression(com.mysema.query.types.Expression<?> expression, java.lang.Class<?> type)
public com.mysema.query.types.Path<?> getMemberExpression(com.mysema.query.types.Expression<?> expression)
public static boolean getValueFromExpressionWithoutConversion(com.mysema.query.types.Expression<?> expression, Reference<java.lang.Object> valueRef)
Copyright © 2014. All Rights Reserved.