Package | Description |
---|---|
org.alfresco.repo.domain.schema |
Modifier and Type | Method and Description |
---|---|
void |
SchemaBootstrap.addPostUpdateScriptPatch(SchemaUpgradeScriptPatch scriptPatch)
Register a new SQL-based patch for consideration against the instance (after Hibernate execution)
|
void |
SchemaBootstrap.addPreUpdateScriptPatch(SchemaUpgradeScriptPatch scriptPatch)
Register a new SQL-based patch for consideration against the instance (before Hibernate execution)
|
void |
SchemaBootstrap.addUpdateActivitiScriptPatch(SchemaUpgradeScriptPatch scriptPatch)
Register a new SQL-based patch for consideration against the Activiti instance
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaBootstrapRegistration.setPostUpdateScriptPatches(List<SchemaUpgradeScriptPatch> postUpdateScriptPatches) |
void |
SchemaBootstrapRegistration.setPreUpdateScriptPatches(List<SchemaUpgradeScriptPatch> preUpdateScriptPatches) |
void |
SchemaBootstrapRegistration.setUpdateActivitiScriptPatches(List<SchemaUpgradeScriptPatch> updateActivitiScriptPatches) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.