Package nexj.core.meta.upgrade

Examples of nexj.core.meta.upgrade.UpgradeState


   {
      assert version != null && stateMap != null;

      for (;version != null; version = version.getNext())
      {
         UpgradeState state = Upgrade.getState(stateMap, version);

         // check for adapter compatibility limiting just to the requested datasource
         if (version instanceof RelationalSchemaUpgrade &&
             ((RelationalSchemaUpgrade)version).getDataSource() == rdb)
         {
View Full Code Here

TOP

Related Classes of nexj.core.meta.upgrade.UpgradeState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.