Uses of Enum Class
org.jooq.meta.jaxb.ForcedTypeObjectType
Packages that use ForcedTypeObjectType
-
Uses of ForcedTypeObjectType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as ForcedTypeObjectTypeMethods in org.jooq.meta.jaxb that return ForcedTypeObjectTypeModifier and TypeMethodDescriptionstatic ForcedTypeObjectTypeForcedType.getObjectType()Whether this forced type should apply to all object types, or only to specific onesstatic ForcedTypeObjectTypeReturns the enum constant of this class with the specified name.static ForcedTypeObjectType[]ForcedTypeObjectType.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 ForcedTypeObjectTypeModifier and TypeMethodDescriptionvoidForcedType.setObjectType(ForcedTypeObjectType value) Whether this forced type should apply to all object types, or only to specific onesForcedType.withObjectType(ForcedTypeObjectType value) Whether this forced type should apply to all object types, or only to specific ones