Verwendungen von Klasse
org.jooq.meta.jaxb.ForcedType
Packages, die ForcedType verwenden
-
Verwendungen von ForcedType in org.jooq.meta
Methoden in org.jooq.meta, die ForcedType zurückgebenModifizierer und TypMethodeBeschreibungfinal 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.Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ ForcedType zurückgebenModifizierer und TypMethodeBeschreibungfinal 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.Methoden in org.jooq.meta mit Parametern vom Typ ForcedTypeModifizierer und TypMethodeBeschreibungstatic final CustomTypeAbstractTypedElementDefinition.customType(Database db, ForcedType forcedType) voidAbstractDatabase.markUsed(ForcedType forcedType) voidDatabase.markUsed(ForcedType forcedType) Mark a forced type as used.Methodenparameter in org.jooq.meta mit Typargumenten vom Typ ForcedTypeModifizierer und TypMethodeBeschreibungfinal voidAbstractDatabase.setConfiguredForcedTypes(List<ForcedType> configuredForcedTypes) voidDatabase.setConfiguredForcedTypes(List<ForcedType> types) Database objects matching any of these field names will be generated as forced types. -
Verwendungen von ForcedType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ ForcedTypeMethoden in org.jooq.meta.jaxb, die ForcedType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.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.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 aUngültige Referenz
org.jooq.jackson.extensions.converters.JSONtoJacksonConverter.Ungültige Referenz
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.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ ForcedType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ ForcedTypeMethodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ ForcedTypeModifizierer und TypMethodeBeschreibungvoidDatabase.setForcedTypes(List<ForcedType> forcedTypes) Database.withForcedTypes(Collection<ForcedType> values) Database.withForcedTypes(List<ForcedType> forcedTypes)