Deprecated API


Contents
Deprecated Methods
org.apache.empire.db.DBColumn.checkValue(Object)
          use validate() instead 
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. 
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.