org.jboss.ejb.plugins.cmp.jdbc

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 » EJB Server JBoss 4.2.1 » server » org.jboss.ejb.plugins.cmp.jdbc 
org.jboss.ejb.plugins.cmp.jdbc
Java Source File NameTypeComment
AliasManager.javaClass This class manages aliases for generated queries.
ByteArrayBlob.javaClass The representation (mapping) in the JavaTM programming language of an SQL BLOB value to an array of bytes. A ByteArrayBlob contains an internal buffer that contains bytes that may be read from the stream.
CascadeDeleteStrategy.javaClass
CMPFieldStateFactory.javaInterface Implementations of this interface are used to create and compare field states for equality.
EJBQLToSQL92Compiler.javaClass Compiles EJB-QL and JBossQL into SQL using OUTER and INNER joins.
JDBCAbstractCreateCommand.javaClass Base class for create commands that drives the operation sequence.
JDBCAbstractQueryCommand.javaClass Abstract superclass of finder commands that return collections.
JDBCActivateEntityCommand.javaClass JDBCActivateEntityCommand initializes the entity persistence context. For cmp 1.x it creates a place to store original values for dirty checking. In CMP2.x it creates a place to store the actual value.
JDBCCommandFactory.javaClass JDBCCommandFactory creates all required CMP command and some JDBC specific commands.
JDBCContext.javaClass
JDBCCreateBeanClassInstanceCommand.javaClass JDBCBeanClassInstanceCommand creates instance of the bean class.
JDBCCreateCommand.javaInterface
JDBCCreateEntityCommand.javaClass JDBCCreateEntityCommand executes an INSERT INTO query. This command will only insert non-read-only columns.
JDBCCustomFinderQuery.javaClass CMPStoreManager CustomFindByEntitiesCommand. Implements bridge for custom implemented finders in container managed entity beans.
JDBCDeclaredSQLQuery.javaClass This class generates a query based on the delcared-sql xml specification.
JDBCDeleteRelationsCommand.javaClass Deletes relations from a relation table.
JDBCDestroyCommand.javaClass JDBCDestroyCommand does nothing.
JDBCDynamicQLQuery.javaClass This class generates a query from JBoss-QL.
JDBCEJBQLCompiler.javaClass Compiles EJB-QL and JBossQL into SQL.
JDBCEJBQLQuery.javaClass This class generates a query from EJB-QL.
JDBCEntityPersistenceStore.javaInterface
JDBCFindAllQuery.javaClass JDBCFindAllQuery automatic finder used in CMP 1.x.
JDBCFindByPrimaryKeyQuery.javaClass JDBCBeanExistsCommand is a JDBC query that checks if an id exists in the database.
JDBCFindByQuery.javaClass JDBCFindByQuery automatic finder used in CMP 1.x.
JDBCFindEntitiesCommand.javaClass Delegates to the specific query command.
JDBCFindEntityCommand.javaClass JDBCFindEntityCommand finds a single entity, by deligating to find entities and checking that only entity is returned.
JDBCIdentityColumnCreateCommand.javaClass Base class for create commands where the PK value is generated as side effect of performing the insert operation.
JDBCInitCommand.javaClass JDBCInitCommand does nothing.
JDBCInitEntityCommand.javaClass
JDBCInsertPKCreateCommand.javaClass Base class for create commands that actually insert the primary key value.
JDBCInsertRelationsCommand.javaClass Inserts relations into a relation table.
JDBCIsModifiedCommand.javaClass JDBCIsModifiedCommand determines if the entity has been modified.
JDBCJBossQLQuery.javaClass This class generates a query from JBoss-QL.
JDBCLoadEntityCommand.javaClass JDBCLoadEntityCommand loads the data for an instance from the table. This command implements specified eager loading.
JDBCLoadRelationCommand.javaClass Loads relations for a particular entity from a relation table.
JDBCParameterSetter.javaInterface Implementations of this interface are used to set java.sql.PreparedStatement parameters.
JDBCPassivateEntityCommand.javaClass JDBCPassivateEntityCommand deletes the entity persistence context, where data about the instence is keeps.
JDBCPostCreateEntityCommand.javaClass This command establishes relationships for CMR fields that have foreign keys mapped to primary keys.
JDBCQueryCommand.javaInterface Common interface for all query commands.
JDBCQueryManager.javaClass Maintains a map from a query method to query command.
JDBCRelationInterceptor.javaClass The role of this interceptor relationship messages from a related CMR field and invoke the specified message on this container's cmr field of the relationship.
JDBCRemoveEntityCommand.javaClass JDBCRemoveEntityCommand executes a DELETE FROM table WHERE command.
JDBCResultSetReader.javaInterface Implementations of this interface are used to read java.sql.ResultSet.
JDBCStartCommand.javaClass JDBCStartCommand creates the table if specified in xml.
JDBCStopCommand.javaClass JDBCStopCommand drops the table for this entity if specified in the xml.
JDBCStoreEntityCommand.javaClass JDBCStoreEntityCommand updates the row with the new state.
JDBCStoreManager.javaClass JDBCStoreManager manages storage of persistence data into a table. Other then loading the initial jbosscmp-jdbc.xml file this class does very little.
JDBCType.javaInterface This interface represents a mapping between a Java type and JDBC type.
JDBCTypeComplex.javaClass JDBCTypeComplex provides the mapping between a Java Bean (not an EJB) and a set of columns.
JDBCTypeComplexProperty.javaClass Immutable class which contins the mapping between a single Java Bean (not an EJB) property and a column.
JDBCTypeFactory.javaClass JDBCTypeFactory mapps Java Classes to JDBCType objects.
JDBCTypeSimple.javaClass This class provides a simple mapping of a Java type type to a single column.
JDBCUtil.javaClass JDBCUtil takes care of some of the more anoying JDBC tasks.
LockingStrategy.javaInterface
Mapper.javaInterface Generally, implementations of this interface map instances of one Java type into instances of another Java type. Mappers are used in cases when instances of "enum" types are used as CMP field values.
QLCompiler.javaInterface
QueryParameter.javaClass
ReadAheadCache.javaClass ReadAheadCache stores all of the data readahead for an entity. Data is stored in the JDBCStoreManager entity tx data map on a per entity basis.
RelationData.javaClass This class holds data about one relationship.
RelationPair.javaClass This class represents one pair of entities in a relation.
SQLExceptionProcessor.javaClass Default SQLExceptionProcessor.
SQLExceptionProcessorMBean.javaInterface MBean interface.
SQLUtil.javaClass SQLUtil helps with building sql statements.
TCLAction.javaInterface
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.