public class ExpressionExtensions extends Object
Constructor and Description |
---|
ExpressionExtensions() |
Modifier and Type | Method and Description |
---|---|
static Field |
toProperty(com.mysema.query.types.Expression<?> expr) |
static String |
toPropertyPath(com.mysema.query.types.Expression<?> expr) |
static String |
toPropertyPath(com.mysema.query.types.Expression<?> expr,
char propertySeparator) |
static String |
toPropertyPath(com.mysema.query.types.Expression<?> expr,
char propertySeparator,
char collectionSeparator) |
public static Field toProperty(com.mysema.query.types.Expression<?> expr)
public static String toPropertyPath(com.mysema.query.types.Expression<?> expr)
public static String toPropertyPath(com.mysema.query.types.Expression<?> expr, char propertySeparator)
public static String toPropertyPath(com.mysema.query.types.Expression<?> expr, char propertySeparator, char collectionSeparator)
Copyright © 2016. All Rights Reserved.