Verwendungen von Enum-Klasse
org.jooq.meta.jaxb.OnError
Packages, die OnError verwenden
-
Verwendungen von OnError in org.jooq.meta
Methoden in org.jooq.meta, die OnError zurückgebenModifizierer und TypMethodeBeschreibungfinal OnErrorAbstractDatabase.onError()Database.onError()The behaviour when errors are encountered.Methoden in org.jooq.meta mit Parametern vom Typ OnErrorModifizierer und TypMethodeBeschreibungfinal voidAbstractDatabase.setOnError(OnError onError) voidDatabase.setOnError(OnError onError) The behaviour when errors are encountered. -
Verwendungen von OnError in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb, die deklariert sind als OnErrorModifizierer und TypFeldBeschreibungprotected OnErrorConfiguration.onErrorprotected OnErrorConfiguration.onUnusedMethoden in org.jooq.meta.jaxb, die OnError zurückgebenModifizierer und TypMethodeBeschreibungstatic 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 OnErrorGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static OnError[]OnError.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.jooq.meta.jaxb mit Parametern vom Typ OnErrorModifizierer und TypMethodeBeschreibungvoidConfiguration.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.