org.apache.openjpa.jdbc.kernel.exps
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Database ORM
»
openjpa
»
org.apache.openjpa.jdbc.kernel.exps
org.apache.openjpa.jdbc.kernel.exps
OpenJPA-JDBC Expression Tree
Java Source File Name
Type
Comment
Abs.java
Class
Absolute value.
AbstractVal.java
Class
Abstract value for easy extension.
Aggregate.java
Class
Aggregate listener that evaluates to a value.
All.java
Class
All.
AndExpression.java
Class
Combines two expressions.
Any.java
Class
Any.
Args.java
Class
A list of arguments to a multi-argument function.
Avg.java
Class
Average.
BinaryOpExpState.java
Class
Expression tree state for a binary operator.
BindVariableAndExpression.java
Class
Combines a bind variable expression with another.
BindVariableExpression.java
Class
Binds a variable to a value.
CompareEqualExpression.java
Class
Compares two values for equality.
CompareExpression.java
Class
Compares two values.
Concat.java
Class
Concatenate one string with another.
Const.java
Class
A literal or parameter in the filter.
ConstGetObjectId.java
Class
Obtaining the object id of a constant.
ConstInstanceofExpression.java
Class
Tests whether a value is an instance of a class.
ConstPath.java
Class
A field traversal starting with a constant filter parameter.
ContainsExpression.java
Class
Tests whether one value contains another.
ContainsKeyExpression.java
Class
Tests whether a map value contains a key.
Count.java
Class
Count non-null values.
CurrentDate.java
Class
A literal current DATE/TIME/TIMESTAMP value in a filter.
Distinct.java
Class
Distinct the specified path.
EmptyExpression.java
Class
An empty expression.
EndsWithExpression.java
Class
Test if one string ends with another.
EqualExpression.java
Class
Compares two values.
Exp.java
Interface
An Expression represents a query ready for execution.
ExpContext.java
Class
Expression tree context.
ExpState.java
Class
Expression tree state.
Extension.java
Class
Filter listener that evaluates to a value.
FilterValue.java
Interface
The simplified public view of any non-operator in a query filter, including constants, variables, and object fields.
FilterValueImpl.java
Class
Implementation of
FilterValue
that wraps a
Val
.
GetColumn.java
Class
Returns the SQL alias of the named column for use in a query.
GetMapValue.java
Class
Returns the value of the given map's key.
GetObjectId.java
Class
Select the oid value of an object; typically used in projections.
HasContainsExpressionVisitor.java
Class
Determines whether the visited expressions include a "contains" expression.
IndexOf.java
Class
Find the index of one string within another.
InExpression.java
Class
Tests whether a value is IN a collection.
InKeyExpression.java
Class
Tests whether a value is IN a map key set.
InstanceofExpression.java
Class
Tests whether the given path is an instance of the given class.
InSubQExpression.java
Class
Tests whether a value is IN a subquery.
InValueExpression.java
Class
Tests whether a value is IN a map value collection.
IsEmptyExpression.java
Class
Tests whether the given value is empty.
IsNotEmptyExpression.java
Class
Tests whether the given value is not empty.
JDBCAggregateListener.java
Interface
JDBC extension to the
AggregateListener
.
JDBCExpressionFactory.java
Class
Expression factory implementation that can be used to execute queries via SQL.
JDBCFilterListener.java
Interface
JDBC extension to the
FilterListener
.
JDBCPath.java
Interface
A path represents a traversal into fields of a candidate object.
JDBCStringContains.java
Class
Tests if the target contains the given argument.
JDBCWildcardMatch.java
Class
Tests if the target matches the wildcard expression given in the argument.
Lit.java
Class
A literal value in a filter.
MatchesExpression.java
Class
Test if a string matches a regexp.
Math.java
Class
Value produced by a mathematical operation on two values.
Max.java
Class
Maximum.
Min.java
Class
Minimum.
NotContainsExpression.java
Class
Negates a contains expression using a subselect to make sure no elements meet the criteria.
NotEqualExpression.java
Class
Compares two values.
NotExpression.java
Class
Negates an expression.
Null.java
Class
A literal null value in a filter.
OrExpression.java
Class
Combines two expressions.
Param.java
Class
A parameter in a filter.
PCPath.java
Class
A path represents a traversal into fields of a candidate object.
QueryExpressionsState.java
Class
Struct to hold the state of a query expressions instance.
SelectConstructor.java
Class
Turns parsed queries into selects.
Size.java
Class
Size.
SQLEmbed.java
Class
Simple listener which embeds its SQL argument into the query.
SQLExpression.java
Class
Simple listener which embeds the argument as an expression into the where clause generated by the query.
SQLValue.java
Class
Simple listener which embeds the argument as a value into the where clause generated by the query.
Sqrt.java
Class
Square root.
StartsWithExpression.java
Class
Test if one string starts with another.
StringFunction.java
Class
A JDBC string function.
StringLength.java
Class
Returns the number of characters in a string.
SubQ.java
Class
A subquery.
Substring.java
Class
Take a substring of a string.
Sum.java
Class
Sum.
ToLowerCase.java
Class
Lower-cases a string.
ToUpperCase.java
Class
Upper-cases a string.
Trim.java
Class
Returns the number of characters in a string.
UnaryOp.java
Class
Value produced by a unary operation on a value.
Val.java
Interface
A Value represents any non-operator in a query filter, including constants, variables, and object fields.
Variable.java
Class
A variable in a filter.
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.