| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected Database |
Generator.database |
| Modifier and Type | Method and Description |
|---|---|
Database |
ObjectFactory.createDatabase()
Create an instance of
Database |
Database |
Generator.getDatabase()
Configuration of the database meta data source.
|
Database |
Database.withCatalogs(CatalogMappingType... values) |
Database |
Database.withCatalogs(Collection<CatalogMappingType> values) |
Database |
Database.withCatalogs(List<CatalogMappingType> catalogs) |
Database |
Database.withCatalogVersionProvider(String value)
A custom version number that, if available, will be used to assess whether the
getInputCatalog() from a given catalog will need to be regenerated. |
Database |
Database.withCustomTypes(Collection<CustomType> values)
Deprecated.
|
Database |
Database.withCustomTypes(CustomType... values)
Deprecated.
|
Database |
Database.withCustomTypes(List<CustomType> customTypes)
Deprecated.
|
Database |
Database.withDateAsTimestamp(Boolean value) |
Database |
Database.withEmbeddableDomains(String value)
A regular expression matching all domain type declarations for which wrapper types should be generated.
|
Database |
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 |
Database.withEmbeddables(Collection<EmbeddableDefinitionType> values) |
Database |
Database.withEmbeddables(EmbeddableDefinitionType... values) |
Database |
Database.withEmbeddables(List<EmbeddableDefinitionType> embeddables) |
Database |
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 |
Database.withEnumTypes(Collection<EnumType> values)
Deprecated.
|
Database |
Database.withEnumTypes(EnumType... values)
Deprecated.
|
Database |
Database.withEnumTypes(List<EnumType> enumTypes)
Deprecated.
|
Database |
Database.withExcludes(String value)
All elements that are excluded from your schema.
|
Database |
Database.withForcedTypes(Collection<ForcedType> values) |
Database |
Database.withForcedTypes(ForcedType... values) |
Database |
Database.withForcedTypes(List<ForcedType> forcedTypes) |
Database |
Database.withForceIntegerTypesOnZeroScaleDecimals(Boolean value) |
Database |
Database.withIgnoreProcedureReturnValues(Boolean value) |
Database |
Database.withIncludeCheckConstraints(Boolean value) |
Database |
Database.withIncludeDomains(Boolean value) |
Database |
Database.withIncludeEmbeddables(Boolean value) |
Database |
Database.withIncludeExcludeColumns(Boolean value) |
Database |
Database.withIncludeForeignKeys(Boolean value) |
Database |
Database.withIncludeIndexes(Boolean value) |
Database |
Database.withIncludeInvisibleColumns(Boolean value) |
Database |
Database.withIncludePackageConstants(Boolean value) |
Database |
Database.withIncludePackageRoutines(Boolean value) |
Database |
Database.withIncludePackages(Boolean value) |
Database |
Database.withIncludePackageUDTs(Boolean value) |
Database |
Database.withIncludePrimaryKeys(Boolean value) |
Database |
Database.withIncludeRoutines(Boolean value) |
Database |
Database.withIncludes(String value)
All elements that are generated from your schema.
|
Database |
Database.withIncludeSequences(Boolean value) |
Database |
Database.withIncludeSystemCheckConstraints(Boolean value) |
Database |
Database.withIncludeSystemIndexes(Boolean value) |
Database |
Database.withIncludeTables(Boolean value) |
Database |
Database.withIncludeTriggerRoutines(Boolean value) |
Database |
Database.withIncludeUDTs(Boolean value) |
Database |
Database.withIncludeUniqueKeys(Boolean value) |
Database |
Database.withInputCatalog(String value)
The catalog that is used locally as a source for meta information.
|
Database |
Database.withInputSchema(String value)
The schema that is used locally as a source for meta information.
|
Database |
Database.withIntegerDisplayWidths(Boolean value) |
Database |
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 |
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.
|
Database |
Database.withName(String value)
The database dialect from jooq-meta.
|
Database |
Database.withOrderProvider(String value)
A custom
Comparator that can compare two Definition objects to determine their order. |
Database |
Database.withOutputCatalog(String value)
The catalog that is used in generated source code.
|
Database |
Database.withOutputCatalogToDefault(Boolean value) |
Database |
Database.withOutputSchema(String value)
The schema that is used in generated source code.
|
Database |
Database.withOutputSchemaToDefault(Boolean value) |
Database |
Database.withOverridePrimaryKeys(String value)
All (UNIQUE) key names that should be used instead of primary keys on
generated
UpdatableRecord. |
Database |
Database.withProperties(Collection<Property> values) |
Database |
Database.withProperties(List<Property> properties) |
Database |
Database.withProperties(Property... values) |
Database |
Database.withRecordTimestampFields(String value)
All table and view columns that are used as "timestamp" fields for optimistic locking.
|
Database |
Database.withRecordVersionFields(String value)
All table and view columns that are used as "version" fields for optimistic locking.
|
Database |
Database.withRegexFlags(Collection<RegexFlag> values)
The flags that will be applied to all regular expressions from this configuration by default.
|
Database |
Database.withRegexFlags(RegexFlag... values)
The flags that will be applied to all regular expressions from this configuration by default.
|
Database |
Database.withRegexMatchesPartialQualification(Boolean value) |
Database |
Database.withSchemata(Collection<SchemaMappingType> values) |
Database |
Database.withSchemata(List<SchemaMappingType> schemata) |
Database |
Database.withSchemata(SchemaMappingType... values) |
Database |
Database.withSchemaVersionProvider(String value)
A custom version number that, if available, will be used to assess whether the
getInputSchema() will need to be regenerated. |
Database |
Database.withSqlMatchesPartialQualification(Boolean value) |
Database |
Database.withSyntheticIdentities(String value)
A regular expression matching all columns that represent identities.
|
Database |
Database.withSyntheticObjects(SyntheticObjectsType value)
The synthetic objects configuration.
|
Database |
Database.withSyntheticPrimaryKeys(String value)
A regular expression matching all columns that participate in "synthetic" primary keys,
which should be placed on generated
UpdatableRecord
To be used with:
UpdatableRecord.store()
UpdatableRecord.update()
UpdatableRecord.delete()
UpdatableRecord.refresh()
Synthetic primary keys will override existing primary keys. |
Database |
Database.withTableValuedFunctions(Boolean value) |
Database |
Database.withUnsignedTypes(Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.setDatabase(Database value)
Configuration of the database meta data source.
|
Generator |
Generator.withDatabase(Database value)
Configuration of the database meta data source.
|
Copyright © 2021. All rights reserved.