Uses of Class
org.jooq.meta.jaxb.OnError
-
Packages that use OnError Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of OnError in org.jooq.meta
Methods in org.jooq.meta that return OnError Modifier and Type Method Description OnErrorAbstractDatabase. onError()OnErrorDatabase. onError()The behaviour when errors are encountered.Methods in org.jooq.meta with parameters of type OnError Modifier and Type Method Description 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 OnError Modifier and Type Field Description protected OnErrorConfiguration. onErrorMethods in org.jooq.meta.jaxb that return OnError Modifier and Type Method Description static OnErrorOnError. fromValue(String v)OnErrorConfiguration. getOnError()The action to be taken by the generator as the consequence of an encountered exception.static OnErrorOnError. valueOf(String name)Returns the enum constant of this type with the specified name.static OnError[]OnError. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type OnError Modifier and Type Method Description voidConfiguration. setOnError(OnError value)The action to be taken by the generator as the consequence of an encountered exception.ConfigurationConfiguration. withOnError(OnError value)The action to be taken by the generator as the consequence of an encountered exception.
-