Uses of Package
org.jpox.store.mapped.expression

Packages that use org.jpox.store.mapped.expression
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.store.mapped   
org.jpox.store.mapped.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.mapped.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.mapped.query   
org.jpox.store.mapped.scostore   
 

Classes in org.jpox.store.mapped.expression used by org.jpox.sco
QueryExpression
          Expression for a query in language-independent form.
 

Classes in org.jpox.store.mapped.expression used by org.jpox.store.mapped
ExpressionConversionAdapter
          Every expression written in the Java programming language has a type that can be deduced from the structure of the expression and the types of the literals, variables, and methods mentioned in the expression.
ExpressionLogicSetAdapter
          Interface that allows performing algebra operations over sets
ExpressionMethodAdapter
          Interface that allows one datastore adapt operations
ExpressionOperatorAdapter
          Interface that allows one datastore adapt expression and operators
ExpressionPatternAdapter
          Interface that allows one datastore adapt pattern expressions
ExpressionSupportedFeaturesAdapter
          Adapter to query expressions supported by a datastore
NumericExpression
          Representation of a Numeric expression in a Query.
QueryExpression
          Expression for a query in language-independent form.
ScalarExpression
          A Scalar expression in a Query.
 

Classes in org.jpox.store.mapped.expression used by org.jpox.store.mapped.expression
ArrayExpression
          Representation of array expression.
BinaryExpression
          Expression for binary object.
BooleanExpression
          Representation of a Boolean expression in a Query.
BooleanLiteral
          Representation of a Boolean literal in a Query.
CharacterExpression
          Representation of a Character expression in a Query
JoinExpression
          An expression representing a JOIN in JPQL terms.
Literal
          Represents a Literal expression.
LogicSetExpression
          Represents a Set.
NullLiteral
          Representation of a Null literal in a Query.
NumericExpression
          Representation of a Numeric expression in a Query.
ObjectExpression
          Representation of an Object expression in a Query.
QueryExpression
          Expression for a query in language-independent form.
ScalarExpression
          A Scalar expression in a Query.
ScalarExpression.DyadicOperator
          "Dyadic" operator performs operation on one or two operands
ScalarExpression.ExpressionList
          Ordered list of expressions comma separated
ScalarExpression.MonadicOperator
          "Monadic" operator performs a function on one operand.
ScalarExpression.Operator
          Inner class representing an Operator
SqlTemporalExpression
          Representation of an expression with an SQL time type (SQLDate, SQLTime, SQLTimestamp)
StringExpression
          Representation of an expression with a string.
StringLiteral
          Representation of a string literal.
UnboundVariable.VariableBinder
           
 

Classes in org.jpox.store.mapped.expression used by org.jpox.store.mapped.mapping
LogicSetExpression
          Represents a Set.
QueryExpression
          Expression for a query in language-independent form.
ScalarExpression
          A Scalar expression in a Query.
 

Classes in org.jpox.store.mapped.expression used by org.jpox.store.mapped.query
QueryExpression
          Expression for a query in language-independent form.
ScalarExpression
          A Scalar expression in a Query.
 

Classes in org.jpox.store.mapped.expression used by org.jpox.store.mapped.scostore
LogicSetExpression
          Represents a Set.
QueryExpression
          Expression for a query in language-independent form.
ScalarExpression
          A Scalar expression in a Query.
 



Copyright © -2008 . All Rights Reserved.