| Package | Description |
|---|---|
| com.querydsl.core.types.dsl |
Operations represent typed operations with operator and arguments
|
| Modifier and Type | Method and Description |
|---|---|
static StringTemplate |
Expressions.stringTemplate(String template,
com.google.common.collect.ImmutableList<?> args)
Create a new Template expression
|
static StringTemplate |
Expressions.stringTemplate(String template,
Object... args)
Create a new Template expression
|
static StringTemplate |
Expressions.stringTemplate(Template template,
com.google.common.collect.ImmutableList<?> args)
Create a new Template expression
|
static StringTemplate |
Expressions.stringTemplate(Template template,
Object... args)
Create a new Template expression
|
Copyright © 2007–2015 Mysema Ltd. All rights reserved.