// And auto-create any properties that are defined by the new primary type ...
autoCreateItemsFor(newPrimaryType);
// Since we've changed the primary type, release the cached property definition IDs for the node's properties ...
for (AbstractJcrProperty prop : this.jcrProperties.values()) {
prop.releasePropertyDefinitionId();
}
}
@Override
public void addMixin( String mixinName )