org.apache.openjpa.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.kernel.exps 
org.apache.openjpa.kernel.exps

OpenJPA Expression Tree

Java Source File NameTypeComment
Abs.javaClass Take the absolute value of a number.
AbstractExpressionBuilder.javaClass Abstract base class to help build expressions.
AbstractExpressionVisitor.javaClass No-op abstract visitor meant for easy extension.
Add.javaClass Value produced by two values being added together.
Aggregate.javaClass A value produced from evaluating a result aggregate.
AggregateListener.javaInterface An aggregate listener aggregates data produced by an ExpressionQuery.
AggregateVal.javaClass An aggregate of some value.
All.javaClass In-memory All implementation.
AndExpression.javaClass An expression that AND's two others together.
Any.javaClass In-memory Any implementation.
Args.javaClass A list of arguments to a multi-argument function.
Arguments.javaInterface Multiple arguments to a function call.
Avg.javaClass Average values.
BindKeyVariableExpression.javaClassBindVariableExpression for map key sets.
BindValueVariableExpression.javaClassBindVariableExpression for map value collections.
BindVariableAndExpression.javaClass Any contains(var) expression must be followed by at least one AND clause using the variable 'var'.
BindVariableExpression.javaClass Binds a variable to a collection.
BoundVariable.javaClass Represents a bound variable.
CandidatePath.javaClass A path represents a traversal into fields of a candidate object.
Cast.javaClass Represents a cast.
CompareExpression.javaClass Expression that compares two others.
Concat.javaClass Concatenate two strings together.
Constant.javaInterface Interface for any query constant value.
ContainsExpression.javaClass Tests that a Collection contains a value.
ContainsKeyExpression.javaClass Tests that a Map key set contains a value.
ContainsValueExpression.javaClass Tests that a Map value collection contains a value.
Count.javaClass Count non-null values.
CurrentDate.javaClass Represents the current date.
Distinct.javaClass A distinct set of the specified values.
Divide.javaClass Value produced by one value being divided by another.
EndsWithExpression.javaClass Expression that compares two others.
EqualExpression.javaClass Expression that compares two others.
Exp.javaClass An in-memory representation of an Expression .
Expression.javaInterface Interface for a set of conditions that must be met for the query to be true.
ExpressionFactory.javaInterface The ExpressionFactory must be implemented by a particular runtime to form Expression s in its native query language.
ExpressionParser.javaInterface Parser for query languages that will be used by a ExpressionQuery . A QueryParser is responsible for translating from some string-based query language into Expression s.
ExpressionVisitor.javaInterface Visits nodes of a query expression tree.
Extension.javaClass A value produced from evaluating a custom extension.
FilterListener.javaInterface A filter listener extends expression filters with custom functionality.
GetMapValue.javaClass Returns the value of the specified key in a Map.
GetObjectId.javaClass Get the oid of an object.
GreaterThanEqualExpression.javaClass Expression that compares two others.
GreaterThanExpression.javaClass Expression that compares two others.
IndexOf.javaClass Find the index of one string within another.
InMemoryExpressionFactory.javaClass Expression factory implementation that can be used to execute queries in memory.
InstanceofExpression.javaClass Tests whether a value is an instance of a class.
IsEmptyExpression.javaClass Expression to test for an empty Collection.
LessThanEqualExpression.javaClass Expression that compares two others.
LessThanExpression.javaClass Expression that compares two others.
Lit.javaClass Represents a literal.
Literal.javaInterface Interface for any literal value.
MatchesExpression.javaClass Expression that compares two others.
MathVal.javaClass Value produced by a mathematical operation on two values.
Max.javaClass Find the max.
Min.javaClass Find the min.
Mod.javaClass Value produced by one value being mod'd by another.
Multiply.javaClass Value produced by two values being multiplied together.
NotEqualExpression.javaClass Expression that compares two others.
NotExpression.javaClass An expression that NOT's another.
Null.javaClass Represents the null constant.
OrExpression.javaClass An expression that OR's two others together.
Param.javaClass Represents a parameter.
Parameter.javaInterface A query parameter.
Path.javaInterface A path represents a traversal into fields of a candidate object.
QueryExpressions.javaClass Struct to hold the state of a parsed expression query.
Resolver.javaInterface A Resolver is used to resolve listeners and class or entity names that appear in a query.
Size.javaClass Returns the count of a collection.
Sqrt.javaClass Take the square root of a number.
StartsWithExpression.javaClass Expression that compares two others.
StringContains.javaClass Tests if the target contains the given argument.
StringLength.javaClass Returns the number of characters in the String.
SubQ.javaClass An in-memory representation of a Subquery .
Subquery.javaInterface Query value representing a subquery.
Substring.javaClass Take the substring of a string.
Subtract.javaClass Value produced by one value being subtracted from another.
Sum.javaClass Sum values.
This.javaClass Represents the 'this' ptr in a filter.
ToLowerCase.javaClass Lower-case a string.
ToUpperCase.javaClass Upper-case a string.
Trim.javaClass Trims leading, trailing, or both charactes from a String.
UnaryMathVal.javaClass Value produced by a mathematical operation on one value.
UnboundVariable.javaClass Represents an unbound variable.
Val.javaClass An in-memory representation of a Value .
ValExpression.javaClass Boolean value used as an expression.
Value.javaInterface Interface for any non-operator in a query filter, including constants, variables, and object fields.
ValuePath.javaClass Represents a path that begins with a variable or parameter.
WildcardMatch.javaClass Tests if the target matches the wildcard expression given in the argument.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.