()
| 680 | } |
| 681 | |
| 682 | private final void checkFlags() { |
| 683 | if (bulk != BULK_NONE && onDuplicate != ON_DUPLICATE_KEY_ERROR) |
| 684 | throw new LoaderConfigurationException("Cannot apply bulk loading with onDuplicateKey flags. Turn off either flag."); |
| 685 | } |
| 686 | |
| 687 | private final void executeJSON() { |
| 688 | Reader reader = null; |