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 NameTypeComment
Abs.javaClass Absolute value.
AbstractVal.javaClass Abstract value for easy extension.
Aggregate.javaClass Aggregate listener that evaluates to a value.
All.javaClass All.
AndExpression.javaClass Combines two expressions.
Any.javaClass Any.
Args.javaClass A list of arguments to a multi-argument function.
Avg.javaClass Average.
BinaryOpExpState.javaClass Expression tree state for a binary operator.
BindVariableAndExpression.javaClass Combines a bind variable expression with another.
BindVariableExpression.javaClass Binds a variable to a value.
CompareEqualExpression.javaClass Compares two values for equality.
CompareExpression.javaClass Compares two values.
Concat.javaClass Concatenate one string with another.
Const.javaClass A literal or parameter in the filter.
ConstGetObjectId.javaClass Obtaining the object id of a constant.
ConstInstanceofExpression.javaClass Tests whether a value is an instance of a class.
ConstPath.javaClass A field traversal starting with a constant filter parameter.
ContainsExpression.javaClass Tests whether one value contains another.
ContainsKeyExpression.javaClass Tests whether a map value contains a key.
Count.javaClass Count non-null values.
CurrentDate.javaClass A literal current DATE/TIME/TIMESTAMP value in a filter.
Distinct.javaClass Distinct the specified path.
EmptyExpression.javaClass An empty expression.
EndsWithExpression.javaClass Test if one string ends with another.
EqualExpression.javaClass Compares two values.
Exp.javaInterface An Expression represents a query ready for execution.
ExpContext.javaClass Expression tree context.
ExpState.javaClass Expression tree state.
Extension.javaClass Filter listener that evaluates to a value.
FilterValue.javaInterface The simplified public view of any non-operator in a query filter, including constants, variables, and object fields.
FilterValueImpl.javaClass Implementation of FilterValue that wraps a Val .
GetColumn.javaClass Returns the SQL alias of the named column for use in a query.
GetMapValue.javaClass Returns the value of the given map's key.
GetObjectId.javaClass Select the oid value of an object; typically used in projections.
HasContainsExpressionVisitor.javaClass Determines whether the visited expressions include a "contains" expression.
IndexOf.javaClass Find the index of one string within another.
InExpression.javaClass Tests whether a value is IN a collection.
InKeyExpression.javaClass Tests whether a value is IN a map key set.
InstanceofExpression.javaClass Tests whether the given path is an instance of the given class.
InSubQExpression.javaClass Tests whether a value is IN a subquery.
InValueExpression.javaClass Tests whether a value is IN a map value collection.
IsEmptyExpression.javaClass Tests whether the given value is empty.
IsNotEmptyExpression.javaClass Tests whether the given value is not empty.
JDBCAggregateListener.javaInterface JDBC extension to the AggregateListener .
JDBCExpressionFactory.javaClass Expression factory implementation that can be used to execute queries via SQL.
JDBCFilterListener.javaInterface JDBC extension to the FilterListener .
JDBCPath.javaInterface A path represents a traversal into fields of a candidate object.
JDBCStringContains.javaClass Tests if the target contains the given argument.
JDBCWildcardMatch.javaClass Tests if the target matches the wildcard expression given in the argument.
Lit.javaClass A literal value in a filter.
MatchesExpression.javaClass Test if a string matches a regexp.
Math.javaClass Value produced by a mathematical operation on two values.
Max.javaClass Maximum.
Min.javaClass Minimum.
NotContainsExpression.javaClass Negates a contains expression using a subselect to make sure no elements meet the criteria.
NotEqualExpression.javaClass Compares two values.
NotExpression.javaClass Negates an expression.
Null.javaClass A literal null value in a filter.
OrExpression.javaClass Combines two expressions.
Param.javaClass A parameter in a filter.
PCPath.javaClass A path represents a traversal into fields of a candidate object.
QueryExpressionsState.javaClass Struct to hold the state of a query expressions instance.
SelectConstructor.javaClass Turns parsed queries into selects.
Size.javaClass Size.
SQLEmbed.javaClass Simple listener which embeds its SQL argument into the query.
SQLExpression.javaClass Simple listener which embeds the argument as an expression into the where clause generated by the query.
SQLValue.javaClass Simple listener which embeds the argument as a value into the where clause generated by the query.
Sqrt.javaClass Square root.
StartsWithExpression.javaClass Test if one string starts with another.
StringFunction.javaClass A JDBC string function.
StringLength.javaClass Returns the number of characters in a string.
SubQ.javaClass A subquery.
Substring.javaClass Take a substring of a string.
Sum.javaClass Sum.
ToLowerCase.javaClass Lower-cases a string.
ToUpperCase.javaClass Upper-cases a string.
Trim.javaClass Returns the number of characters in a string.
UnaryOp.javaClass Value produced by a unary operation on a value.
Val.javaInterface A Value represents any non-operator in a query filter, including constants, variables, and object fields.
Variable.javaClass 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.