Uses of Class
org.jooq.meta.jaxb.Logging
-
Packages that use Logging Package Description org.jooq.meta.jaxb -
-
Uses of Logging in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as Logging Modifier and Type Field Description protected LoggingConfiguration. loggingMethods in org.jooq.meta.jaxb that return Logging Modifier and Type Method Description static LoggingLogging. fromValue(String v)LoggingConfiguration. getLogging()The logging configuration element specifies the code generation logging threshold.static LoggingLogging. valueOf(String name)Returns the enum constant of this type with the specified name.static Logging[]Logging. 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 Logging Modifier and Type Method Description voidConfiguration. setLogging(Logging value)The logging configuration element specifies the code generation logging threshold.ConfigurationConfiguration. withLogging(Logging value)The logging configuration element specifies the code generation logging threshold.
-