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