org.hibernate.ejb.criteria.expression

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.ejb.criteria.expression 
org.hibernate.ejb.criteria.expression
Java Source File NameTypeComment
AbstractTupleElement.javaClass
BinaryArithmeticOperation.javaClass Models standard arithmetc operations with two operands.
BinaryOperatorExpression.javaInterface Contract for operators with two operands.
CoalesceExpression.javaClass Models an ANSI SQL COALESCE expression.
CompoundSelectionImpl.javaClass The Hibernate implementation of the JPA CompoundSelection contract.
ConcatExpression.javaClass A string concatenation.
EntityTypeExpression.javaClass
ExpressionImpl.javaClass Models an expression in the criteria query language.
ListIndexExpression.javaClass An expression for referring to the index of a list.
LiteralExpression.javaClass Represents a literal expression.
MapEntryExpression.javaClass
NullifExpression.javaClass Models an ANSI SQL NULLIF expression.
NullLiteralExpression.javaClass Represents a NULLliteral expression.
ParameterExpressionImpl.javaClass Defines a parameter specification, or the information about a parameter (where it occurs, what is its type, etc).
PathTypeExpression.javaClass
SearchedCaseExpression.javaClass Models what ANSI SQL terms a searched case expression.
SelectionImpl.javaClass The Hibernate implementation of the JPA Selection contract.
SimpleCaseExpression.javaClass Models what ANSI SQL terms a simple case statement.
SizeOfCollectionExpression.javaClass Represents a "size of" expression in regards to a persistent collection; the implication is that of a subquery.
SubqueryComparisonModifierExpression.javaClass Represents a Modifier.ALL , Modifier.ANY , Modifier.SOME modifier appplied to a subquery as part of a comparison.
UnaryArithmeticOperation.javaClass Models unary arithmetic operation (unary plus and unary minus).
UnaryOperatorExpression.javaInterface Contract for operators with a single operand.
w_ww__.ja___v___a___2___s.__co___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.