org.apache.openjpa.jdbc.sql

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.sql 
org.apache.openjpa.jdbc.sql

OpenJPA-JDBC SQL Abstraction

Utilities for generating SQL.

Java Source File NameTypeComment
AbstractDB2Dictionary.javaClass Base dictionary for the IBM DB2 family of databases.
AbstractResult.javaClass A Result implementation designed to be subclassed easily by implementations.
AbstractSQLServerDictionary.javaClass Dictionary for the SQL Server databases (Sybase and MS SQL Server).
AccessDictionary.javaClass Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
CacheDictionary.javaClass Dictionary for Intersystems Cache.
Calendard.javaClass A calendar-modified value.
DB2Dictionary.javaClass Dictionary for IBM DB2 database.
DBDictionary.javaClass Class which allows the creation of SQL dynamically, in a database agnostic fashion.
DBDictionaryFactory.javaClass Factory class to instantiate a dictionary.
DerbyDictionary.javaClass Dictionary for Apache Derby (formerly Cloudscape).
EmpressDictionary.javaClass Dictionary for Empress using ODBC server combined with their type 2 driver.
FirebirdDictionary.javaClass Dictionary for Firebird.
FoxProDictionary.javaClass Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
H2Dictionary.javaClass Support for the H2 database ( http://www.h2database.com ).
HSQLDictionary.javaClass Dictionary for Hypersonic SQL database.
InformixDictionary.javaClass Dictionary for Informix database.
InterbaseDictionary.javaClass Dictionary for Borland Interbase.
JDataStoreDictionary.javaClass
Join.javaClass Represents a SQL join.
Joins.javaInterface Tracks joins made when traversing relations in a select.
JoinSet.javaClass Set type that recognizes that inner joins should take precedence over otherwise equal outer joins.
JoinSyntaxes.javaInterface Constants for ways of describing joins in SQL.
LogicalUnion.javaClass A logical union made up of multiple distinct selects whose results are combined in memory.
MergedResult.javaClass Result that merges multiple result delegates.
MySQLDictionary.javaClass Dictionary for MySQL.
OracleDictionary.javaClass Dictionary for Oracle.
PointbaseDictionary.javaClass Dictionary for Pointbase Embedded.
PostgresDictionary.javaClass Dictionary for Postgres.
PrimaryRow.javaClass Primary table row that tracks foreign keys and auto-inc columns.
Raw.javaClass Represents a raw SQL string for passing to Row.setObject.
Result.javaInterface A result from the execution of a query or stored procedure.
ResultSetResult.javaClass Base Result implementation wrapped around a result set.
Row.javaInterface Logical representation of a table row for insert/update/delete.
RowImpl.javaClass Basic Row implementation.
RowManager.javaInterface Manages rows during an insert/update/delete process.
RowManagerImpl.javaClass Manages SQL rows during an insert/update/delete process.
SecondaryRow.javaClass Secondary table row that tracks foreign keys to auto-inc columns.
Select.javaInterface Abstraction of a SQL SELECT statement.
SelectExecutor.javaInterface Interface for configuring and executing a SQL select.
SelectImpl.javaClass Standard Select implementation.
Sized.javaClass A sized value.
SQLBuffer.javaClass Buffer for SQL statements that can be used to create java.sql.PreparedStatements.
SQLExceptions.javaClass Helper class for converting a SQLException into the appropriate OpenJPA type.
SQLFactory.javaInterface Factory for SQL constructs.
SQLFactoryImpl.javaClass Default factory for SQL abstraction constructs.
SQLServerDictionary.javaClass Dictionary for MS SQLServer.
SybaseDictionary.javaClass Dictionary for Sybase. The main point of interest is that by default, every table that is created will have a unique column named "UNQ_INDEX" of the "IDENTITY" type.
Union.javaInterface SQL UNION.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.