Uses of Class
org.jooq.meta.jaxb.Nullability
-
Packages that use Nullability Package Description org.jooq.meta.jaxb -
-
Uses of Nullability in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as Nullability Modifier and Type Field Description protected NullabilityForcedType. nullabilityMethods in org.jooq.meta.jaxb that return Nullability Modifier and Type Method Description static NullabilityNullability. fromValue(String v)NullabilityForcedType. getNullability()Whether this forced type should apply to nullable / non-nullable / all columnsstatic NullabilityNullability. valueOf(String name)Returns the enum constant of this type with the specified name.static Nullability[]Nullability. 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 Nullability Modifier and Type Method Description voidForcedType. setNullability(Nullability value)Whether this forced type should apply to nullable / non-nullable / all columnsForcedTypeForcedType. withNullability(Nullability value)Whether this forced type should apply to nullable / non-nullable / all columns
-