org.hibernate.hql.ast.tree

Home
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
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Database ORM » hibernate » org.hibernate.hql.ast.tree 
org.hibernate.hql.ast.tree
Java Source File NameTypeComment
AbstractMapComponentNode.javaClass
AbstractNullnessCheckNode.javaClass Base class for nodes dealing 'is null' and 'is not null' operators.
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.
AggregatedSelectExpression.javaInterface
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()'.
ComponentJoin.javaClass Models an explicit join terminating at a component value (e.g.
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.
IsNotNullLogicOperatorNode.javaClass
IsNullLogicOperatorNode.javaClass Represents a 'is null' check.
JavaConstantNode.javaClass A node representing a static Java constant.
LiteralNode.javaClass Represents a literal.
MapEntryNode.javaClass
MapKeyNode.javaClass
MapValueNode.javaClass
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.
ParameterContainer.javaInterface Currently this is needed in order to deal with FromElement FromElements which conatin "hidden" JDBC parameters from applying filters.
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 Represents a unary operator node.
UnaryOperatorNode.javaInterface Contract for nodes representing unary operators.
UpdateStatement.javaClass Defines a top-level AST node representing an HQL update statement.
w_w_w___._ja__v_a__2___s__.c___o__m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.