Package | Description |
---|---|
com.querydsl.core.support |
Various support classes
|
com.querydsl.core.types |
Expression types
|
com.querydsl.mongodb |
MongoDB support
|
com.querydsl.sql |
SQL/JDBC support
|
com.querydsl.sql.types |
Types for de/serialization to ResultSet and PreparedStatement
|
Modifier and Type | Method and Description |
---|---|
Expression<?> |
ReplaceVisitor.visit(Constant<?> expr,
C context) |
Expression<?> |
CollectionAnyVisitor.visit(Constant<?> expr,
Context context) |
Void |
PathsExtractor.visit(Constant<?> expr,
List<Path<?>> paths) |
Void |
SerializerBase.visit(Constant<?> expr,
Void context) |
Modifier and Type | Class and Description |
---|---|
class |
ConstantImpl<T>
ConstantImpl is the default implementation of the Constant interface |
Modifier and Type | Method and Description |
---|---|
static Constant<Boolean> |
ConstantImpl.create(boolean b) |
static Constant<Byte> |
ConstantImpl.create(byte i) |
static Constant<Character> |
ConstantImpl.create(char i) |
static <T> Constant<T> |
ConstantImpl.create(Class<T> type,
T constant) |
static Constant<Integer> |
ConstantImpl.create(int i) |
static Constant<Long> |
ConstantImpl.create(long i) |
static Constant<Short> |
ConstantImpl.create(short i) |
static <T> Constant<T> |
ConstantImpl.create(T obj) |
Modifier and Type | Method and Description |
---|---|
R |
Visitor.visit(Constant<?> expr,
C context)
Visit a Constant instance with the given context
|
Void |
ParamsVisitor.visit(Constant<?> expr,
QueryMetadata context) |
Set<Expression<?>> |
ValidatingVisitor.visit(Constant<?> expr,
Set<Expression<?>> known) |
String |
ToStringVisitor.visit(Constant<?> e,
Templates templates) |
Path<?> |
PathExtractor.visit(Constant<?> expr,
Void context) |
Integer |
HashCodeVisitor.visit(Constant<?> expr,
Void context) |
Modifier and Type | Method and Description |
---|---|
protected Object |
MongodbSerializer.convert(Path<?> property,
Constant<?> constant) |
Object |
MongodbSerializer.visit(Constant<?> expr,
Void context) |
Modifier and Type | Method and Description |
---|---|
Set<RelationalPath<?>> |
RelationalPathExtractor.visit(Constant<?> expr,
Set<RelationalPath<?>> known) |
Modifier and Type | Field and Description |
---|---|
static Constant<Null> |
Null.CONSTANT |
Copyright © 2007–2016 Querydsl. All rights reserved.