Uses of Enum Class
org.jooq.meta.jaxb.OnError
Packages that use OnError
-
Uses of OnError in org.jooq.meta
Methods in org.jooq.meta that return OnErrorModifier and TypeMethodDescriptionfinal OnErrorAbstractDatabase.onError()Database.onError()The behaviour when errors are encountered.Methods in org.jooq.meta with parameters of type OnErrorModifier and TypeMethodDescriptionfinal voidAbstractDatabase.setOnError(OnError onError) voidDatabase.setOnError(OnError onError) The behaviour when errors are encountered. -
Uses of OnError in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as OnErrorModifier and TypeFieldDescriptionprotected OnErrorConfiguration.onErrorprotected OnErrorConfiguration.onUnusedMethods in org.jooq.meta.jaxb that return OnErrorModifier and TypeMethodDescriptionstatic OnErrorConfiguration.getOnError()The action to be taken by the generator as the consequence of an encountered exception.Configuration.getOnUnused()The action to be taken by the generator as the consequence of unused objects being encountered.static OnErrorReturns the enum constant of this class with the specified name.static OnError[]OnError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type OnErrorModifier and TypeMethodDescriptionvoidConfiguration.setOnError(OnError value) The action to be taken by the generator as the consequence of an encountered exception.voidConfiguration.setOnUnused(OnError value) The action to be taken by the generator as the consequence of unused objects being encountered.Configuration.withOnError(OnError value) The action to be taken by the generator as the consequence of an encountered exception.Configuration.withOnUnused(OnError value) The action to be taken by the generator as the consequence of unused objects being encountered.