Package | Description |
---|---|
er.attachment.migrations | |
er.bugtracker.migrations | |
er.corebusinesslogic.migrations | |
er.extensions.migration |
Migrations
|
er.persistentsessionstorage.migrations | |
er.taggable.migrations |
Modifier and Type | Class and Description |
---|---|
class |
ERAttachment0
Performs the initial database table creation.
|
class |
ERAttachment1
Add creation date and available boolean.
|
class |
ERAttachment2 |
class |
ERAttachmentMigration
Provides a base class for a migration that adds an attachment to an
existing table.
|
Modifier and Type | Class and Description |
---|---|
class |
BugTracker0 |
class |
BugTracker1 |
Modifier and Type | Class and Description |
---|---|
class |
ERCoreBusinessLogic0 |
Modifier and Type | Interface and Description |
---|---|
interface |
IERXPostMigration
IERXPostMigration is the interface that you must implement to provide migrations that execute after the database
structurally matches your EOModels.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Map<IERXMigration,ERXModelVersion> |
ERXMigrator._buildDependenciesForModelsNamed(NSArray<String> modelNames,
NSArray<String> skipModelNames) |
Modifier and Type | Method and Description |
---|---|
protected void |
ERXMigrator._buildDependenciesForModel(EOModel model,
int migrateToVersion,
Map<String,Integer> versions,
Map<IERXMigration,ERXModelVersion> migrations,
NSArray<String> skipModelNames) |
Constructor and Description |
---|
ERXMigrationAction(EOEditingContext editingContext,
IERXMigration migration,
ERXModelVersion modelVersion,
IERXMigrationLock migrationLock,
String lockOwnerName,
Map<IERXPostMigration,ERXModelVersion> postMigrations) |
Modifier and Type | Class and Description |
---|---|
class |
ERPersistentSessionStorage0 |
Modifier and Type | Class and Description |
---|---|
class |
ERTaggable0
ERTaggable0 creates the ERTag table.
|
class |
ERTaggableEntity0
ERTaggableEntity0 provides a superclass for creating the join table
for your taggable entities.
|
Copyright © 2002 – 2024 Project Wonder.