Uses of Package
org.datanucleus.store.rdbms.sql.expression
Packages that use org.datanucleus.store.rdbms.sql.expression
Package
Description
Package providing management of the persistence to RDBMS datastores.
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
Series of classes used to generate SQL statements.
Series of expressions representing conditions in SQL statements.
Support for invocation of Java methods, typically using SQL functions.
Support for operations between expressions where we may need to use SQL functions.
-
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms
-
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.adapter
-
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.queryClassDescriptionRepresentation of a Boolean expression in a Query.SQL Expression for creating a new object (in the result clause of a query).Base expression for SQL.Factory for creating SQL expressions/literals.Representation of an SQL Literal in a query.Representation of an expression for an unbound variable.
-
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sqlClassDescriptionRepresentation of a Boolean expression in a Query.Base expression for SQL.Factory for creating SQL expressions/literals.
-
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql.expressionClassDescriptionRepresentation of an aggregated expression.Representation of array expression.Representation of a Binary expression in a Query.Representation of a Boolean expression in a Query.Representation of a Character expression in a QueryAn 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.Representation of a column expression.Expression for a field/property that can delegate to an internal expression(s).Expression representing an enum field/property.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.An SQL expression that will test if a column of a table falls within the given Map's keys.An SQL expression that will test if a column of a table falls within the given Map's values.Representation of a Numeric expression in an SQL statement.Representation of an Object expression in a Query.Expression for java.util.Optional.Representation of a literal representing a parameter where we don't know the type of the parameter yet.Cover-all expression to represent "single collection" mapped types.Base expression for SQL.Representation of an SQL Literal in a query.Representation of an expression with a string.Interface representing an expression that contains a subquery.Representation of temporal objects in java query languages.Expression representing a TypeConverterMultiMapping where we have a java type mapped to multiple columns.
-
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql.methodClassDescriptionRepresentation of array expression.Representation of a Boolean expression in a Query.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.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.Base expression for SQL.
-