Uses of Package
org.datanucleus.query.typesafe

Packages that use org.datanucleus.query.typesafe
org.datanucleus.query.typesafe Package providing a typesafe query mechanism, primarily for JDO. 
 

Classes in org.datanucleus.query.typesafe used by org.datanucleus.query.typesafe
BooleanExpression
          Representation of a boolean expression.
CharacterExpression
          Representation of a character expression.
CollectionExpression
          Representation of a collection in a query.
ComparableExpression
          Representation of an expression for a Java type that implements java.lang.Comparable.
DateExpression
          Representation of a date in a query.
DateTimeExpression
          Representation of a date-time type in a query.
Expression
          Representation of an expression in a query.
ListExpression
          Representation of a List in a query.
MapExpression
          Representation of a map in a query.
NumericExpression
          Representation of a numeric expression.
OrderExpression
          Expression representing the ordering using an expression and a direction.
OrderExpression.OrderDirection
           
PersistableExpression
          Expression representing a persistable object in a query (e.g alias.persistableField).
StringExpression
          Representation of a string in a query.
TemporalExpression
          Representation of a temporal type in a query.
TimeExpression
          Representation of a time in a query.
TypesafeQuery
          Interface for a type-safe query, using a fluent API.
TypesafeSubquery
          Interface for a type-safe subquery, using a fluent API.
 



Copyright © 2013. All Rights Reserved.