Uses of Class
org.jooq.meta.jaxb.ForcedType
Packages that use ForcedType
-
Uses of ForcedType in org.jooq.meta
Methods in org.jooq.meta that return ForcedTypeModifier and TypeMethodDescriptionfinal ForcedTypeAbstractDatabase.getConfiguredForcedType(Definition definition) final ForcedTypeAbstractDatabase.getConfiguredForcedType(Definition definition, DataTypeDefinition definedType) Database.getConfiguredForcedType(Definition definition) Get the configured forced type object for any givenDefinition, ornullif noForcedTypematches the definition.Database.getConfiguredForcedType(Definition definition, DataTypeDefinition definedType) Get the configured forced type object for any givenDefinition, ornullif noForcedTypematches the definition.Methods in org.jooq.meta that return types with arguments of type ForcedTypeModifier and TypeMethodDescriptionfinal List<ForcedType> AbstractDatabase.getConfiguredForcedTypes()Database.getConfiguredForcedTypes()Database objects matching any of these field names will be generated as forced types.AbstractDatabase.getUnusedForcedTypes()Database.getUnusedForcedTypes()Retrieve the not-yet used forced types.Methods in org.jooq.meta with parameters of type ForcedTypeModifier and TypeMethodDescriptionstatic final CustomTypeAbstractTypedElementDefinition.customType(Database db, ForcedType forcedType) voidAbstractDatabase.markUsed(ForcedType forcedType) voidDatabase.markUsed(ForcedType forcedType) Mark a forced type as used.Method parameters in org.jooq.meta with type arguments of type ForcedTypeModifier and TypeMethodDescriptionfinal voidAbstractDatabase.setConfiguredForcedTypes(List<ForcedType> configuredForcedTypes) voidDatabase.setConfiguredForcedTypes(List<ForcedType> types) Database objects matching any of these field names will be generated as forced types. -
Uses of ForcedType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type ForcedTypeMethods in org.jooq.meta.jaxb that return ForcedTypeModifier and TypeMethodDescriptionObjectFactory.createForcedType()Create an instance ofForcedTypeForcedType.withAuditInsertTimestamp(Boolean value) Whether this column acts as an auditGeneratorStatementType.INSERTtimestamp.ForcedType.withAuditInsertUser(Boolean value) Whether this column acts as an auditGeneratorStatementType.INSERTtimestamp.ForcedType.withAuditUpdateTimestamp(Boolean value) Whether this column acts as an auditGeneratorStatementType.UPDATEtimestamp.ForcedType.withAuditUpdateUser(Boolean value) Whether this column acts as an auditGeneratorStatementType.UPDATEtimestamp.ForcedType.withAutoConverter(Boolean value) Whether the converter is anAutoConverter.ForcedType.withBinding(String value) ABindingimplementation for the custom type.ForcedType.withConverter(String value) A converter implementation for thegetUserType().ForcedType.withEnumConverter(Boolean value) Whether the converter is anEnumConverter.ForcedType.withExcludeExpression(String value) A Java regular expression matching columns, parameters, attributes, etc.ForcedType.withExcludeTypes(String value) A Java regular expression matching data types which must not have this type.ForcedType.withExpression(String value) The same asgetIncludeExpression().ForcedType.withExpressions(String value) The same asgetIncludeExpression().ForcedType.withGenerator(String value) AGeneratorimplementation used for client-side computed columns.ForcedType.withGenericBinding(Boolean value) Whether the binding is generic, receiving<T, U>type variables as well asClass<T> andClass<U> constructor arguments.ForcedType.withGenericConverter(Boolean value) Whether the converter is generic, receiving<T, U>type variables as well asClass<T> andClass<U> constructor arguments.ForcedType.withHidden(Boolean value) The hidden flag allows for hiding columns from usage in queries by default, unless explicitly projected..ForcedType.withIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.ForcedType.withIncludeExpression(String value) A Java regular expression matching columns, parameters, attributes, etc.ForcedType.withIncludeTypes(String value) A Java regular expression matching data types to be forced to have this type.ForcedType.withJsonConverter(Boolean value) Whether the converter is anor ainvalid reference
org.jooq.jackson.extensions.converters.JSONtoJacksonConverter.invalid reference
org.jooq.jackson.extensions.converters.JSONtoJacksonConverterForcedType.withLambdaConverter(LambdaConverter value) A lambda converter implementation for thegetUserType().The name (inSQLDataType) to force any matches toForcedType.withNullability(Nullability value) Whether this forced type should apply to nullable / non-nullable / all columnsForcedType.withObjectType(ForcedTypeObjectType value) Whether this forced type should apply to all object types, or only to specific onesForcedType.withPriority(Integer value) The priority among forced types in which to apply this one.A SQL statement that produces a table with one column containing the matched qualified or unqualified column names.The same asgetIncludeTypes().ForcedType.withUserType(String value) The type of the user type - e.g.ForcedType.withVisibilityModifier(VisibilityModifier value) The visibility modifier to be used in generated code for the column that is matched by this forced type, if applicable.ForcedType.withXmlConverter(Boolean value) Whether the converter is anXMLtoJAXBConverter.Methods in org.jooq.meta.jaxb that return types with arguments of type ForcedTypeMethods in org.jooq.meta.jaxb with parameters of type ForcedTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type ForcedTypeModifier and TypeMethodDescriptionvoidDatabase.setForcedTypes(List<ForcedType> forcedTypes) Database.withForcedTypes(Collection<ForcedType> values) Database.withForcedTypes(List<ForcedType> forcedTypes)