Deprecated API


Contents
Deprecated Classes
liquibase.lockservice.LockServiceImpl
          use StandardLockService instead 
 

Deprecated Methods
liquibase.database.Database.correctSchema(CatalogAndSchema)
          use CatalogAndSchema.standardize(Database) 
liquibase.database.AbstractJdbcDatabase.correctSchema(String, String)
          use CatalogAndSchema.standardize(Database) 
liquibase.Liquibase.getFileOpener()
          use the newer-terminology version Liquibase.getResourceAccessor() 
liquibase.util.SystemUtils.getJavaVersion()
          Use SystemUtils.JAVA_VERSION_FLOAT instead. Method will be removed in Commons Lang 3.0. 
liquibase.logging.LogFactory.getLogger()
          Use non-static LogFactory.getLog() method 
liquibase.logging.LogFactory.getLogger(String)
          Use non-static LogFactory.getLog(String) method 
liquibase.change.core.AddForeignKeyConstraintChange.getReferencesUniqueColumn()
          No longer supported in 3.0 
liquibase.change.core.AbstractModifyDataChange.getWhereClause()
          use getWhere(). 
liquibase.statement.core.DeleteStatement.getWhereClause()
          use DeleteStatement.getWhere() 
liquibase.Liquibase.setCurrentDateTimeFunction(String)
          Should call Database.setCurrentDateTimeFunction(String) directly 
liquibase.logging.LogFactory.setLoggingLevel(String)
          Use non-static LogFactory.setDefaultLoggingLevel(String) method 
liquibase.change.core.CreateProcedureChange.setProcedureBody(String)
          Use setProcedureText() instead 
liquibase.change.core.AbstractModifyDataChange.setWhereClause(String)
          use setWhere() 
liquibase.statement.core.DeleteStatement.setWhereClause(String)
          use DeleteStatement.setWhere(String) 
 



Copyright © 2014 Liquibase.org. All Rights Reserved.