Package | Description |
---|---|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectLiteral
Representation of an Object literal in a query.
|
class |
TypeConverterMultiExpression
Expression representing a TypeConverterMultiMapping where we have a java type mapped to multiple columns.
|
class |
TypeConverterMultiLiteral
Literal for an object persisted using TypeConverterMultiMapping.
|
Modifier and Type | Method and Description |
---|---|
static BooleanExpression |
ExpressionUtils.getEqualityExpressionForObjectExpressions(ObjectExpression expr1,
ObjectExpression expr2,
boolean equals)
Method to generate an equality/inequality expression between two ObjectExpressions.
|
Copyright © 2017. All rights reserved.