MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / checkFlags

Method checkFlags

jOOQ/src/main/java/org/jooq/impl/LoaderImpl.java:682–685  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected