Uses of Enum Class
org.jooq.meta.jaxb.Nullability
Packages that use Nullability
-
Uses of Nullability in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as NullabilityMethods in org.jooq.meta.jaxb that return NullabilityModifier and TypeMethodDescriptionstatic NullabilityForcedType.getNullability()Whether this forced type should apply to nullable / non-nullable / all columnsstatic NullabilityReturns the enum constant of this class with the specified name.static Nullability[]Nullability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type NullabilityModifier and TypeMethodDescriptionvoidForcedType.setNullability(Nullability value) Whether this forced type should apply to nullable / non-nullable / all columnsForcedType.withNullability(Nullability value) Whether this forced type should apply to nullable / non-nullable / all columns