org.hibernate.hql.ast.tree

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 » hibernate » org.hibernate.hql.ast.tree 
org.hibernate.hql.ast.tree
Java Source File NameTypeComment
AbstractRestrictableStatement.javaClass Convenience implementation of RestrictableStatement to centralize common functionality.
AbstractSelectExpression.javaClass Partial implementation of SelectExpression for all the nodes that aren't constructors.
AbstractStatement.javaClass Convenience implementation of Statement to centralize common functionality.
AggregateNode.javaClass Represents an aggregate function i.e.
AssignmentSpecification.javaClass Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement.
BetweenOperatorNode.javaClass Contract for nodes representing logcial BETWEEN (ternary) operators.
BinaryArithmeticOperatorNode.javaClass Nodes which represent binary arithmetic operators.
BinaryLogicOperatorNode.javaClass Contract for nodes representing binary operators.
BinaryOperatorNode.javaInterface Contract for nodes representing binary operators.
BooleanLiteralNode.javaClass Represents a boolean literal within a query.
Case2Node.javaClass Represents a case ...
CaseNode.javaClass Represents a case ...
CollectionFunction.javaClass Represents 'elements()' or 'indices()'.
ConstructorNode.javaClass Represents a constructor (new) in a SELECT.
CountNode.javaClass Represents a COUNT expression in a select.
DeleteStatement.javaClass Defines a top-level AST node representing an HQL delete statement.
DisplayableNode.javaInterface Implementors will return additional display text, which will be used by the ASTPrinter to display information (besides the node type and node text).
DotNode.javaClass Represents a reference to a property or alias expression.
ExpectedTypeAwareNode.javaInterface Interface for nodes which wish to be made aware of any determined "expected type" based on the context within they appear in the query.
FromClause.javaClass Represents the 'FROM' part of a query or subquery, containing all mapped class references.
FromElement.javaClass Represents a single mapped class mentioned in an HQL FROM clause.
FromElementFactory.javaClass Encapsulates the creation of FromElements and JoinSequences.
FromElementType.javaClass Delegate that handles the type and join sequence information for a FromElement.
FromReferenceNode.javaClass Represents a reference to a FROM element, for example a class alias in a WHERE clause.
HqlSqlWalkerNode.javaClass A semantic analysis node, that points back to the main analyzer.
IdentNode.javaClass Represents an identifier all by itself, which may be a function name, a class alias, or a form of naked property-ref depending on the context.
ImpliedFromElement.javaClass Represents a FROM element implied by a path expression or a collection reference.
IndexNode.javaClass Represents the [] operator and provides it's semantics.
InitializeableNode.javaInterface An interface for initializeable AST nodes.
InLogicOperatorNode.javaClass
InsertStatement.javaClass Defines a top-level AST node representing an HQL "insert select" statement.
IntoClause.javaClass Represents an entity referenced in the INTO clause of an HQL INSERT statement.
JavaConstantNode.javaClass A node representing a static Java constant.
LiteralNode.javaClass Represents a literal.
MethodNode.javaClass Represents a method call.
Node.javaClass Base node class for use by Hibernate within its AST trees.
OperatorNode.javaInterface Contract for nodes representing operators (logic or arithmetic).
OrderByClause.javaClass Implementation of OrderByClause.
ParameterNode.javaClass Implementation of ParameterNode.
PathNode.javaInterface An AST node with a path property.
QueryNode.javaClass Defines a top-level AST node representing an HQL select statement.
ResolvableNode.javaInterface The contract for expression sub-trees that can resolve themselves.
RestrictableStatement.javaInterface Type definition for Statements which are restrictable via a where-clause (and thus also having a from-clause).
SelectClause.javaClass Represents the list of expressions in a SELECT clause.
SelectExpression.javaInterface Represents an element of a projection list, i.e.
SelectExpressionImpl.javaClass A select expression that was generated by a FROM element.
SelectExpressionList.javaClass Common behavior - a node that contains a list of select expressions.
SessionFactoryAwareNode.javaInterface
SqlFragment.javaClass Represents an SQL fragment in the AST.
SqlNode.javaClass A base AST node for the intermediate tree.
Statement.javaInterface Common interface modeling the different HQL statements (i.e., INSERT, UPDATE, DELETE, SELECT).
UnaryArithmeticNode.javaClass
UnaryLogicOperatorNode.javaClass
UnaryOperatorNode.javaInterface Contract for nodes representing unary operators.
UpdateStatement.javaClass Defines a top-level AST node representing an HQL update statement.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.