public class SplitBoundedContextByAggregateAttribute extends AbstractRefactoring implements Refactoring
model, originalResource| Constructor and Description |
|---|
SplitBoundedContextByAggregateAttribute(java.util.function.Function<Aggregate,CompoundKey> aggregateToSetKeyMappingFunction,
java.lang.String boundedContextName) |
| Modifier and Type | Method and Description |
|---|---|
void |
doRefactor() |
doRefactor, saveResource, saveResourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoRefactorpublic SplitBoundedContextByAggregateAttribute(java.util.function.Function<Aggregate,CompoundKey> aggregateToSetKeyMappingFunction, java.lang.String boundedContextName)
public void doRefactor()
doRefactor in class AbstractRefactoring