Uses of Class
org.jooq.meta.jaxb.Database
Packages that use Database
-
Uses of Database in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as DatabaseMethods in org.jooq.meta.jaxb that return DatabaseModifier and TypeMethodDescriptionObjectFactory.createDatabase()Create an instance ofDatabaseGenerator.getDatabase()Configuration of the database meta data source.Database.withCatalogs(Collection<CatalogMappingType> values) Database.withCatalogs(List<CatalogMappingType> catalogs) Database.withCatalogs(CatalogMappingType... values) Database.withCatalogVersionProvider(String value) A custom version number that, if available, will be used to assess whether thegetInputCatalog()from a given catalog will need to be regenerated.Database.withComments(Collection<CommentType> values) Database.withComments(List<CommentType> comments) Database.withComments(CommentType... values) Database.withCustomTypes(Collection<CustomType> values) Deprecated.Database.withCustomTypes(List<CustomType> customTypes) Deprecated.Database.withCustomTypes(CustomType... values) Deprecated.Database.withDateAsTimestamp(Boolean value) GenerateTimestampfields for DATE columns.Database.withEmbeddableDomains(String value) A regular expression matching all domain type declarations for which wrapper types should be generated.Database.withEmbeddablePrimaryKeys(String value) A regular expression matching all primary key declarations for which wrapper types should be generated, and for their referencing foreign keys.Database.withEmbeddables(Collection<EmbeddableDefinitionType> values) Database.withEmbeddables(List<EmbeddableDefinitionType> embeddables) Database.withEmbeddables(EmbeddableDefinitionType... values) Database.withEmbeddableUniqueKeys(String value) A regular expression matching all unique key declarations for which wrapper types should be generated, and for their referencing foreign keys.Database.withEnumTypes(Collection<EnumType> values) Deprecated.Database.withEnumTypes(List<EnumType> enumTypes) Deprecated.Database.withEnumTypes(EnumType... values) Deprecated.Database.withExcludes(String value) All elements that are excluded from your schema.Database.withExcludeSql(String value) All elements that are excluded from your schema.Database.withForcedTypes(Collection<ForcedType> values) Database.withForcedTypes(List<ForcedType> forcedTypes) Database.withForcedTypes(ForcedType... values) Database.withForcedTypesForBuiltinDataTypeExtensions(Boolean value) Enable some default forced type configurations for built in data type extensions, such as the ones from the jooq-postgres-extensions module.Database.withForcedTypesForXMLSchemaCollections(Boolean value) Enable some default forced type configurations for XML schema collections, mapping them to JAXB annotated types using theXMLtoJAXBConverterDatabase.withForceIntegerTypesOnZeroScaleDecimals(Boolean value) Historically, zero-scale decimal types are generated as their most appropriate, corresponding integer type (e.g.Database.withIgnoreProcedureReturnValues(Boolean value) Deprecated.This feature is deprecated as of jOOQ 3.6.0 and will be removed again in jOOQ 4.0.Database.withIncludeCheckConstraints(Boolean value) This flag indicates whether check constraints should be included in output produced by this databaseDatabase.withIncludeDomains(Boolean value) This flag indicates whether domains should be included in output produced by this databaseDatabase.withIncludeEmbeddables(Boolean value) This flag indicates whether embeddable types should be included in output produced by this databaseDatabase.withIncludeExcludeColumns(Boolean value) This flag indicates whether include / exclude patterns should also match columns within tables.Database.withIncludeExcludePackageRoutines(Boolean value) This flag indicates whether include / exclude patterns should also match routines within packages.Database.withIncludeForeignKeys(Boolean value) This flag indicates whether foreign keys should be included in output produced by this databaseDatabase.withIncludeIndexes(Boolean value) This flag indicates whether indexes should be included in output produced by this databaseDatabase.withIncludeInvisibleColumns(Boolean value) This flag indicates whether invisible columns should be included in output produced by this databaseDatabase.withIncludePackageConstants(Boolean value) This flag indicates whether constants contained in packages should be included in output produced by this databaseDatabase.withIncludePackageRoutines(Boolean value) This flag indicates whether routines contained in packages should be included in output produced by this databaseDatabase.withIncludePackages(Boolean value) This flag indicates whether packages should be included in output produced by this databaseDatabase.withIncludePackageUDTs(Boolean value) This flag indicates whether UDTs contained in packages should be included in output produced by this databaseDatabase.withIncludePrimaryKeys(Boolean value) This flag indicates whether primary keys should be included in output produced by this databaseDatabase.withIncludeRoutines(Boolean value) This flag indicates whether routines should be included in output produced by this databaseDatabase.withIncludes(String value) All elements that are generated from your schema.Database.withIncludeSequences(Boolean value) This flag indicates whether sequences should be included in output produced by this databaseDatabase.withIncludeSql(String value) All elements that are generated from your schema.Database.withIncludeSynonyms(Boolean value) This flag indicates whether synonyms should be included in output produced by this database.Database.withIncludeSystemCheckConstraints(Boolean value) This flag indicates whether system generated check constraints should be included in output produced by this databaseDatabase.withIncludeSystemIndexes(Boolean value) This flag indicates whether system generated indexes should be included in output produced by this databaseDatabase.withIncludeSystemSequences(Boolean value) This flag indicates whether system generated sequences should be included in output produced by this databaseDatabase.withIncludeSystemTables(Boolean value) This flag indicates whether system tables should be included in output produced by this databaseDatabase.withIncludeSystemUDTs(Boolean value) This flag indicates whether system generated UDTs should be included in output produced by this databaseDatabase.withIncludeTables(Boolean value) This flag indicates whether tables should be included in output produced by this databaseDatabase.withIncludeTriggerRoutines(Boolean value) This flag indicates whether trigger implementation routines should be included in output produced by this database (e.g.Database.withIncludeTriggers(Boolean value) This flag indicates whether triggers should be included in output produced by this database.Database.withIncludeUDTs(Boolean value) This flag indicates whether udts should be included in output produced by this databaseDatabase.withIncludeUniqueKeys(Boolean value) This flag indicates whether unique keys should be included in output produced by this databaseDatabase.withIncludeXMLSchemaCollections(Boolean value) This flag indicates whether XML schema collections should be included in output produced by this databaseDatabase.withInputCatalog(String value) The catalog that is used locally as a source for meta information.Database.withInputSchema(String value) The schema that is used locally as a source for meta information.Database.withIntegerDisplayWidths(Boolean value) Include display width in type declaration.Database.withInvisibleColumnsAsHidden(Boolean value) This flag indicates whether invisible columns should marked asDataType.hidden()in output produced by this database.A self-contained, inline implementation ofDatabasethat will be compiled and class-loaded on the fly by the code generator.Database.withLogSlowQueriesAfterSeconds(Integer value) The number of seconds that are considered "slow" before a query is logged to indicate a bug, 0 for not logging.Database.withLogSlowResultsAfterSeconds(Integer value) The number of seconds that are considered "slow" before a result set is logged to indicate a bug, 0 for not logging.The database dialect from jooq-meta.Database.withOracleUseDBAViews(Boolean value) Specify whether to use the Oracle DBA_XYZ views instead of the ALL_XYZ views.Database.withOrderProvider(String value) A customComparatorthat can compare twoDefinitionobjects to determine their order.Database.withOutputCatalog(String value) The catalog that is used in generated source code.Database.withOutputCatalogToDefault(Boolean value) A flag to indicate that the outputCatalog should be the "default" catalog, which generates catalog-less, unqualified tables, procedures, etc.Database.withOutputSchema(String value) The schema that is used in generated source code.Database.withOutputSchemaToDefault(Boolean value) A flag to indicate that the outputSchema should be the "default" schema, which generates schema-less, unqualified tables, procedures, etc.Database.withOverridePrimaryKeys(String value) All (UNIQUE) key names that should be used instead of primary keys on generatedUpdatableRecord.Database.withProperties(Collection<Property> values) Database.withProperties(List<Property> properties) Database.withProperties(Property... values) Database.withReadonlyComputedColumns(Boolean value) Whether computed columns should exposeDataType.readonly()behaviour.Database.withReadonlyIdentities(Boolean value) Whether identity columns should exposeDataType.readonly()behaviour.Database.withReadonlyNonUpdatableColumns(Boolean value) Whether columns that are known not to be updatable (e.g.Database.withRecordTimestampFields(String value) All table and view columns that are used as "timestamp" fields for optimistic locking.Database.withRecordVersionFields(String value) All table and view columns that are used as "version" fields for optimistic locking.Database.withRegexFlags(Collection<RegexFlag> values) The flags that will be applied to all regular expressions from this configuration by default.Database.withRegexFlags(RegexFlag... values) The flags that will be applied to all regular expressions from this configuration by default.Database.withRegexMatchesPartialQualification(Boolean value) Whether regular expressions that match qualified object names also match partial qualifications (e.g.Database.withSchemata(Collection<SchemaMappingType> values) Database.withSchemata(List<SchemaMappingType> schemata) Database.withSchemata(SchemaMappingType... values) Database.withSchemaVersionProvider(String value) A custom version number that, if available, will be used to assess whether thegetInputSchema()will need to be regenerated.Database.withSqlMatchesPartialQualification(Boolean value) Whether SQL queries that match qualified object names also match partial qualifications (e.g.Database.withSyntheticIdentities(String value) A regular expression matching all columns that represent identities.Database.withSyntheticObjects(SyntheticObjectsType value) The synthetic objects configuration.Database.withSyntheticPrimaryKeys(String value) A regular expression matching all columns that participate in "synthetic" primary keys, which should be placed on generatedUpdatableRecordDatabase.withTableValuedFunctions(Boolean value) Whether table valued functions should be reported as tables.Database.withUnsignedTypes(Boolean value) Generate jOOU data types for your unsigned data types, which are not natively supported in JavaMethods in org.jooq.meta.jaxb with parameters of type DatabaseModifier and TypeMethodDescriptionvoidGenerator.setDatabase(Database value) Configuration of the database meta data source.Generator.withDatabase(Database value) Configuration of the database meta data source.