The problem is this line (hopefully just this one):
final ComponentType identifierType = (ComponentType) entityPersister.getIdentifierType();
ComponentType is a specific type. This should use CompositeType instead.