Verwendungen von Enum-Klasse
org.jooq.meta.jaxb.Nullability
Packages, die Nullability verwenden
-
Verwendungen von Nullability in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb, die deklariert sind als NullabilityMethoden in org.jooq.meta.jaxb, die Nullability zurückgebenModifizierer und TypMethodeBeschreibungstatic NullabilityForcedType.getNullability()Whether this forced type should apply to nullable / non-nullable / all columnsstatic NullabilityGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static Nullability[]Nullability.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 NullabilityModifizierer und TypMethodeBeschreibungvoidForcedType.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