Project Wonder 5.0

Uses of Interface
er.extensions.migration.IERXMigration

Packages that use IERXMigration
er.attachment.migrations   
er.bugtracker.migrations   
er.corebusinesslogic.migrations   
er.extensions.migration Migrations 
er.taggable.migrations   
 

Uses of IERXMigration in er.attachment.migrations
 

Classes in er.attachment.migrations that implement IERXMigration
 class ERAttachment0
          Performs the initial database table creation.
 class ERAttachment1
          Add creation date and available boolean.
 class ERAttachmentMigration
          Provides a base class for a migration that adds an attachment to an existing table.
 

Uses of IERXMigration in er.bugtracker.migrations
 

Classes in er.bugtracker.migrations that implement IERXMigration
 class BugTracker0
           
 class BugTracker1
           
 

Uses of IERXMigration in er.corebusinesslogic.migrations
 

Classes in er.corebusinesslogic.migrations that implement IERXMigration
 class ERCoreBusinessLogic0
           
 

Uses of IERXMigration in er.extensions.migration
 

Subinterfaces of IERXMigration in er.extensions.migration
 interface IERXPostMigration
          IERXPostMigration is the interface that you must implement to provide migrations that execute after the database structurally matches your EOModels.
 

Classes in er.extensions.migration that implement IERXMigration
 class ERXMigration
          Convenience superclass for Migration classes.
static class ERXMigrationDatabase.Migration
          A convenience implementation of IERXMigration that passes in an ERXMigrationDatabase instead of channel + model.
 

Methods in er.extensions.migration that return types with arguments of type IERXMigration
protected  java.util.Map<IERXMigration,ERXModelVersion> ERXMigrator._buildDependenciesForModelsNamed(com.webobjects.foundation.NSArray<java.lang.String> modelNames, com.webobjects.foundation.NSArray<java.lang.String> skipModelNames)
           
 

Method parameters in er.extensions.migration with type arguments of type IERXMigration
protected  void ERXMigrator._buildDependenciesForModel(com.webobjects.eoaccess.EOModel model, int migrateToVersion, java.util.Map<java.lang.String,java.lang.Integer> versions, java.util.Map<IERXMigration,ERXModelVersion> migrations)
           
 

Constructors in er.extensions.migration with parameters of type IERXMigration
ERXMigrator.ERXMigrationAction(com.webobjects.eocontrol.EOEditingContext editingContext, IERXMigration migration, ERXModelVersion modelVersion, IERXMigrationLock migrationLock, java.lang.String lockOwnerName, java.util.Map<IERXPostMigration,ERXModelVersion> postMigrations)
           
 

Uses of IERXMigration in er.taggable.migrations
 

Classes in er.taggable.migrations that implement IERXMigration
 class ERTaggable0
          ERTaggable0 creates the ERTag table.
 class ERTaggableEntity0
          ERTaggableEntity0 provides a superclass for creating the join table for your taggable entities.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.