Uses of Class
org.jooq.meta.jaxb.GeneratedAnnotationType
-
Packages that use GeneratedAnnotationType Package Description org.jooq.meta.jaxb -
-
Uses of GeneratedAnnotationType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as GeneratedAnnotationType Modifier and Type Field Description protected GeneratedAnnotationTypeGenerate. generatedAnnotationTypeMethods in org.jooq.meta.jaxb that return GeneratedAnnotationType Modifier and Type Method Description static GeneratedAnnotationTypeGeneratedAnnotationType. fromValue(String v)GeneratedAnnotationTypeGenerate. getGeneratedAnnotationType()Generate theGeneratedannotation to indicate jOOQ version used for source code.static GeneratedAnnotationTypeGeneratedAnnotationType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeneratedAnnotationType[]GeneratedAnnotationType. 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 GeneratedAnnotationType Modifier and Type Method Description voidGenerate. setGeneratedAnnotationType(GeneratedAnnotationType value)Generate theGeneratedannotation to indicate jOOQ version used for source code.GenerateGenerate. withGeneratedAnnotationType(GeneratedAnnotationType value)Generate theGeneratedannotation to indicate jOOQ version used for source code.
-