Package | Description |
---|---|
org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryToSQLMapper.useParameterExpressionAsLiteral(SQLLiteral paramLiteral) |
void |
QueryGenerator.useParameterExpressionAsLiteral(SQLLiteral paramLiteral)
Method to instruct the generator to convert the provided parameter expression to just be
a literal using the value of the parameter (hence the statement cannot be precompilable since
the value needs to be known).
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayLiteral
Representation of array literal.
|
class |
BooleanLiteral
Representation of a Boolean literal in a Query.
|
class |
ByteLiteral
Representation of a Byte literal.
|
class |
CharacterLiteral
Representation of a Character literal in a Query.
|
class |
CollectionLiteral
An SQL expression that will test if a column of a table falls within the given Collection of values.
|
class |
EnumLiteral
Representation of an Enum literal.
|
class |
FloatingPointLiteral
Representation of a FloatPoint literal in a query.
|
class |
IntegerLiteral
Representation of an Integer literal.
|
class |
MapLiteral
An SQL expression that will test if a column of a table falls within the given Map.
|
static class |
MapLiteral.MapKeyLiteral
An SQL expression that will test if a column of a table falls within the given Map's keys.
|
static class |
MapLiteral.MapValueLiteral
An SQL expression that will test if a column of a table falls within the given Map's values.
|
class |
NullLiteral
Representation of a Null literal in a Query.
|
class |
ObjectLiteral
Representation of an Object literal in a query.
|
class |
ParameterLiteral
Representation of a literal representing a parameter where we don't know the type of the parameter yet.
|
class |
StringLiteral
Representation of a string literal.
|
class |
TemporalLiteral
Representation of temporal literal in a Query.
|
class |
TypeConverterLiteral
Wrapper literal handler for a TypeConverterMapping to avoid the need to have an explicit mapping for something using a TypeConverter.
|
class |
TypeConverterMultiLiteral
Literal for an object persisted using TypeConverterMultiMapping.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ExpressionUtils.checkAndCorrectLiteralForConsistentMappingsForBooleanComparison(SQLLiteral lit,
SQLExpression expr) |
Copyright © 2015. All rights reserved.