Uses of Class
net.java.ao.DBParam
Packages that use DBParam
-
Uses of DBParam in net.java.ao
Methods in net.java.ao with parameters of type DBParamModifier and TypeMethodDescription<T extends RawEntity<K>,
K>
TCreates a new entity of the specified type with the optionally specified initial parameters.protected <T extends RawEntity<K>,
K>
KDatabaseProvider.executeInsertReturningKey
(EntityManager manager, Connection conn, Class<T> entityType, Class<K> pkType, String pkField, String sql, DBParam... params) Delegate method to execute an INSERT statement returning any auto-generated primary key values.<T extends RawEntity<K>,
K>
KDatabaseProvider.insertReturningKey
(EntityManager manager, Connection conn, Class<T> entityType, Class<K> pkType, String pkField, boolean pkIdentity, String table, DBParam... params) Generates an INSERT statement to be used to create a new row in the database, returning the primary key value. -
Uses of DBParam in net.java.ao.db
Methods in net.java.ao.db with parameters of type DBParamModifier and TypeMethodDescriptionprotected <T extends RawEntity<K>,
K>
KHSQLDatabaseProvider.executeInsertReturningKey
(EntityManager manager, Connection conn, Class<T> entityType, Class<K> pkType, String pkField, String sql, DBParam... params) protected <T extends RawEntity<K>,
K>
KOracleDatabaseProvider.executeInsertReturningKey
(EntityManager manager, Connection conn, Class<T> entityType, Class<K> pkType, String pkField, String sql, DBParam... params) protected <T extends RawEntity<K>,
K>
KPostgreSQLDatabaseProvider.executeInsertReturningKey
(EntityManager manager, Connection conn, Class<T> entityType, Class<K> pkType, String pkField, String sql, DBParam... params) <T extends RawEntity<K>,
K>
KHSQLDatabaseProvider.insertReturningKey
(EntityManager manager, Connection conn, Class<T> entityType, Class<K> pkType, String pkField, boolean pkIdentity, String table, DBParam... params) <T extends RawEntity<K>,
K>
KPostgreSQLDatabaseProvider.insertReturningKey
(EntityManager manager, Connection conn, Class<T> entityType, Class<K> pkType, String pkField, boolean pkIdentity, String table, DBParam... params) <T extends RawEntity<K>,
K>
KSQLServerDatabaseProvider.insertReturningKey
(EntityManager manager, Connection conn, Class<T> entityType, Class<K> pkType, String pkField, boolean pkIdentity, String table, DBParam... params)