public class OracleBeanSession extends AnsiSQLBeanSession
AnsiSQLBeanSession.QueryAndValues, AnsiSQLBeanSession.ValuebeanManager, conn, DEBUG, DEBUG_NATIVE, dispatcher, loadedINSERT, UPDATE| Constructor and Description |
|---|
OracleBeanSession(BeanManager beanManager,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCurrentTimestampCommand()
Get the command representing 'now' in this database.
|
protected StringBuilder |
handleLimit(StringBuilder sb,
OrderBy orderBy,
Limit limit)
Oracle will not SORT first then apply LIMIT.
|
void |
insert(Object bean)
Insert the bean in the database.
|
addTrigger, bindToInsertStatement, buildQuery, buildSelect, buildSelect, buildSelect, buildSelect, buildSelectImpl, buildSelectMinus, buildSelectMinus, buildTableName, compareDifferences, countList, createBasicInstance, createPKConstraintQuery, createTable, createTableAlias, createTableAlias, createTables, debugNativeSql, debugSql, delete, deleteAll, dispatchAfterDelete, dispatchAfterInsert, dispatchAfterUpdate, dispatchBeforeDelete, dispatchBeforeInsert, dispatchBeforeUpdate, dispatchTrigger, dropTable, getConfigFor, getConnection, getDatabaseType, getProperties, getPropertyBean, getValueFromBean, getValueFromBean, injectValue, isSet, isVarcharUnlimitedSupported, load, load, loadImpl, loadList, loadList, loadList, loadList, loadList, loadList, loadList, loadList, loadListMinus, loadListMinus, loadListMinus, loadListMinus, loadMinus, loadUnique, loadUnique, loadUniqueImpl, loadUniqueMinus, populateBean, populateBean, populateBean, populateBean, populateBeanImpl, populateBeanMinus, populateBeanMinus, prepareInsertQuery, propertyToColumn, propertyToColumn, propertyToColumn, removeTrigger, save, save, saveAll, secureLoadUnique, update, updateAll, updateDiffpublic OracleBeanSession(BeanManager beanManager, Connection conn)
protected String getCurrentTimestampCommand()
AnsiSQLBeanSessiongetCurrentTimestampCommand in class AnsiSQLBeanSessionprotected StringBuilder handleLimit(StringBuilder sb, OrderBy orderBy, Limit limit)
handleLimit in class AnsiSQLBeanSessionpublic void insert(Object bean)
BeanSessioninsert in interface BeanSessioninsert in class AnsiSQLBeanSessionbean - The bean to insertCopyright © 2016. All Rights Reserved.