Preserve existing logic translating com.mongodb.MongoBulkWriteException that might be thrown by calling MongoOperations.insertAll(Collection), and move bulk operation translation to DefaultBulkOperations. Along the lines remove the no longer used PersistenceExceptionTranslator from DefaultBulkOperations. Original Pull Request: #862