public class LinkManager extends DeploymentManager<EntityTypeImpl<?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkManager.Phase
The linking phase
|
DeploymentManager.Context| Modifier and Type | Method and Description |
|---|---|
Void |
perform(EntityTypeImpl<?> entity)
Performs the actual task on the type.
|
static void |
perform(MetamodelImpl metamodel)
Performs the association linking operations.
|
getMetamodel, handleException, hasPerformed, perform, performedpublic static void perform(MetamodelImpl metamodel) throws BatooException
metamodel - the metamodelBatooException - thrown in case of an underlying exceptionpublic Void perform(EntityTypeImpl<?> entity) throws BatooException
perform in class DeploymentManager<EntityTypeImpl<?>>entity - the type to perform forBatooException - thrown in case of underlying errorCopyright © 2012-2013 Batoo. All Rights Reserved.