public class QueryContext extends Object
| Constructor and Description |
|---|
QueryContext(EntityConverter entityConverter) |
| Modifier and Type | Method and Description |
|---|---|
static QueryContext |
createContext() |
static QueryContext |
createContext(EntityConverter conversionService) |
com.querydsl.core.types.OrderSpecifier<?>[] |
parseOrderSpecifier(com.querydsl.core.types.EntityPath<?> entityPath,
String orderBy) |
com.querydsl.core.types.Predicate |
parsePredicate(com.querydsl.core.types.EntityPath<?> entityPath,
String query,
QueryVariables queryVariables) |
com.querydsl.core.types.Expression<?>[] |
parseSelect(com.querydsl.core.types.EntityPath<?> entityPath,
String select) |
public QueryContext(EntityConverter entityConverter)
public static QueryContext createContext(EntityConverter conversionService)
public static QueryContext createContext()
public com.querydsl.core.types.Predicate parsePredicate(com.querydsl.core.types.EntityPath<?> entityPath,
String query,
QueryVariables queryVariables)
throws IOException,
foundation.rpg.parser.SyntaxError
IOExceptionfoundation.rpg.parser.SyntaxErrorpublic com.querydsl.core.types.OrderSpecifier<?>[] parseOrderSpecifier(com.querydsl.core.types.EntityPath<?> entityPath,
String orderBy)
throws IOException
IOExceptionpublic com.querydsl.core.types.Expression<?>[] parseSelect(com.querydsl.core.types.EntityPath<?> entityPath,
String select)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.