|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
org.apache.empire.db.DBColumn.checkValue(Object)
use validate() instead |
|
org.apache.empire.db.DBDatabase.executeSQL(String, Connection)
This method has be deprecated in order to avoid missing command parameters for prepared statements Instead of using this method signature please use any of the following: executeInsert(...) executeUpdate(...) executeDelete(...) or use executeSQL(String sqlCmd, Object[] sqlParams, Connection conn) |
|
org.apache.empire.db.DBDatabase.getQualifiedName(String)
|
|
org.apache.empire.db.DBTable.isCascadeDelete()
Deprecated flag that indicates whether cascaded deletes are enabled on this table. This property will be removed in future releases. Use DBRelation.getOnDeleteAction() instead. |
|
org.apache.empire.commons.StringUtils.isValid(String)
this has been renamed to isNotEmpty |
|
org.apache.empire.db.DBColumnExpr.nvl(Object)
Outdated oracle syntax - use coalesce instead |
|
org.apache.empire.db.DBTable.setCascadeDelete(boolean)
Deprecated flag that enables cascaded deletes on foreign key relations. WARING: The flag only affects newly created relations referring to this table. This property will be removed in future releases. Use DBRelation.setOnDeleteAction() instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |