Uses of Class
org.riverock.dbrevision.annotation.schema.db.Patch

Packages that use Patch
org.riverock.dbrevision.annotation.schema.db   
org.riverock.dbrevision.manager   
org.riverock.dbrevision.manager.patch   
 

Uses of Patch in org.riverock.dbrevision.annotation.schema.db
 

Fields in org.riverock.dbrevision.annotation.schema.db with type parameters of type Patch
protected  List<Patch> Patches.patches
           
 

Methods in org.riverock.dbrevision.annotation.schema.db that return Patch
 Patch ObjectFactory.createPatch()
          Create an instance of Patch
 

Methods in org.riverock.dbrevision.annotation.schema.db that return types with arguments of type Patch
 List<Patch> Patches.getPatches()
          Gets the value of the patches property.
 

Uses of Patch in org.riverock.dbrevision.manager
 

Methods in org.riverock.dbrevision.manager that return Patch
 Patch Version.getLastPatch()
           
 

Methods in org.riverock.dbrevision.manager that return types with arguments of type Patch
 List<Patch> Version.getPatches()
           
 

Uses of Patch in org.riverock.dbrevision.manager.patch
 

Methods in org.riverock.dbrevision.manager.patch that return types with arguments of type Patch
static List<Patch> PatchSorter.sort(List<Patch> patches)
           
 

Methods in org.riverock.dbrevision.manager.patch with parameters of type Patch
static void PatchService.processPatch(Database database, Patch patch)
           
 

Method parameters in org.riverock.dbrevision.manager.patch with type arguments of type Patch
static List<Patch> PatchSorter.sort(List<Patch> patches)
           
 



Copyright © 2008 Riverock community. All Rights Reserved.