|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constant | |
|---|---|
| com.mysema.query.support | Various support classes |
| com.mysema.query.types | Contains Querydsl grammar types |
| Uses of Constant in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support with parameters of type Constant | |
|---|---|
Expression<?> |
CollectionAnyVisitor.visit(Constant<?> expr,
Context context)
|
Expression<?> |
ListAccessVisitor.visit(Constant<?> expr,
Context context)
|
Void |
SerializerBase.visit(Constant<?> expr,
Void context)
|
| Uses of Constant in com.mysema.query.types |
|---|
| Classes in com.mysema.query.types that implement Constant | |
|---|---|
class |
ConstantImpl<T>
ConstantImpl is the default implementation of the Constant interface |
| Methods in com.mysema.query.types that return Constant | ||
|---|---|---|
static Constant<Boolean> |
ConstantImpl.create(boolean b)
Get a constant for the given boolean value |
|
static Constant<Byte> |
ConstantImpl.create(byte i)
Get a constant for the given byte value |
|
static Constant<Character> |
ConstantImpl.create(char i)
Get a constant for the given char value |
|
static
|
ConstantImpl.create(Class<T> constant)
Create a constant for the given class |
|
static Constant<Integer> |
ConstantImpl.create(int i)
Get a constant for the given int value |
|
static Constant<Long> |
ConstantImpl.create(long i)
Get a constant for the given long value |
|
static Constant<Short> |
ConstantImpl.create(short i)
Create a constant for the given short value |
|
static Constant<String> |
ConstantImpl.create(String str)
Create a constant for the given string |
|
static Constant<String> |
ConstantImpl.create(String str,
boolean populateCache)
Create a constant for the given string |
|
| Methods in com.mysema.query.types with parameters of type Constant | |
|---|---|
String |
Converters.escapeForLike(Constant<String> expr)
|
R |
Visitor.visit(Constant<?> expr,
C context)
|
String |
ToStringVisitor.visit(Constant<?> e,
Templates templates)
|
Path<?> |
PathExtractor.visit(Constant<?> expr,
Void context)
|
Integer |
HashCodeVisitor.visit(Constant<?> expr,
Void context)
|
Expression<?> |
ExtractorVisitor.visit(Constant<?> expr,
Void context)
|
Void |
ValidatingVisitor.visit(Constant<?> expr,
Void context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||