| Name | Description | Type | Package | Framework |
| GetTCLAction | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server | |
| JDBC30GeneratedKeysCreateCommand | Create method that uses the JDBC 3. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCDB2IdentityValLocalCreateCommand | Create method that uses the identity_val_local() function in DB2 to get get the ID of the last inserted row, and populate it into the EJB | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCHsqldbCreateCommand | Create command for Hypersonic that generated keys using an IDENTITY column. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCInformixCreateCommand | Create command for Informix that uses the driver's getSerial method to retrieve SERIAL values. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCKeyGeneratorCreateCommand | JDBCKeyGeneratorCreateCommand executes an INSERT INTO query. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCMySQLCreateCommand | Create command for MySQL that uses the driver's getGeneratedKeys method to retrieve AUTO_INCREMENT values. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCOracleCreateCommand | Create command for use with Oracle that uses a sequence in conjuction with a RETURNING clause to generate keys in a single statement | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCOracleSequenceCreateCommand | Create command for use with Oracle that uses a sequence in conjuction with a RETURNING clause to generate keys in a single statement | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCPkSqlCreateCommand | Create command that uses an SQL statement to generate the primary key. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCPostgreSQLCreateCommand | Create command for PostgreSQL that fetches the currval of the sequence associated with a SERIAL column in this table. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCSQLServerCreateCommand | Create command for Microsoft SQL Server that uses the value from an IDENTITY columns. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
| JDBCSybaseCreateCommand | Create command for Sybase that uses the value from an IDENTITY columns. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |