Uses of Package
org.datanucleus.store.rdbms.sql.expression
-
Packages that use org.datanucleus.store.rdbms.sql.expression 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. -
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms Class Description SQLExpressionFactory Factory for creating SQL expressions/literals. -
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.adapter Class Description SQLExpression Base expression for SQL. -
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.query Class 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).SQLExpression Base expression for SQL.SQLLiteral Representation of an SQL Literal in a query.UnboundExpression Representation of an expression for an unbound variable. -
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql Class Description BooleanExpression Representation of a Boolean expression in a Query.SQLExpression Base expression for SQL.SQLExpression.ColumnExpressionList SQLExpressionFactory Factory for creating SQL expressions/literals. -
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql.expression Class Description AggregateExpression Representation of an aggregated expression.ArrayExpression Representation of array expression.BinaryExpression Representation of a Binary expression in a Query.BooleanExpression Representation of a Boolean expression in a Query.CharacterExpression Representation of a Character expression in a QueryCollectionExpression 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.OptionalExpression Expression for java.util.Optional.ParameterLiteral Representation of a literal representing a parameter where we don't know the type of the parameter yet.SingleCollectionExpression Cover-all expression to represent "single collection" mapped types.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. -
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql.method Class 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. -
Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql.operation Class Description SQLExpression Base expression for SQL.