Uses of Class
org.jooq.meta.jaxb.ForcedType
-
Packages that use ForcedType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of ForcedType in org.jooq.meta
Methods in org.jooq.meta that return ForcedType Modifier and Type Method Description ForcedTypeAbstractDatabase. getConfiguredForcedType(Definition definition)ForcedTypeAbstractDatabase. getConfiguredForcedType(Definition definition, DataTypeDefinition definedType)ForcedTypeDatabase. getConfiguredForcedType(Definition definition)Get the configured forced type object for any givenDefinition, ornullif noForcedTypematches the definition.ForcedTypeDatabase. 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 ForcedType Modifier and Type Method Description List<ForcedType>AbstractDatabase. getConfiguredForcedTypes()List<ForcedType>Database. getConfiguredForcedTypes()Database objects matching any of these field names will be generated as forced types.List<ForcedType>AbstractDatabase. getUnusedForcedTypes()List<ForcedType>Database. getUnusedForcedTypes()Retrieve the not-yet used forced types.Methods in org.jooq.meta with parameters of type ForcedType Modifier and Type Method Description static 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 ForcedType Modifier and Type Method Description 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 ForcedType Modifier and Type Field Description protected List<ForcedType>Database. forcedTypesMethods in org.jooq.meta.jaxb that return ForcedType Modifier and Type Method Description ForcedTypeObjectFactory. createForcedType()Create an instance ofForcedTypeForcedTypeForcedType. withBinding(String value)ABindingimplementation for the custom type.ForcedTypeForcedType. withConverter(String value)A converter implementation for thegetUserType().ForcedTypeForcedType. withEnumConverter(Boolean value)ForcedTypeForcedType. withExcludeExpression(String value)A Java regular expression matching columns, parameters, attributes, etc. which must not have this type.ForcedTypeForcedType. withExcludeTypes(String value)A Java regular expression matching data types which must not have this type.ForcedTypeForcedType. withExpression(String value)The same asgetIncludeExpression().ForcedTypeForcedType. withExpressions(String value)The same asgetIncludeExpression().ForcedTypeForcedType. withIncludeExpression(String value)A Java regular expression matching columns, parameters, attributes, etc. to be forced to have this type.ForcedTypeForcedType. withIncludeTypes(String value)A Java regular expression matching data types to be forced to have this type.ForcedTypeForcedType. withLambdaConverter(LambdaConverter value)A lambda converter implementation for thegetUserType().ForcedTypeForcedType. withName(String value)The name (inSQLDataType) to force any matches toForcedTypeForcedType. withNullability(Nullability value)Whether this forced type should apply to nullable / non-nullable / all columnsForcedTypeForcedType. withObjectType(ForcedTypeObjectType value)Whether this forced type should apply to all object types, or only to specific onesForcedTypeForcedType. withPriority(Integer value)The priority among forced types in which to apply this one.ForcedTypeForcedType. withSql(String value)A SQL statement that produces a table with one column containing the matched qualified or unqualified column names.ForcedTypeForcedType. withTypes(String value)The same asgetIncludeTypes().ForcedTypeForcedType. withUserType(String value)The type of the user type - e.g. java.time.LocalDateTime.Methods in org.jooq.meta.jaxb that return types with arguments of type ForcedType Modifier and Type Method Description List<ForcedType>Database. getForcedTypes()Methods in org.jooq.meta.jaxb with parameters of type ForcedType Modifier and Type Method Description DatabaseDatabase. withForcedTypes(ForcedType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type ForcedType Modifier and Type Method Description voidDatabase. setForcedTypes(List<ForcedType> forcedTypes)DatabaseDatabase. withForcedTypes(Collection<ForcedType> values)DatabaseDatabase. withForcedTypes(List<ForcedType> forcedTypes)
-