| Package | Description |
|---|---|
| org.datanucleus.store.rdbms |
Package providing management of the persistence to RDBMS datastores.
|
| org.datanucleus.store.rdbms.adapter |
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
|
| org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
| org.datanucleus.store.rdbms.sql |
Series of classes used to generate SQL statements.
|
| org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
| org.datanucleus.store.rdbms.sql.method |
Support for invocation of Java methods, typically using SQL functions.
|
| org.datanucleus.store.rdbms.sql.operation |
Support for operations between expressions where we may need to use SQL functions.
|
| Class and Description |
|---|
| SQLExpressionFactory
Factory for creating SQL expressions/literals.
|
| Class and Description |
|---|
| SQLExpression
Base expression for SQL.
|
| Class and Description |
|---|
| BooleanExpression
Representation of a Boolean expression in a Query.
|
| NewObjectExpression
SQL Expression for creating a new object (in the result clause of a query).
|
| ParameterLiteral
Representation of a literal representing a parameter where we don't know the type of the parameter yet.
|
| SQLExpression
Base expression for SQL.
|
| SQLLiteral
Representation of an SQL Literal in a query.
|
| UnboundExpression
Representation of an expression for an unbound variable.
|
| Class and Description |
|---|
| BooleanExpression
Representation of a Boolean expression in a Query.
|
| SQLExpression
Base expression for SQL.
|
| SQLExpression.ColumnExpressionList |
| SQLExpressionFactory
Factory for creating SQL expressions/literals.
|
| Class and Description |
|---|
| ArrayExpression
Representation of array expression.
|
| BooleanExpression
Representation of a Boolean expression in a Query.
|
| CharacterExpression
Representation of a Character expression in a Query
|
| CollectionExpression
An expression that represents some collection field in a query candidate class,
or a collection field in an object linked from the candidate class by navigation.
|
| ColumnExpression
Representation of a column expression.
|
| DelegatedExpression
Expression for a field/property that can delegate to an internal expression(s).
|
| EnumExpression
Expression representing an enum field/property.
|
| MapExpression
An expression that represents some Map field in a query candidate
class, or a Map field in an object linked from the candidate class
by navigation.
|
| MapLiteral.MapKeyLiteral
An SQL expression that will test if a column of a table falls within the given Map's keys.
|
| MapLiteral.MapValueLiteral
An SQL expression that will test if a column of a table falls within the given Map's values.
|
| NumericExpression
Representation of a Numeric expression in an SQL statement.
|
| ObjectExpression
Representation of an Object expression in a Query.
|
| SQLExpression
Base expression for SQL.
|
| SQLExpression.ColumnExpressionList |
| SQLLiteral
Representation of an SQL Literal in a query.
|
| StringExpression
Representation of an expression with a string.
|
| SubqueryExpressionComponent
Interface representing an expression that contains a subquery.
|
| TemporalExpression
Representation of temporal objects in java query languages.
|
| TypeConverterMultiExpression
Expression representing a TypeConverterMultiMapping where we have a java type mapped to multiple columns.
|
| Class and Description |
|---|
| ArrayExpression
Representation of array expression.
|
| BooleanExpression
Representation of a Boolean expression in a Query.
|
| CollectionExpression
An expression that represents some collection field in a query candidate class,
or a collection field in an object linked from the candidate class by navigation.
|
| MapExpression
An expression that represents some Map field in a query candidate
class, or a Map field in an object linked from the candidate class
by navigation.
|
| SQLExpression
Base expression for SQL.
|
| SQLExpressionFactory
Factory for creating SQL expressions/literals.
|
| Class and Description |
|---|
| SQLExpression
Base expression for SQL.
|
| SQLExpressionFactory
Factory for creating SQL expressions/literals.
|
Copyright © 2015. All rights reserved.