![JAR search and dependency download from the Maven repository](/logo.png)
javax.jdo.query.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdo-api Show documentation
Show all versions of jdo-api Show documentation
The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process.
The newest version!
Package providing expressions for building a typed JDOQL query.
Fields/Params/Vars of a persistable type are represented as Expression.
All generated "Q" classes extend "PersistableExpression", and provide the fields/properties
of the persistable class as Expression types.
Fields/Params/Vars of a container type are represented as CollectionExpression, MapExpression.
Fields/Params/Vars of other types, or literals are represented by
- StringExpression
- EnumExpression
- NumericExpression
- BooleanExpression
- ByteExpression
- CharacterExpression
- DateExpression
- DateTimeExpression
- TimeExpression
- ObjectExpression
© 2015 - 2025 Weber Informatics LLC | Privacy Policy