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) 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) Database.withForcedTypesForXMLSchemaCollections(Boolean value) Database.withForceIntegerTypesOnZeroScaleDecimals(Boolean value) Database.withIgnoreProcedureReturnValues(Boolean value) Database.withIncludeCheckConstraints(Boolean value) Database.withIncludeDomains(Boolean value) Database.withIncludeEmbeddables(Boolean value) Database.withIncludeExcludeColumns(Boolean value) Database.withIncludeExcludePackageRoutines(Boolean value) Database.withIncludeForeignKeys(Boolean value) Database.withIncludeIndexes(Boolean value) Database.withIncludeInvisibleColumns(Boolean value) Database.withIncludePackageConstants(Boolean value) Database.withIncludePackageRoutines(Boolean value) Database.withIncludePackages(Boolean value) Database.withIncludePackageUDTs(Boolean value) Database.withIncludePrimaryKeys(Boolean value) Database.withIncludeRoutines(Boolean value) Database.withIncludes(String value) All elements that are generated from your schema.Database.withIncludeSequences(Boolean value) Database.withIncludeSql(String value) All elements that are generated from your schema.Database.withIncludeSystemCheckConstraints(Boolean value) Database.withIncludeSystemIndexes(Boolean value) Database.withIncludeSystemSequences(Boolean value) Database.withIncludeSystemTables(Boolean value) Database.withIncludeSystemUDTs(Boolean value) Database.withIncludeTables(Boolean value) Database.withIncludeTriggerRoutines(Boolean value) Database.withIncludeUDTs(Boolean value) Database.withIncludeUniqueKeys(Boolean value) Database.withIncludeXMLSchemaCollections(Boolean value) Database.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) 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) 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) Database.withOutputSchema(String value) The schema that is used in generated source code.Database.withOutputSchemaToDefault(Boolean value) 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) Database.withReadonlyIdentities(Boolean value) Database.withReadonlyNonUpdatableColumns(Boolean value) 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) 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) 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) Database.withUnsignedTypes(Boolean value) Methods 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.