Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractConstraintDefinition - Class in org.jooq.meta
 
AbstractConstraintDefinition(SchemaDefinition, TableDefinition, String, boolean) - Constructor for class org.jooq.meta.AbstractConstraintDefinition
 
AbstractConstraintDefinition(SchemaDefinition, TableDefinition, String, boolean, String, String) - Constructor for class org.jooq.meta.AbstractConstraintDefinition
 
AbstractContainerElementDefinition<T> - Class in org.jooq.meta
 
AbstractContainerElementDefinition(T, String, int, String) - Constructor for class org.jooq.meta.AbstractContainerElementDefinition
 
AbstractContainerElementDefinition(T, String, int, String, String) - Constructor for class org.jooq.meta.AbstractContainerElementDefinition
 
AbstractDatabase - Class in org.jooq.meta
A base implementation for all types of databases.
AbstractDatabase() - Constructor for class org.jooq.meta.AbstractDatabase
 
AbstractDefinition - Class in org.jooq.meta
A base implementation for any type of definition.
AbstractDefinition(Database, SchemaDefinition, String) - Constructor for class org.jooq.meta.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, String, String, String) - Constructor for class org.jooq.meta.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, PackageDefinition, String, String, String) - Constructor for class org.jooq.meta.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, PackageDefinition, String, String, String, String) - Constructor for class org.jooq.meta.AbstractDefinition
 
AbstractElementContainerDefinition<E> - Class in org.jooq.meta
A base implementation for element container definitions
AbstractElementContainerDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractElementContainerDefinition
 
AbstractElementContainerDefinition(SchemaDefinition, PackageDefinition, String, String) - Constructor for class org.jooq.meta.AbstractElementContainerDefinition
 
AbstractElementContainerDefinition(SchemaDefinition, PackageDefinition, String, String, String) - Constructor for class org.jooq.meta.AbstractElementContainerDefinition
 
AbstractIndexDefinition - Class in org.jooq.meta
 
AbstractIndexDefinition(SchemaDefinition, String, TableDefinition, boolean) - Constructor for class org.jooq.meta.AbstractIndexDefinition
 
AbstractIndexDefinition(SchemaDefinition, String, TableDefinition, boolean, String) - Constructor for class org.jooq.meta.AbstractIndexDefinition
 
AbstractMetaDatabase - Class in org.jooq.meta
The base implementation for Meta based databases.
AbstractMetaDatabase() - Constructor for class org.jooq.meta.AbstractMetaDatabase
 
AbstractPackageDefinition - Class in org.jooq.meta
 
AbstractPackageDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractPackageDefinition
 
AbstractRoutineDefinition - Class in org.jooq.meta
 
AbstractRoutineDefinition(SchemaDefinition, PackageDefinition, String, String, String) - Constructor for class org.jooq.meta.AbstractRoutineDefinition
 
AbstractRoutineDefinition(SchemaDefinition, PackageDefinition, String, String, String, boolean) - Constructor for class org.jooq.meta.AbstractRoutineDefinition
 
AbstractTableDefinition - Class in org.jooq.meta
A base implementation for table definitions.
AbstractTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractTableDefinition
 
AbstractTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.AbstractTableDefinition
 
AbstractTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String, SchemaDefinition, String) - Constructor for class org.jooq.meta.AbstractTableDefinition
 
AbstractTypedElementDefinition<T> - Class in org.jooq.meta
 
AbstractTypedElementDefinition(T, String, int, DataTypeDefinition, String) - Constructor for class org.jooq.meta.AbstractTypedElementDefinition
 
AbstractTypedElementDefinition(T, String, int, DataTypeDefinition, String, String) - Constructor for class org.jooq.meta.AbstractTypedElementDefinition
 
AbstractUDTDefinition - Class in org.jooq.meta
Abstract base implementation for UDTDefinition's
AbstractUDTDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.AbstractUDTDefinition
 
AbstractUDTDefinition(SchemaDefinition, PackageDefinition, String, boolean, String) - Constructor for class org.jooq.meta.AbstractUDTDefinition
 
AbstractUDTDefinition(SchemaDefinition, PackageDefinition, String, boolean, String, SchemaDefinition, String, boolean) - Constructor for class org.jooq.meta.AbstractUDTDefinition
 
AbstractUDTDefinition(SchemaDefinition, PackageDefinition, String, String) - Constructor for class org.jooq.meta.AbstractUDTDefinition
 
addCheckClause(String) - Method in class org.jooq.meta.DefaultDomainDefinition
 
addCheckClause(String...) - Method in class org.jooq.meta.DefaultDomainDefinition
 
addCheckConstraint(TableDefinition, CheckConstraintDefinition) - Method in class org.jooq.meta.DefaultRelations
 
addFilter(Database.Filter) - Method in class org.jooq.meta.AbstractDatabase
 
addFilter(Database.Filter) - Method in interface org.jooq.meta.Database
[#3488] Add an additional filter to the database that is applied in addition to include / exclude.
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition) - Method in class org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, boolean) - Method in class org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, boolean, QOM.ForeignKeyRule, QOM.ForeignKeyRule) - Method in class org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, Integer, boolean) - Method in class org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, Integer, boolean, QOM.ForeignKeyRule, QOM.ForeignKeyRule) - Method in class org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, ColumnDefinition, boolean) - Method in class org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, ColumnDefinition, boolean, QOM.ForeignKeyRule, QOM.ForeignKeyRule) - Method in class org.jooq.meta.DefaultRelations
 
addLiteral(String) - Method in class org.jooq.meta.DefaultEnumDefinition
 
addLiterals(String...) - Method in class org.jooq.meta.DefaultEnumDefinition
 
addParameter(InOutDefinition, ParameterDefinition) - Method in class org.jooq.meta.AbstractRoutineDefinition
 
addPrimaryKey(String, TableDefinition, ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
 
addPrimaryKey(String, TableDefinition, ColumnDefinition, boolean) - Method in class org.jooq.meta.DefaultRelations
 
addUniqueKey(String, TableDefinition, ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
 
addUniqueKey(String, TableDefinition, ColumnDefinition, boolean) - Method in class org.jooq.meta.DefaultRelations
 
ALL - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
A ForcedType should match all database object types.
ALL - Enum constant in enum class org.jooq.meta.jaxb.Nullability
A ForcedType should match all columns, attributes, and parameters, irrespective of nullability.
allParameters - Variable in class org.jooq.meta.AbstractRoutineDefinition
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.CommentType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Configuration
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Database
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.EmbeddableField
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.EnumType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.ForcedType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Generate
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Generator
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Jdbc
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.LambdaConverter
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatcherRule
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Matchers
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersEnumType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersFieldType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersIndexType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersTableType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersUDTType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Property
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SchemaMappingType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Strategy
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.SyntheticViewType
 
appendTo(XMLBuilder) - Method in class org.jooq.meta.jaxb.Target
 
ArrayDefinition - Interface in org.jooq.meta
A definition for an ARRAY type
AS_IS - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
A MatcherRule should not transform identifiers, but output them "as is" (as the input is).
asMethodOverrides - Variable in class org.jooq.meta.jaxb.Generate
 
ATTRIBUTE - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
A ForcedType should match only UDT attributes.
AttributeDefinition - Interface in org.jooq.meta
An attribute in a UDTDefinition
attributeGetter - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
attributeIdentifier - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
attributeMember - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
attributes - Variable in class org.jooq.meta.jaxb.Matchers
 
attributeSetter - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
auditInsertTimestamp - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
auditInsertTimestamp - Variable in class org.jooq.meta.jaxb.ForcedType
 
auditInsertUser - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
auditInsertUser - Variable in class org.jooq.meta.jaxb.ForcedType
 
auditUpdateTimestamp - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
auditUpdateTimestamp - Variable in class org.jooq.meta.jaxb.ForcedType
 
auditUpdateUser - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
auditUpdateUser - Variable in class org.jooq.meta.jaxb.ForcedType
 
autoCommit - Variable in class org.jooq.meta.jaxb.Jdbc
 
autoConverter - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
autoConverter - Variable in class org.jooq.meta.jaxb.ForcedType
 

B

basedir - Variable in class org.jooq.meta.jaxb.Configuration
 
binding - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
binding - Variable in class org.jooq.meta.jaxb.ForcedType
 
BufferedLog - Class in org.jooq.meta
A logger that buffers warnings and error messages in order to repeat them in a consolidated manner at the end of a code generation run.
BUILD_DATE - Static variable in class org.jooq.meta.Constants
The build date of this version.

C

cacheKey() - Method in interface org.jooq.meta.JavaTypeResolver
Get a cache key for this resolver, which can be used for caching calls to JavaTypeResolver.resolve(DataTypeDefinition).
CAMEL - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
A MatcherRule should transform identifiers to camelCase.
CANON_EQ - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.CANON_EQ flag to regular expressions from the code generation configuration.
canUseRoutines() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
CASE_INSENSITIVE - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.CASE_INSENSITIVE flag to regular expressions from the code generation configuration.
catalog - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
catalog - Variable in class org.jooq.meta.jaxb.SyntheticDaoType
 
catalog - Variable in class org.jooq.meta.jaxb.SyntheticSynonymType
 
catalog - Variable in class org.jooq.meta.jaxb.SyntheticViewType
 
catalogClass - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
 
CatalogDefinition - Class in org.jooq.meta
The definition of a database catalog.
CatalogDefinition(Database, String, String) - Constructor for class org.jooq.meta.CatalogDefinition
 
catalogExtends - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
 
catalogIdentifier - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
 
catalogImplements - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
 
CatalogMappingType - Class in org.jooq.meta.jaxb
Configuration of an input catalog and its mappings.
CatalogMappingType() - Constructor for class org.jooq.meta.jaxb.CatalogMappingType
 
catalogs - Variable in class org.jooq.meta.jaxb.Database
 
catalogs - Variable in class org.jooq.meta.jaxb.Matchers
 
catalogVersionProvider - Variable in class org.jooq.meta.jaxb.Database
 
CatalogVersionProvider - Interface in org.jooq.meta
An SPI that can be used to provide a catalog version to the jOOQ code generator.
CheckConstraintDefinition - Interface in org.jooq.meta
An object holding information about a CHECK constraint.
classLiteral(String) - Method in interface org.jooq.meta.JavaTypeResolver
Get a language dependent class literal for a type.
ClassUtils - Class in org.jooq.meta
Deprecated.
- [#17632] - 3.20.0 - Use ClassUtils instead.
ClassUtils() - Constructor for class org.jooq.meta.ClassUtils
Deprecated.
 
clean - Variable in class org.jooq.meta.jaxb.Target
 
close() - Method in class org.jooq.meta.AbstractDatabase
 
close() - Method in interface org.jooq.meta.Database
Release any resources that this Database may have allocated.
COLUMN - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
A ForcedType should match only table columns.
columnDefaultFromIdentityExpression() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
ColumnDefinition - Interface in org.jooq.meta
An interface defining a column of a table.
columns - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
comment - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
comment - Variable in class org.jooq.meta.jaxb.SyntheticColumnType
 
comment - Variable in class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
comment - Variable in class org.jooq.meta.jaxb.SyntheticDaoType
 
comment - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
comment - Variable in class org.jooq.meta.jaxb.SyntheticViewType
 
comments - Variable in class org.jooq.meta.jaxb.Database
 
comments - Variable in class org.jooq.meta.jaxb.Generate
 
comments(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
 
comments(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
comments(List<String>) - Method in class org.jooq.meta.h2.H2Database
 
comments(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
comments(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
comments(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
comments(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
A query that produces comments for a set of input schemas.
comments(List<String>) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
COMMENTS - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.COMMENTS flag to regular expressions from the code generation configuration.
commentsOnAttributes - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnCatalogs - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnColumns - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnDomains - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnEmbeddables - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnKeys - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnLinks - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnPackages - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnParameters - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnQueues - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnRoutines - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnSchemas - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnSequences - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnTables - Variable in class org.jooq.meta.jaxb.Generate
 
commentsOnUDTs - Variable in class org.jooq.meta.jaxb.Generate
 
CommentType - Class in org.jooq.meta.jaxb
The documentation configuration.
CommentType() - Constructor for class org.jooq.meta.jaxb.CommentType
 
commercial() - Method in class org.jooq.meta.AbstractDatabase
 
commercial(Supplier<String>) - Method in class org.jooq.meta.AbstractDatabase
 
compare(Definition, Definition) - Method in class org.jooq.meta.DefaultOrderProvider
 
Configuration - Class in org.jooq.meta.jaxb
Java class for anonymous complex type.
Configuration() - Constructor for class org.jooq.meta.jaxb.Configuration
 
configuredDialectIsNotFamilyAndSupports(List<SQLDialect>, Supplier<Boolean>) - Method in class org.jooq.meta.AbstractDatabase
Check if the configured dialect is versioned explicitly and supports a given dialect.
CONSTANT - Enum constant in enum class org.jooq.meta.jaxb.GeneratedSerialVersionUID
The generated serialVersionUID should be constant.
Constants - Class in org.jooq.meta
Some publicly available constants used in jOOQ
ConstraintDefinition - Interface in org.jooq.meta
An object holding information about a constraint.
constructorCall(String) - Method in interface org.jooq.meta.JavaTypeResolver
Get a language dependent constructor call for a type.
constructorPropertiesAnnotation - Variable in class org.jooq.meta.jaxb.Generate
 
constructorPropertiesAnnotationOnPojos - Variable in class org.jooq.meta.jaxb.Generate
 
constructorPropertiesAnnotationOnRecords - Variable in class org.jooq.meta.jaxb.Generate
 
ContainerElementDefinition<T> - Interface in org.jooq.meta
An element that has a data type.
converter - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
converter - Variable in class org.jooq.meta.jaxb.ForcedType
 
countSimilarReferences() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
countSimilarReferences() - Method in interface org.jooq.meta.ForeignKeyDefinition
Count the number of references between referencing and referenced tables.
CP_CODEGEN - Static variable in class org.jooq.meta.Constants
The current jooq-codegen XSD classpath location.
CP_EXPORT - Static variable in class org.jooq.meta.Constants
The current jooq-export XSD classpath location.
CP_META - Static variable in class org.jooq.meta.Constants
The current jooq-meta XSD classpath location.
CP_MIGRATIONS - Static variable in class org.jooq.meta.Constants
The current jooq-migrations XSD classpath location.
CP_RUNTIME - Static variable in class org.jooq.meta.Constants
The current jooq-runtime XSD classpath location.
create() - Method in class org.jooq.meta.AbstractDatabase
 
create() - Method in class org.jooq.meta.AbstractDefinition
 
create() - Method in interface org.jooq.meta.Database
Create the factory for this database.
create(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
create(boolean) - Method in class org.jooq.meta.AbstractDefinition
 
create0() - Method in class org.jooq.meta.AbstractDatabase
Create a new Factory
create0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
create0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
create0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
create0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
create0() - Method in class org.jooq.meta.h2.H2Database
 
create0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
create0() - Method in class org.jooq.meta.ignite.IgniteDatabase
 
create0() - Method in class org.jooq.meta.mariadb.MariaDBDatabase
 
create0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
create0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
create0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
create0() - Method in class org.jooq.meta.xml.XMLDatabase
 
create0() - Method in class org.jooq.meta.yugabytedb.YugabyteDBDatabase
 
createCatalogMappingType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of CatalogMappingType
createCommentType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of CommentType
createConfiguration() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Configuration
createCustomType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of CustomType
createDatabase() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Database
createEmbeddableDefinitionType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of EmbeddableDefinitionType
createEmbeddableField() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of EmbeddableField
createEnumType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of EnumType
createForcedType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of ForcedType
createGenerate() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Generate
createGenerator() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Generator
createJdbc() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Jdbc
createLambdaConverter() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of LambdaConverter
createMatcherRule() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatcherRule
createMatchers() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Matchers
createMatchersAttributeType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersAttributeType
createMatchersCatalogType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersCatalogType
createMatchersEmbeddableType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersEmbeddableType
createMatchersEnumType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersEnumType
createMatchersFieldType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersFieldType
createMatchersForeignKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersForeignKeyType
createMatchersIndexType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersIndexType
createMatchersPrimaryKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersPrimaryKeyType
createMatchersRoutineType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersRoutineType
createMatchersSchemaType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersSchemaType
createMatchersSequenceType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersSequenceType
createMatchersTableType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersTableType
createMatchersUDTType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersUDTType
createMatchersUniqueKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of MatchersUniqueKeyType
createProperty() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Property
createSchemaMappingType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SchemaMappingType
createStrategy() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Strategy
createSyntheticColumnType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticColumnType
createSyntheticDaoMethodType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticDaoMethodType
createSyntheticDaoType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticDaoType
createSyntheticDefaultType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticDefaultType
createSyntheticEnumType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticEnumType
createSyntheticForeignKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticForeignKeyType
createSyntheticIdentityType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticIdentityType
createSyntheticObjectsType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticObjectsType
createSyntheticPrimaryKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticPrimaryKeyType
createSyntheticReadonlyColumnType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticReadonlyColumnType
createSyntheticReadonlyRowidType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticReadonlyRowidType
createSyntheticSynonymType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticSynonymType
createSyntheticUniqueKeyType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticUniqueKeyType
createSyntheticViewType() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of SyntheticViewType
createTarget() - Method in class org.jooq.meta.jaxb.ObjectFactory
Create an instance of Target
CUBRIDDatabase - Class in org.jooq.meta.cubrid
 
CUBRIDDatabase() - Constructor for class org.jooq.meta.cubrid.CUBRIDDatabase
 
CUBRIDTableDefinition - Class in org.jooq.meta.cubrid
 
CUBRIDTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.cubrid.CUBRIDTableDefinition
 
customType(Database, ForcedType) - Static method in class org.jooq.meta.AbstractTypedElementDefinition
 
CustomType - Class in org.jooq.meta.jaxb
Deprecated.
Use ForcedType only
CustomType() - Constructor for class org.jooq.meta.jaxb.CustomType
Deprecated.
 
customTypes - Variable in class org.jooq.meta.jaxb.Database
 

D

daoClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
daoExtends - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
daoImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
daoMember - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
daos - Variable in class org.jooq.meta.jaxb.Generate
 
daos - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
daosExcludes - Variable in class org.jooq.meta.jaxb.Generate
 
daosIncludes - Variable in class org.jooq.meta.jaxb.Generate
 
database - Variable in class org.jooq.meta.jaxb.Generator
 
database(SQLDialect) - Static method in class org.jooq.meta.Databases
Get a Database instance for a given SQLDialect.
Database - Class in org.jooq.meta.jaxb
Configuration of the database meta data source.
Database - Interface in org.jooq.meta
A general database model.
Database() - Constructor for class org.jooq.meta.jaxb.Database
 
Database.Filter - Interface in org.jooq.meta
A filter type that can be used with Database.addFilter(Filter)
databaseClass(SQLDialect) - Static method in class org.jooq.meta.Databases
Get a reference to a Database class for a given SQLDialect.
Databases - Class in org.jooq.meta
A common utility class that provides access to various Database implementations and SQLDialects.
Databases() - Constructor for class org.jooq.meta.Databases
 
DataTypeDefinition - Interface in org.jooq.meta
A definition for a data type object.
dateAsTimestamp - Variable in class org.jooq.meta.jaxb.Database
 
dateAsTimestamp() - Method in class org.jooq.meta.AbstractDatabase
 
dateAsTimestamp() - Method in interface org.jooq.meta.Database
Whether DATE columns should be treated as TIMESTAMP columns.
debug(Object) - Method in class org.jooq.meta.BufferedLog
 
debug(Object, Object) - Method in class org.jooq.meta.BufferedLog
 
debug(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
debug(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
DEBUG - Enum constant in enum class org.jooq.meta.jaxb.Logging
The DEBUG log level.
decfloatTypes - Variable in class org.jooq.meta.jaxb.Generate
 
DEFAULT - Enum constant in enum class org.jooq.meta.jaxb.VisibilityModifier
The generated visibility modifier is the default for the target language to produce public visibility (explicit public in Java, nothing in Kotlin, Scala).
DefaultArrayDefinition - Class in org.jooq.meta
 
DefaultArrayDefinition(SchemaDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultArrayDefinition
 
DefaultArrayDefinition(SchemaDefinition, PackageDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultArrayDefinition
 
DefaultArrayDefinition(SchemaDefinition, PackageDefinition, String, DataTypeDefinition, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultArrayDefinition
 
DefaultAttributeDefinition - Class in org.jooq.meta
A base implementation for column definitions.
DefaultAttributeDefinition(UDTDefinition, String, int, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultAttributeDefinition
 
DefaultAttributeDefinition(UDTDefinition, String, int, DataTypeDefinition, String) - Constructor for class org.jooq.meta.DefaultAttributeDefinition
 
defaultCatalog - Variable in class org.jooq.meta.jaxb.Generate
 
DefaultCheckConstraintDefinition - Class in org.jooq.meta
 
DefaultCheckConstraintDefinition(SchemaDefinition, TableDefinition, String, String) - Constructor for class org.jooq.meta.DefaultCheckConstraintDefinition
 
DefaultCheckConstraintDefinition(SchemaDefinition, TableDefinition, String, String, boolean) - Constructor for class org.jooq.meta.DefaultCheckConstraintDefinition
 
DefaultColumnDefinition - Class in org.jooq.meta
A base implementation for column definitions.
DefaultColumnDefinition(TableDefinition, String, int, DataTypeDefinition, boolean, boolean, boolean, String) - Constructor for class org.jooq.meta.DefaultColumnDefinition
 
DefaultColumnDefinition(TableDefinition, String, int, DataTypeDefinition, boolean, boolean, String) - Constructor for class org.jooq.meta.DefaultColumnDefinition
 
DefaultColumnDefinition(TableDefinition, String, int, DataTypeDefinition, boolean, String) - Constructor for class org.jooq.meta.DefaultColumnDefinition
 
DefaultDataTypeDefinition - Class in org.jooq.meta
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, boolean, boolean, String, String, boolean, Name, String, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, boolean, String, String, boolean, Name, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, boolean, String, String, boolean, Name, String, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, boolean, Name, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDomainDefinition - Class in org.jooq.meta
 
DefaultDomainDefinition(SchemaDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultDomainDefinition
 
DefaultEmbeddableColumnDefinition - Class in org.jooq.meta
 
DefaultEmbeddableColumnDefinition(EmbeddableDefinition, String, ColumnDefinition, int) - Constructor for class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
DefaultEmbeddableDefinition - Class in org.jooq.meta
 
DefaultEmbeddableDefinition(SchemaDefinition, String, String, TableDefinition, List<String>, String, String, TableDefinition, List<ColumnDefinition>, boolean) - Constructor for class org.jooq.meta.DefaultEmbeddableDefinition
 
DefaultEnumDefinition - Class in org.jooq.meta
 
DefaultEnumDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.DefaultEnumDefinition
 
DefaultEnumDefinition(SchemaDefinition, String, String, boolean) - Constructor for class org.jooq.meta.DefaultEnumDefinition
 
DefaultEnumLiteralDefinition - Class in org.jooq.meta
 
DefaultEnumLiteralDefinition(Database, EnumDefinition, String, String, int) - Constructor for class org.jooq.meta.DefaultEnumLiteralDefinition
 
DefaultForeignKeyDefinition - Class in org.jooq.meta
 
DefaultForeignKeyDefinition(SchemaDefinition, String, TableDefinition, UniqueKeyDefinition) - Constructor for class org.jooq.meta.DefaultForeignKeyDefinition
 
DefaultForeignKeyDefinition(SchemaDefinition, String, TableDefinition, UniqueKeyDefinition, boolean) - Constructor for class org.jooq.meta.DefaultForeignKeyDefinition
 
DefaultForeignKeyDefinition(SchemaDefinition, String, TableDefinition, UniqueKeyDefinition, boolean, QOM.ForeignKeyRule, QOM.ForeignKeyRule) - Constructor for class org.jooq.meta.DefaultForeignKeyDefinition
 
DefaultIdentityDefinition - Class in org.jooq.meta
A default implementation for IdentityDefinition
DefaultIdentityDefinition(ColumnDefinition) - Constructor for class org.jooq.meta.DefaultIdentityDefinition
 
DefaultIndexColumnDefinition - Class in org.jooq.meta
 
DefaultIndexColumnDefinition(IndexDefinition, ColumnDefinition, SortOrder, int) - Constructor for class org.jooq.meta.DefaultIndexColumnDefinition
 
DefaultInverseForeignKeyDefinition - Class in org.jooq.meta
 
DefaultInverseForeignKeyDefinition(ForeignKeyDefinition) - Constructor for class org.jooq.meta.DefaultInverseForeignKeyDefinition
 
DefaultManyToManyKeyDefinition - Class in org.jooq.meta
 
DefaultManyToManyKeyDefinition(ForeignKeyDefinition, UniqueKeyDefinition, ForeignKeyDefinition) - Constructor for class org.jooq.meta.DefaultManyToManyKeyDefinition
 
DefaultMetaTableDefinition - Class in org.jooq.meta
 
DefaultMetaTableDefinition(SchemaDefinition, Table<?>) - Constructor for class org.jooq.meta.DefaultMetaTableDefinition
 
DefaultOrderProvider - Class in org.jooq.meta
A default order provider that allows for comparing arbitrary definitions.
DefaultOrderProvider() - Constructor for class org.jooq.meta.DefaultOrderProvider
 
DefaultParameterDefinition - Class in org.jooq.meta
A base implementation for column definitions.
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean) - Constructor for class org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean) - Constructor for class org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String) - Constructor for class org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String, String) - Constructor for class org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String, String, boolean) - Constructor for class org.jooq.meta.DefaultParameterDefinition
 
DefaultRelations - Class in org.jooq.meta
 
DefaultRelations() - Constructor for class org.jooq.meta.DefaultRelations
 
defaults - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
defaultSchema - Variable in class org.jooq.meta.jaxb.Generate
 
DefaultSequenceDefinition - Class in org.jooq.meta
 
DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition) - Constructor for class org.jooq.meta.DefaultSequenceDefinition
 
DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition, String) - Constructor for class org.jooq.meta.DefaultSequenceDefinition
 
DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition, String, Number, Number, Number, Number, boolean, Number) - Constructor for class org.jooq.meta.DefaultSequenceDefinition
 
DefaultSyntheticDaoDefinition - Class in org.jooq.meta
A definition wrapping a SyntheticDaoType.
DefaultSyntheticDaoDefinition(Database, SchemaDefinition, SyntheticDaoType) - Constructor for class org.jooq.meta.DefaultSyntheticDaoDefinition
 
DefaultUniqueKeyDefinition - Class in org.jooq.meta
 
DefaultUniqueKeyDefinition(SchemaDefinition, String, TableDefinition, boolean) - Constructor for class org.jooq.meta.DefaultUniqueKeyDefinition
 
DefaultUniqueKeyDefinition(SchemaDefinition, String, TableDefinition, boolean, boolean) - Constructor for class org.jooq.meta.DefaultUniqueKeyDefinition
 
defaultValue(String) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
DefaultXMLNamespaceDefinition - Class in org.jooq.meta
 
DefaultXMLNamespaceDefinition(XMLSchemaCollectionDefinition, String) - Constructor for class org.jooq.meta.DefaultXMLNamespaceDefinition
 
DefaultXMLSchemaCollectionDefinition - Class in org.jooq.meta
 
DefaultXMLSchemaCollectionDefinition(SchemaDefinition, String) - Constructor for class org.jooq.meta.DefaultXMLSchemaCollectionDefinition
 
DefaultXMLTypeDefinition - Class in org.jooq.meta
 
DefaultXMLTypeDefinition(XMLNamespaceDefinition, String, int) - Constructor for class org.jooq.meta.DefaultXMLTypeDefinition
 
Definition - Interface in org.jooq.meta
A general interface defining any database object, such as tables, views, stored procedures, etc.
deprecated - Variable in class org.jooq.meta.jaxb.CommentType
 
deprecated - Variable in class org.jooq.meta.jaxb.Generate
 
deprecationOnUnknownTypes - Variable in class org.jooq.meta.jaxb.Generate
 
DerbyDatabase - Class in org.jooq.meta.derby
 
DerbyDatabase() - Constructor for class org.jooq.meta.derby.DerbyDatabase
 
DerbyTableDefinition - Class in org.jooq.meta.derby
 
DerbyTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.derby.DerbyTableDefinition
 
DETECT_FROM_JDK - Enum constant in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
The Generated annotation should be detected automatically from the JDK used at code generation time.
DETECT_FROM_JDK - Enum constant in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
Text blocks should be used in generated code (for database source code) depending on whether the JDK used for code generation supports text blocks.
directory - Variable in class org.jooq.meta.jaxb.Target
 
DomainDefinition - Interface in org.jooq.meta
A definition for a domain UDT.
doOnce(Object, Runnable) - Method in class org.jooq.meta.AbstractDatabase
 
doOnce(Object, Runnable) - Method in interface org.jooq.meta.Database
Do something (e.g.
DOTALL - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.DOTALL flag to regular expressions from the code generation configuration.
driver - Variable in class org.jooq.meta.jaxb.Jdbc
 

E

ELEMENT - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
A ForcedType should match only array elements.
EmbeddableColumnDefinition - Interface in org.jooq.meta
An interface defining a column of an embeddable type.
EmbeddableDefinition - Interface in org.jooq.meta
The definition of an embeddable type.
EmbeddableDefinitionType - Class in org.jooq.meta.jaxb
An embeddable type declaration
EmbeddableDefinitionType() - Constructor for class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
embeddableDomains - Variable in class org.jooq.meta.jaxb.Database
 
embeddableDomains() - Method in class org.jooq.meta.AbstractDatabase
 
embeddableDomains() - Method in interface org.jooq.meta.Database
A regular expression matching domain type definitions for which embeddable types should be generated.
EmbeddableField - Class in org.jooq.meta.jaxb
Java class for EmbeddableField complex type.
EmbeddableField() - Constructor for class org.jooq.meta.jaxb.EmbeddableField
 
embeddablePrimaryKeys - Variable in class org.jooq.meta.jaxb.Database
 
embeddablePrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
 
embeddablePrimaryKeys() - Method in interface org.jooq.meta.Database
A regular expression matching primary keys for which embeddable types should be generated.
embeddables - Variable in class org.jooq.meta.jaxb.Database
 
embeddables - Variable in class org.jooq.meta.jaxb.Generate
 
embeddables - Variable in class org.jooq.meta.jaxb.Matchers
 
embeddableUniqueKeys - Variable in class org.jooq.meta.jaxb.Database
 
embeddableUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
 
embeddableUniqueKeys() - Method in interface org.jooq.meta.Database
A regular expression matching unique keys for which embeddable types should be generated.
emptyCatalogs - Variable in class org.jooq.meta.jaxb.Generate
 
emptySchemas - Variable in class org.jooq.meta.jaxb.Generate
 
encoding - Variable in class org.jooq.meta.jaxb.Target
 
enforced() - Method in class org.jooq.meta.AbstractConstraintDefinition
 
enforced() - Method in interface org.jooq.meta.ConstraintDefinition
Whether this constraint is enforced.
enforced() - Method in class org.jooq.meta.DefaultInverseForeignKeyDefinition
 
enumClass - Variable in class org.jooq.meta.jaxb.MatchersEnumType
 
enumConverter - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
enumConverter - Variable in class org.jooq.meta.jaxb.ForcedType
 
EnumDefinition - Interface in org.jooq.meta
A definition for an ENUM UDT
enumImplements - Variable in class org.jooq.meta.jaxb.MatchersEnumType
 
enumLiteral - Variable in class org.jooq.meta.jaxb.MatchersEnumType
 
EnumLiteralDefinition - Interface in org.jooq.meta
A literal in an EnumDefinition.
enums - Variable in class org.jooq.meta.jaxb.Matchers
 
enums - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
enums(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
 
enums(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
enums(List<String>) - Method in class org.jooq.meta.h2.H2Database
 
enums(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
enums(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
enums(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
enums(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
A query that produces enum types and their literals for a set of input schemas.
enums(List<String>) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
enumsAsScalaEnums - Variable in class org.jooq.meta.jaxb.Generate
 
enumsAsScalaSealedTraits - Variable in class org.jooq.meta.jaxb.Generate
 
EnumType - Class in org.jooq.meta.jaxb
Java class for EnumType complex type.
EnumType() - Constructor for class org.jooq.meta.jaxb.EnumType
 
enumTypes - Variable in class org.jooq.meta.jaxb.Database
 
equals(Object) - Method in class org.jooq.meta.AbstractDefinition
 
equals(Object) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
equals(Object) - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
equals(Object) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
equals(Object) - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
equals(Object) - Method in class org.jooq.meta.jaxb.CommentType
 
equals(Object) - Method in class org.jooq.meta.jaxb.Configuration
 
equals(Object) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
equals(Object) - Method in class org.jooq.meta.jaxb.Database
 
equals(Object) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
equals(Object) - Method in class org.jooq.meta.jaxb.EmbeddableField
 
equals(Object) - Method in class org.jooq.meta.jaxb.EnumType
 
equals(Object) - Method in class org.jooq.meta.jaxb.ForcedType
 
equals(Object) - Method in class org.jooq.meta.jaxb.Generate
 
equals(Object) - Method in class org.jooq.meta.jaxb.Generator
 
equals(Object) - Method in class org.jooq.meta.jaxb.Jdbc
 
equals(Object) - Method in class org.jooq.meta.jaxb.LambdaConverter
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatcherRule
 
equals(Object) - Method in class org.jooq.meta.jaxb.Matchers
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersEnumType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersFieldType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersIndexType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersTableType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersUDTType
 
equals(Object) - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
 
equals(Object) - Method in class org.jooq.meta.jaxb.Property
 
equals(Object) - Method in class org.jooq.meta.jaxb.SchemaMappingType
 
equals(Object) - Method in class org.jooq.meta.jaxb.Strategy
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
equals(Object) - Method in class org.jooq.meta.jaxb.SyntheticViewType
 
equals(Object) - Method in class org.jooq.meta.jaxb.Target
 
error(Object) - Method in class org.jooq.meta.BufferedLog
 
error(Object, Object) - Method in class org.jooq.meta.BufferedLog
 
error(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
error(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
ERROR - Enum constant in enum class org.jooq.meta.jaxb.Logging
The ERROR log level.
exclude(Definition) - Method in interface org.jooq.meta.Database.Filter
Whether to include an object in this database.
excludeExpression - Variable in class org.jooq.meta.jaxb.ForcedType
 
excludes - Variable in class org.jooq.meta.jaxb.Database
 
excludeSql - Variable in class org.jooq.meta.jaxb.Database
 
excludeTypes - Variable in class org.jooq.meta.jaxb.ForcedType
 
existAll(Table<?>...) - Method in class org.jooq.meta.AbstractDatabase
 
existAll(Table<?>...) - Method in interface org.jooq.meta.Database
Check for the existence of several tables in the dictionary views.
existAll(TableField<?, ?>...) - Method in class org.jooq.meta.AbstractDatabase
 
existAll(TableField<?, ?>...) - Method in interface org.jooq.meta.Database
Check for the existence of several table fields in the dictionary views.
exists(Table<?>) - Method in class org.jooq.meta.AbstractDatabase
 
exists(Table<?>) - Method in interface org.jooq.meta.Database
Check for the existence of a table in the dictionary views.
exists(TableField<?, ?>) - Method in class org.jooq.meta.AbstractDatabase
 
exists(TableField<?, ?>) - Method in interface org.jooq.meta.Database
Check for the existence of a table field in the dictionary views.
exists0(Table<?>) - Method in class org.jooq.meta.AbstractDatabase
[#8972] Subclasses may override this method for a more efficient implementation.
exists0(Table<?>) - Method in class org.jooq.meta.h2.H2Database
 
exists0(Table<?>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
exists0(Table<?>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
exists0(TableField<?, ?>) - Method in class org.jooq.meta.AbstractDatabase
[#8972] Subclasses may override this method for a more efficient implementation.
exists0(TableField<?, ?>) - Method in class org.jooq.meta.h2.H2Database
 
exists0(TableField<?, ?>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
exists0(TableField<?, ?>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
exists1(Table<?>, Table<R>, TableField<R, String>, TableField<R, String>) - Method in class org.jooq.meta.AbstractDatabase
A utility method to look up a table in a single dictionary view.
exists1(TableField<?, ?>, Table<R>, TableField<R, String>, TableField<R, String>, TableField<R, String>) - Method in class org.jooq.meta.AbstractDatabase
A utility method to look up a field in a single dictionary view.
expression - Variable in class org.jooq.meta.jaxb.CommentType
 
expression - Variable in class org.jooq.meta.jaxb.EmbeddableField
 
expression - Variable in class org.jooq.meta.jaxb.ForcedType
 
expression - Variable in class org.jooq.meta.jaxb.MatcherRule
 
expression - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersCatalogType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersEnumType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersIndexType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersSequenceType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
expression - Variable in class org.jooq.meta.jaxb.MatchersUniqueKeyType
 
expression - Variable in class org.jooq.meta.jaxb.SyntheticDefaultType
 
expressions - Variable in class org.jooq.meta.jaxb.ForcedType
 

F

FAIL - Enum constant in enum class org.jooq.meta.jaxb.OnError
On error, the code generation should fail.
FATAL - Enum constant in enum class org.jooq.meta.jaxb.Logging
The FATAL log level.
fetchedSize(Collection<?>, Collection<?>) - Static method in class org.jooq.meta.AbstractDatabase
 
fieldGetter - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
fieldIdentifier - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
fieldMember - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
fields - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
fields - Variable in class org.jooq.meta.jaxb.Matchers
 
fields - Variable in class org.jooq.meta.jaxb.SyntheticDefaultType
 
fields - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
fields - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
fields - Variable in class org.jooq.meta.jaxb.SyntheticIdentityType
 
fields - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
fields - Variable in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
fields - Variable in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
fieldSetter - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
filter(List<T>, String) - Method in class org.jooq.meta.AbstractDatabase
 
filter(List<T>, List<String>) - Method in class org.jooq.meta.AbstractDatabase
 
filterExcludeInclude(List<D>) - Method in interface org.jooq.meta.Database
Filter a list of definitions according to the exclude / include / and filter settings of this database.
filterExcludeInclude(List<D>, String, String) - Method in interface org.jooq.meta.Database
Filter a list of definitions according to the exclude / include expressions passed as arguments.
filterExcludeInclude(List<T>) - Method in class org.jooq.meta.AbstractDatabase
 
filterExcludeInclude(List<T>, String[], String[], List<Database.Filter>) - Method in class org.jooq.meta.AbstractDatabase
 
filterExcludeInclude(List<T>, String, String) - Method in class org.jooq.meta.AbstractDatabase
 
filterPackage(List<T>, PackageDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
filterPackage(List<T>, PackageDefinition, Map<PackageDefinition, List<T>>) - Method in class org.jooq.meta.AbstractDatabase
 
filterSchema(List<T>, SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
filterSchema(List<T>, SchemaDefinition, Map<SchemaDefinition, List<T>>) - Method in class org.jooq.meta.AbstractDatabase
 
filterTable(List<T>, TableDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
filterTable(List<T>, TableDefinition, Map<TableDefinition, List<T>>) - Method in class org.jooq.meta.AbstractDatabase
 
FirebirdDatabase - Class in org.jooq.meta.firebird
 
FirebirdDatabase() - Constructor for class org.jooq.meta.firebird.FirebirdDatabase
 
FirebirdRoutineDefinition - Class in org.jooq.meta.firebird
 
FirebirdRoutineDefinition(SchemaDefinition, String) - Constructor for class org.jooq.meta.firebird.FirebirdRoutineDefinition
 
FirebirdRoutineDefinition(SchemaDefinition, String, String, Number, Number) - Constructor for class org.jooq.meta.firebird.FirebirdRoutineDefinition
 
FirebirdTableDefinition - Class in org.jooq.meta.firebird
 
FirebirdTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.firebird.FirebirdTableDefinition
 
FirebirdTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.firebird.FirebirdTableDefinition
 
FirebirdTableValuedFunction - Class in org.jooq.meta.firebird
 
FirebirdTableValuedFunction(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.firebird.FirebirdTableValuedFunction
 
FirebirdTableValuedFunction(SchemaDefinition, String, String, String) - Constructor for class org.jooq.meta.firebird.FirebirdTableValuedFunction
 
fluentSetters - Variable in class org.jooq.meta.jaxb.Generate
 
flush() - Static method in class org.jooq.meta.BufferedLog
Perform the actual logging.
ForcedType - Class in org.jooq.meta.jaxb
A forced type declaration
ForcedType() - Constructor for class org.jooq.meta.jaxb.ForcedType
 
ForcedTypeObjectType - Enum Class in org.jooq.meta.jaxb
Java class for ForcedTypeObjectType.
forcedTypes - Variable in class org.jooq.meta.jaxb.Database
 
forcedTypesForBuiltinDataTypeExtensions - Variable in class org.jooq.meta.jaxb.Database
 
forcedTypesForXMLSchemaCollections - Variable in class org.jooq.meta.jaxb.Database
 
forceIntegerTypesOnZeroScaleDecimals - Variable in class org.jooq.meta.jaxb.Database
 
ForeignKeyDefinition - Interface in org.jooq.meta
An object holding information about a foreign key relationship.
foreignKeys - Variable in class org.jooq.meta.jaxb.Matchers
 
foreignKeys - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
from - Variable in class org.jooq.meta.jaxb.LambdaConverter
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.GeneratedSerialVersionUID
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.Logging
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.MatcherTransformType
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.Nullability
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.OnError
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.RegexFlag
 
fromValue(String) - Static method in enum class org.jooq.meta.jaxb.VisibilityModifier
 
FULL_VERSION - Static variable in class org.jooq.meta.Constants
The latest jOOQ full version.
fullyQualifiedTypes - Variable in class org.jooq.meta.jaxb.Generate
 

G

generate - Variable in class org.jooq.meta.jaxb.Generator
 
Generate - Class in org.jooq.meta.jaxb
Options strictly related to generated code.
Generate() - Constructor for class org.jooq.meta.jaxb.Generate
 
generatedAlwaysAs(String) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
generatedAnnotation - Variable in class org.jooq.meta.jaxb.Generate
 
generatedAnnotationDate - Variable in class org.jooq.meta.jaxb.Generate
 
generatedAnnotationJooqVersion - Variable in class org.jooq.meta.jaxb.Generate
 
generatedAnnotationType - Variable in class org.jooq.meta.jaxb.Generate
 
GeneratedAnnotationType - Enum Class in org.jooq.meta.jaxb
Java class for GeneratedAnnotationType.
generatedSerialVersionUID - Variable in class org.jooq.meta.jaxb.Generate
 
GeneratedSerialVersionUID - Enum Class in org.jooq.meta.jaxb
Java class for GeneratedSerialVersionUID.
GeneratedTextBlocks - Enum Class in org.jooq.meta.jaxb
Java class for GeneratedTextBlocks.
generationExpression(Field<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
generationOption(QOM.GenerationOption) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
generator - Variable in class org.jooq.meta.jaxb.Configuration
 
generator - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
generator - Variable in class org.jooq.meta.jaxb.ForcedType
 
generator(String) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
Generator - Class in org.jooq.meta.jaxb
Configuration that affects the way code is being generated.
Generator() - Constructor for class org.jooq.meta.jaxb.Generator
 
generators(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
 
generators(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
generators(List<String>) - Method in class org.jooq.meta.h2.H2Database
 
generators(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
generators(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
generators(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
generators(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
A query that produces generator expressions for computed columns for a set of input schemas.
generators(List<String>) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
genericBinding - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
genericBinding - Variable in class org.jooq.meta.jaxb.ForcedType
 
genericConverter - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
genericConverter - Variable in class org.jooq.meta.jaxb.ForcedType
 
getAll() - Method in class org.jooq.meta.AbstractDatabase
 
getAll() - Method in interface org.jooq.meta.Database
Retrieve all objects.
getAllParameters() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
getAllParameters() - Method in interface org.jooq.meta.RoutineDefinition
A list of all IN, OUT, and INOUT parameter column definitions
getArray(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getArray(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
Get a ARRAY defined in this database by name.
getArray(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getArray(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
Get a ARRAY defined in this database by name.
getArray(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
 
getArray(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
Get a ARRAY defined in this database by name.
getArray(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getArray(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
Get a ARRAY defined in this database by name.
getArrays(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getArrays(SchemaDefinition) - Method in interface org.jooq.meta.Database
The Arrays defined in this database.
getArrays0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL ARRAYs from the database.
getArrays0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getArrays0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getArrays0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getArrays0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getArrays0() - Method in class org.jooq.meta.h2.H2Database
 
getArrays0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getArrays0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getArrays0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getArrays0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getArrays0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getAttribute(int) - Method in class org.jooq.meta.AbstractUDTDefinition
 
getAttribute(int) - Method in interface org.jooq.meta.UDTDefinition
Get an attribute in this UDT by its index (starting at 0)
getAttribute(String) - Method in class org.jooq.meta.AbstractUDTDefinition
 
getAttribute(String) - Method in interface org.jooq.meta.UDTDefinition
Get an attribute in this UDT by its name
getAttributeGetter() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated getters (e.g.
getAttributeIdentifier() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of the generated UDTField identifier.
getAttributeMember() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated members (e.g.
getAttributes() - Method in class org.jooq.meta.AbstractUDTDefinition
 
getAttributes() - Method in class org.jooq.meta.jaxb.Matchers
 
getAttributes() - Method in interface org.jooq.meta.UDTDefinition
All attributes in the UDT
getAttributeSetter() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated setters (e.g.
getBasedir() - Method in class org.jooq.meta.AbstractDatabase
 
getBasedir() - Method in interface org.jooq.meta.Database
The basedir that can be used by file based implementations to resolve relative paths.
getBasedir() - Method in class org.jooq.meta.jaxb.Configuration
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.
getBaseType() - Method in class org.jooq.meta.DefaultDomainDefinition
 
getBaseType() - Method in interface org.jooq.meta.DomainDefinition
Deprecated.
- [#681] - 3.14.0 - Use TypedElementDefinition.getDefinedType() instead.
getBinding() - Method in interface org.jooq.meta.DataTypeDefinition
The binding type that is applied to this data type, or null, if no such binding type is configured.
getBinding() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getBinding() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
getBinding() - Method in class org.jooq.meta.jaxb.ForcedType
A Binding implementation for the custom type.
getCache() - Method in class org.jooq.meta.DefaultSequenceDefinition
 
getCache() - Method in interface org.jooq.meta.SequenceDefinition
Get the number of sequence values to cache for this sequence or null, if no such value is specified.
getCatalog() - Method in class org.jooq.meta.AbstractDefinition
 
getCatalog() - Method in class org.jooq.meta.CatalogDefinition
 
getCatalog() - Method in interface org.jooq.meta.Definition
 
getCatalog() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.
getCatalog() - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining catalog of the DAO.
getCatalog() - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The defining catalog of the synonym.
getCatalog() - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining catalog of the view.
getCatalog() - Method in class org.jooq.meta.SchemaDefinition
 
getCatalog(String) - Method in class org.jooq.meta.AbstractDatabase
 
getCatalog(String) - Method in interface org.jooq.meta.Database
Get a catalog defined in this database by name.
getCatalogClass() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This rule influences the naming of the generated Catalog object.
getCatalogExtends() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This string provides a super class that a generated Catalog should extend.
getCatalogIdentifier() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This rule influences the naming of the generated Catalog identifier.
getCatalogImplements() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This string provides additional interfaces that a generated Catalog should implement.
getCatalogs() - Method in class org.jooq.meta.AbstractDatabase
 
getCatalogs() - Method in interface org.jooq.meta.Database
The catalogs generated from this database.
getCatalogs() - Method in class org.jooq.meta.jaxb.Database
 
getCatalogs() - Method in class org.jooq.meta.jaxb.Matchers
 
getCatalogs0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL catalogs from the database.
getCatalogs0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getCatalogs0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getCatalogs0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getCatalogs0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getCatalogs0() - Method in class org.jooq.meta.h2.H2Database
 
getCatalogs0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getCatalogs0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getCatalogs0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getCatalogs0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getCatalogs0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getCatalogVersionProvider() - Method in class org.jooq.meta.AbstractDatabase
 
getCatalogVersionProvider() - Method in interface org.jooq.meta.Database
The database's catalog version provider.
getCatalogVersionProvider() - Method in class org.jooq.meta.jaxb.Database
A custom version number that, if available, will be used to assess whether the Database.getInputCatalog() from a given catalog will need to be regenerated.
getCheckClause() - Method in interface org.jooq.meta.CheckConstraintDefinition
The check clause.
getCheckClause() - Method in class org.jooq.meta.DefaultCheckConstraintDefinition
 
getCheckClauses() - Method in class org.jooq.meta.DefaultDomainDefinition
 
getCheckClauses() - Method in interface org.jooq.meta.DomainDefinition
 
getCheckConstraints() - Method in class org.jooq.meta.AbstractTableDefinition
 
getCheckConstraints() - Method in interface org.jooq.meta.TableDefinition
Get the CHECK constraints for this table.
getCheckConstraints(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getCheckConstraints(SchemaDefinition) - Method in interface org.jooq.meta.Database
The check constraints contained in this database.
getCheckConstraints(TableDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getCheckConstraints(TableDefinition) - Method in interface org.jooq.meta.Relations
Get a list of CHECK constraints for a given table.
getChildTables() - Method in class org.jooq.meta.AbstractTableDefinition
 
getChildTables() - Method in interface org.jooq.meta.TableDefinition
Get the child tables if table inheritance is applicable.
getColumn() - Method in class org.jooq.meta.DefaultIdentityDefinition
 
getColumn() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
 
getColumn() - Method in interface org.jooq.meta.IdentityDefinition
The IDENTITY column
getColumn() - Method in interface org.jooq.meta.IndexColumnDefinition
The table column definition that this index column definition is backed by.
getColumn(int) - Method in class org.jooq.meta.AbstractTableDefinition
 
getColumn(int) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getColumn(int) - Method in interface org.jooq.meta.EmbeddableDefinition
Get a defining column in this type by its index (starting at 0).
getColumn(int) - Method in interface org.jooq.meta.TableDefinition
Get a column in this type by its index (starting at 0).
getColumn(String) - Method in class org.jooq.meta.AbstractTableDefinition
 
getColumn(String) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getColumn(String) - Method in interface org.jooq.meta.EmbeddableDefinition
Get a defining column in this type by its name.
getColumn(String) - Method in interface org.jooq.meta.TableDefinition
Get a column in this type by its name.
getColumn(String, boolean) - Method in class org.jooq.meta.AbstractTableDefinition
 
getColumn(String, boolean) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getColumn(String, boolean) - Method in interface org.jooq.meta.EmbeddableDefinition
Get a defining column in this type by its name.
getColumn(String, boolean) - Method in interface org.jooq.meta.TableDefinition
Get a column in this type by its name.
getColumns() - Method in class org.jooq.meta.AbstractTableDefinition
 
getColumns() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getColumns() - Method in interface org.jooq.meta.EmbeddableDefinition
All defining columns in the type, table or view.
getColumns() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getColumns() - Method in interface org.jooq.meta.TableDefinition
All columns in the type, table or view.
getColumnsIncludingHidden() - Method in class org.jooq.meta.AbstractTableDefinition
 
getColumnsIncludingHidden() - Method in interface org.jooq.meta.TableDefinition
All columns in the type, table or view, including hidden columns.
getComment() - Method in class org.jooq.meta.AbstractDefinition
 
getComment() - Method in interface org.jooq.meta.Definition
 
getComment() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining comment on the embeddable type.
getComment() - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column comment.
getComment() - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining comment on the DAO method.
getComment() - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining comment on the DAO.
getComment() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The enum comment.
getComment() - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining comment on the view.
getComments() - Method in class org.jooq.meta.AbstractDatabase
 
getComments() - Method in interface org.jooq.meta.Database
Get the comments for all objects that offer comments.
getComments() - Method in class org.jooq.meta.jaxb.Database
 
getComments0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL comments from the database.
getConfiguredComments() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredComments() - Method in interface org.jooq.meta.Database
Get the configured comments.
getConfiguredCustomType(String) - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
getConfiguredCustomType(String) - Method in interface org.jooq.meta.Database
Deprecated.
- 3.10.0 - [#5750] - Use Database.getConfiguredForcedTypes() only.
getConfiguredCustomTypes() - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
getConfiguredCustomTypes() - Method in interface org.jooq.meta.Database
Deprecated.
- 3.10.0 - [#5750] - Use Database.getConfiguredForcedTypes() only.
getConfiguredEmbeddables() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredEmbeddables() - Method in interface org.jooq.meta.Database
Get the configured embeddable type definitions for any given Definition.
getConfiguredEnumTypes() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredEnumTypes() - Method in interface org.jooq.meta.Database
Database objects matching any of these field names will be generated as enum types.
getConfiguredForcedType(Definition) - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredForcedType(Definition) - Method in interface org.jooq.meta.Database
Get the configured forced type object for any given Definition, or null if no ForcedType matches the definition.
getConfiguredForcedType(Definition, DataTypeDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredForcedType(Definition, DataTypeDefinition) - Method in interface org.jooq.meta.Database
Get the configured forced type object for any given Definition, or null if no ForcedType matches the definition.
getConfiguredForcedTypes() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredForcedTypes() - Method in interface org.jooq.meta.Database
Database objects matching any of these field names will be generated as forced types.
getConfiguredSyntheticColumns() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticColumns() - Method in interface org.jooq.meta.Database
Get the configured synthetic columns.
getConfiguredSyntheticDaos() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticDaos() - Method in interface org.jooq.meta.Database
Get the configured synthetic DAOs.
getConfiguredSyntheticDefaults() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticDefaults() - Method in interface org.jooq.meta.Database
Get the configured synthetic defaults.
getConfiguredSyntheticEnum(Definition) - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticEnum(Definition) - Method in interface org.jooq.meta.Database
Get the configured forced type object for any given Definition, or null if no SyntheticEnumType matches the definition.
getConfiguredSyntheticEnums() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticEnums() - Method in interface org.jooq.meta.Database
Get the configured synthetic enums.
getConfiguredSyntheticForeignKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticForeignKeys() - Method in interface org.jooq.meta.Database
Get the configured synthetic foreign keys.
getConfiguredSyntheticIdentities() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticIdentities() - Method in interface org.jooq.meta.Database
Get the configured synthetic identities.
getConfiguredSyntheticPrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticPrimaryKeys() - Method in interface org.jooq.meta.Database
Get the configured synthetic primary keys.
getConfiguredSyntheticReadonlyColumns() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticReadonlyColumns() - Method in interface org.jooq.meta.Database
Get the configured synthetic readonly columns.
getConfiguredSyntheticReadonlyRowids() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticReadonlyRowids() - Method in interface org.jooq.meta.Database
Get the configured synthetic readonly rowids.
getConfiguredSyntheticSynonyms() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticSynonyms() - Method in interface org.jooq.meta.Database
Get the configured synthetic synonyms.
getConfiguredSyntheticUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticUniqueKeys() - Method in interface org.jooq.meta.Database
Get the configured synthetic unique keys.
getConfiguredSyntheticViews() - Method in class org.jooq.meta.AbstractDatabase
 
getConfiguredSyntheticViews() - Method in interface org.jooq.meta.Database
Get the configured synthetic views.
getConnection() - Method in class org.jooq.meta.AbstractDatabase
 
getConnection() - Method in class org.jooq.meta.AbstractDefinition
 
getConnection() - Method in interface org.jooq.meta.Database
The database connection.
getConstants() - Method in class org.jooq.meta.AbstractPackageDefinition
 
getConstants() - Method in class org.jooq.meta.AbstractUDTDefinition
 
getConstants() - Method in interface org.jooq.meta.PackageDefinition
Fetch all constants from the package.
getConstants0() - Method in class org.jooq.meta.AbstractPackageDefinition
 
getConstants0() - Method in class org.jooq.meta.xml.XMLPackageDefinition
 
getContainer() - Method in class org.jooq.meta.AbstractContainerElementDefinition
 
getContainer() - Method in interface org.jooq.meta.ContainerElementDefinition
The container that contains this element.
getConverter() - Method in interface org.jooq.meta.DataTypeDefinition
The converter type that is applied to this data type, or null, if no such converter type is configured.
getConverter() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getConverter() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
getConverter() - Method in class org.jooq.meta.jaxb.ForcedType
A converter implementation for the ForcedType.getUserType().
getCustomTypes() - Method in class org.jooq.meta.jaxb.Database
Deprecated.
getCycle() - Method in class org.jooq.meta.DefaultSequenceDefinition
 
getCycle() - Method in interface org.jooq.meta.SequenceDefinition
Returns true if this sequence cycles to SequenceDefinition.getMinvalue() when it reaches SequenceDefinition.getMaxvalue().
getDao() - Method in class org.jooq.meta.DefaultSyntheticDaoDefinition
 
getDao() - Method in interface org.jooq.meta.SyntheticDaoDefinition
The dao configuration.
getDaoClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated DAO object.
getDaoExtends() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated DAO should extend.
getDaoImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated DAO should implement.
getDaoMember() - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated members and member suffixes in DAO methods corresponding to this Field
getDaos() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getDaosExcludes() - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate DAOs.
getDaosIncludes() - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate DAOs, by default, all of them.
getDatabase() - Method in class org.jooq.meta.AbstractDefinition
 
getDatabase() - Method in interface org.jooq.meta.DataTypeDefinition
The underlying database.
getDatabase() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getDatabase() - Method in interface org.jooq.meta.Definition
 
getDatabase() - Method in class org.jooq.meta.jaxb.Generator
Configuration of the database meta data source.
getDataType(Database, String, int, int) - Static method in class org.jooq.meta.AbstractTypedElementDefinition
 
getDataTypeForMAX_VAL(SchemaDefinition, BigInteger) - Method in class org.jooq.meta.AbstractDatabase
Get the data type considering a known max value
getDefaults() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getDefaultValue() - Method in interface org.jooq.meta.DataTypeDefinition
The default value expression.
getDefaultValue() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getDefinedType() - Method in class org.jooq.meta.AbstractTypedElementDefinition
 
getDefinedType() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
getDefinedType() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
 
getDefinedType() - Method in interface org.jooq.meta.TypedElementDefinition
The column / parameter type as declared in the database (prior to applying forced types).
getDefiningTable() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getDefiningTable() - Method in interface org.jooq.meta.EmbeddableDefinition
The table defining the embeddable (same as TableElementDefinition.getTable()).
getDefinition(List<D>, String, boolean) - Static method in class org.jooq.meta.AbstractDatabase
 
getDefinition(List<D>, Name, boolean) - Static method in class org.jooq.meta.AbstractDatabase
 
getDefinitionPath() - Method in class org.jooq.meta.AbstractConstraintDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.AbstractContainerElementDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.AbstractDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.AbstractIndexDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.AbstractPackageDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.CatalogDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.DefaultDomainDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.DefaultEnumDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.DefaultIdentityDefinition
 
getDefinitionPath() - Method in interface org.jooq.meta.Definition
 
getDefinitionPath() - Method in class org.jooq.meta.SchemaDefinition
 
getDeleteRule() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
getDeleteRule() - Method in interface org.jooq.meta.ForeignKeyDefinition
The ON DELETE rule or null, if unspecified.
getDialect() - Method in class org.jooq.meta.AbstractDatabase
 
getDialect() - Method in class org.jooq.meta.AbstractDefinition
 
getDialect() - Method in interface org.jooq.meta.Database
Get the dialect for this database.
getDirectory() - Method in class org.jooq.meta.jaxb.Target
The destination directory of your generated classes
getDomain() - Method in class org.jooq.meta.AbstractTypedElementDefinition
 
getDomain() - Method in interface org.jooq.meta.TypedElementDefinition
The column / parameter / attribute domain type, or null, if it does not reference a domain.
getDomain(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getDomain(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
Get a domain UDT defined in this database by name.
getDomain(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getDomain(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
Get a domain UDT defined in this database by name.
getDomain(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
 
getDomain(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
Get a domain UDT defined in this database by name.
getDomain(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getDomain(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
Get a domain UDT defined in this database by name.
getDomains() - Method in class org.jooq.meta.AbstractDatabase
 
getDomains() - Method in interface org.jooq.meta.Database
The domain UDTs defined in this database.
getDomains(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getDomains(SchemaDefinition) - Method in interface org.jooq.meta.Database
The domain UDTs defined in this database.
getDomains0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL domain UDTs from the database.
getDomains0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getDomains0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getDomains0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getDomains0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getDomains0() - Method in class org.jooq.meta.h2.H2Database
 
getDomains0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getDomains0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getDomains0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getDomains0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getDomains0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getDriver() - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC driver class.
getElement(int) - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
getElement(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
getElement(String, boolean) - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
getElements() - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
getElements0() - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
getElements0() - Method in class org.jooq.meta.AbstractTableDefinition
 
getElements0() - Method in class org.jooq.meta.cubrid.CUBRIDTableDefinition
 
getElements0() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getElements0() - Method in class org.jooq.meta.DefaultMetaTableDefinition
 
getElements0() - Method in class org.jooq.meta.derby.DerbyTableDefinition
 
getElements0() - Method in class org.jooq.meta.firebird.FirebirdTableDefinition
 
getElements0() - Method in class org.jooq.meta.firebird.FirebirdTableValuedFunction
 
getElements0() - Method in class org.jooq.meta.h2.H2TableDefinition
 
getElements0() - Method in class org.jooq.meta.hsqldb.HSQLDBTableDefinition
 
getElements0() - Method in class org.jooq.meta.hsqldb.HSQLDBTableValuedFunction
 
getElements0() - Method in class org.jooq.meta.mysql.MySQLTableDefinition
 
getElements0() - Method in class org.jooq.meta.postgres.PostgresMaterializedViewDefinition
 
getElements0() - Method in class org.jooq.meta.postgres.PostgresTableDefinition
 
getElements0() - Method in class org.jooq.meta.postgres.PostgresTableValuedFunction
 
getElements0() - Method in class org.jooq.meta.postgres.PostgresUDTDefinition
 
getElements0() - Method in class org.jooq.meta.sqlite.SQLiteTableDefinition
 
getElements0() - Method in class org.jooq.meta.xml.XMLTableDefinition
 
getElements1_4() - Method in class org.jooq.meta.h2.H2TableDefinition
 
getElements2_0() - Method in class org.jooq.meta.h2.H2TableDefinition
 
getElementsIncludingHidden() - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
getElementType() - Method in interface org.jooq.meta.ArrayDefinition
 
getElementType() - Method in class org.jooq.meta.DefaultArrayDefinition
 
getElementType(JavaTypeResolver) - Method in interface org.jooq.meta.ArrayDefinition
 
getElementType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultArrayDefinition
 
getEmbeddableDomains() - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all domain type declarations for which wrapper types should be generated.
getEmbeddablePrimaryKeys() - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all primary key declarations for which wrapper types should be generated, and for their referencing foreign keys.
getEmbeddables() - Method in class org.jooq.meta.AbstractDatabase
 
getEmbeddables() - Method in class org.jooq.meta.AbstractTableDefinition
 
getEmbeddables() - Method in interface org.jooq.meta.Database
Get all embeddables.
getEmbeddables() - Method in class org.jooq.meta.jaxb.Database
 
getEmbeddables() - Method in class org.jooq.meta.jaxb.Matchers
 
getEmbeddables() - Method in interface org.jooq.meta.TableDefinition
All embeddable types in this defining table.
getEmbeddables(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getEmbeddables(SchemaDefinition) - Method in interface org.jooq.meta.Database
Get all embeddables for a given defining schema.
getEmbeddables(TableDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getEmbeddables(TableDefinition) - Method in interface org.jooq.meta.Database
Get all embeddables for a given defining table.
getEmbeddablesByReferencingTable(TableDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getEmbeddablesByReferencingTable(TableDefinition) - Method in interface org.jooq.meta.Database
Get all embeddables for a given referencing table.
getEmbeddableUniqueKeys() - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all unique key declarations for which wrapper types should be generated, and for their referencing foreign keys.
getEncoding() - Method in class org.jooq.meta.jaxb.Target
The file encoding to be used with all output files.
getEnum(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getEnum(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
Get an enum UDT defined in this database by name.
getEnum(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getEnum(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
Get an enum UDT defined in this database by name.
getEnum(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
 
getEnum(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
Get an enum UDT defined in this database by name.
getEnum(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getEnum(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
Get an enum UDT defined in this database by name.
getEnumClass() - Method in class org.jooq.meta.jaxb.MatchersEnumType
This rule influences the naming of the generated EnumType object.
getEnumImplements() - Method in class org.jooq.meta.jaxb.MatchersEnumType
This string provides additional interfaces that a generated EnumType should implement.
getEnumLiteral() - Method in class org.jooq.meta.jaxb.MatchersEnumType
This rule influences the naming of the generated EnumType literal values.
getEnums() - Method in class org.jooq.meta.jaxb.Matchers
 
getEnums() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getEnums(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getEnums(SchemaDefinition) - Method in interface org.jooq.meta.Database
The enum UDTs defined in this database.
getEnums0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL enum UDTs from the database.
getEnums0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getEnums0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getEnums0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getEnums0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getEnums0() - Method in class org.jooq.meta.h2.H2Database
 
getEnums0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getEnums0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getEnums0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getEnums0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getEnums0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getEnumTypes() - Method in class org.jooq.meta.jaxb.Database
Deprecated.
getExcluded() - Method in class org.jooq.meta.AbstractDatabase
 
getExcluded() - Method in interface org.jooq.meta.Database
Retrieve all excluded objects.
getExcludeExpression() - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching columns, parameters, attributes, etc.
getExcludes() - Method in class org.jooq.meta.AbstractDatabase
 
getExcludes() - Method in interface org.jooq.meta.Database
Database objects matching any of these regular expressions will not be generated.
getExcludes() - Method in class org.jooq.meta.jaxb.Database
All elements that are excluded from your schema.
getExcludeSql() - Method in class org.jooq.meta.AbstractDatabase
 
getExcludeSql() - Method in interface org.jooq.meta.Database
Database objects matching any of the regular expressions produced by this SQL query will not be generated, in addition to the ones specified by Database.getExcludes().
getExcludeSql() - Method in class org.jooq.meta.jaxb.Database
All elements that are excluded from your schema.
getExcludeTypes() - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching data types which must not have this type.
getExpression() - Method in class org.jooq.meta.jaxb.CommentType
A regular expression matching all objects that should be commented.
getExpression() - Method in class org.jooq.meta.jaxb.EmbeddableField
A regex matching all column names that are part of the embeddable type.
getExpression() - Method in class org.jooq.meta.jaxb.ForcedType
getExpression() - Method in class org.jooq.meta.jaxb.MatcherRule
A replacement expression that transforms the matched expression in a new value.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This field matcher applies to all unqualified or qualified UDT attribute names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This table matcher applies to all unqualified or qualified embeddable names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersEnumType
This enum matcher applies to all unqualified or qualified enum names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersFieldType
This field matcher applies to all unqualified or qualified field names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This table matcher applies to all unqualified or qualified foreign key names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersIndexType
This table matcher applies to all unqualified or qualified index names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
This table matcher applies to all unqualified or qualified primary key names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This schema matcher applies to all unqualified or qualified schema names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersSequenceType
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersTableType
This table matcher applies to all unqualified or qualified table names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This table matcher applies to all unqualified or qualified UDT names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
This table matcher applies to all unqualified or qualified unique key names matched by this expression.
getExpression() - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
The default expression to apply to the field.
getExpressions() - Method in class org.jooq.meta.jaxb.ForcedType
getFieldGetter() - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated getters (e.g.
getFieldIdentifier() - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of the generated Field identifier.
getFieldMember() - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated members (e.g.
getFields() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
getFields() - Method in class org.jooq.meta.jaxb.Matchers
 
getFields() - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
A regular expression matching all fields on which to apply this synthetic default.
getFields() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A regular expression matching all fields on which to apply this synthetic enum type.
getFields() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
getFields() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
A regular expression matching all fields on which to apply this synthetic identity.
getFields() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
getFields() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
A regular expression matching all fields on which to apply this synthetic readonly column.
getFields() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
getFieldSetter() - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated setters (e.g.
getFilters() - Method in class org.jooq.meta.AbstractDatabase
 
getFilters() - Method in interface org.jooq.meta.Database
[#3488] The filters that are applied in addition to include / exclude.
getForcedTypes() - Method in class org.jooq.meta.jaxb.Database
 
getForcedTypesForBuiltinDataTypeExtensions() - Method in class org.jooq.meta.AbstractDatabase
 
getForcedTypesForBuiltinDataTypeExtensions() - Method in interface org.jooq.meta.Database
Whether some additional forced types for built in data type extensions, such as the ones from jooq-codegen-postgres should be added.
getForcedTypesForXMLSchemaCollections() - Method in class org.jooq.meta.AbstractDatabase
 
getForcedTypesForXMLSchemaCollections() - Method in interface org.jooq.meta.Database
Whether some additional forced types for XMLSchemaCollectionDefinition types should be created automatically for columns that have non-ambiguous references to an XMLTypeDefinition.
getForceIntegerTypesOnZeroScaleDecimals() - Method in class org.jooq.meta.AbstractDatabase
 
getForceIntegerTypesOnZeroScaleDecimals() - Method in interface org.jooq.meta.Database
Whether zero-scale decimal types should be treated as their most appropriate, corresponding integer type.
getForeignKey() - Method in class org.jooq.meta.DefaultInverseForeignKeyDefinition
 
getForeignKey() - Method in interface org.jooq.meta.InverseForeignKeyDefinition
Get the foreign key this is an inverse of.
getForeignKey1() - Method in class org.jooq.meta.DefaultManyToManyKeyDefinition
 
getForeignKey1() - Method in interface org.jooq.meta.ManyToManyKeyDefinition
Get the first foreign key in the relationship.
getForeignKey2() - Method in class org.jooq.meta.DefaultManyToManyKeyDefinition
 
getForeignKey2() - Method in interface org.jooq.meta.ManyToManyKeyDefinition
Get the second foreign key in the relationship.
getForeignKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getForeignKeys() - Method in class org.jooq.meta.AbstractTableDefinition
 
getForeignKeys() - Method in interface org.jooq.meta.ColumnDefinition
All definitions of foreign keys that this column is part of.
getForeignKeys() - Method in interface org.jooq.meta.Database
The foreign keys contained in this database.
getForeignKeys() - Method in class org.jooq.meta.DefaultColumnDefinition
 
getForeignKeys() - Method in class org.jooq.meta.DefaultUniqueKeyDefinition
 
getForeignKeys() - Method in class org.jooq.meta.jaxb.Matchers
 
getForeignKeys() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getForeignKeys() - Method in interface org.jooq.meta.TableDefinition
Get the foreign keys for this table.
getForeignKeys() - Method in interface org.jooq.meta.UniqueKeyDefinition
The foreign keys referencing this primary key
getForeignKeys(ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getForeignKeys(ColumnDefinition) - Method in interface org.jooq.meta.Relations
Get a list of foreign keys for a given table, that the column participates in.
getForeignKeys(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getForeignKeys(SchemaDefinition) - Method in interface org.jooq.meta.Database
The foreign keys contained in this database.
getForeignKeys(TableDefinition) - Method in class org.jooq.meta.AbstractTableDefinition
 
getForeignKeys(TableDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getForeignKeys(TableDefinition) - Method in interface org.jooq.meta.Relations
Get a list of foreign keys for a given table.
getForeignKeys(TableDefinition) - Method in interface org.jooq.meta.TableDefinition
Get the foreign keys for this table referencing a specific table.
getFrom() - Method in class org.jooq.meta.jaxb.LambdaConverter
The implementation of Converter.from(Object).
getFromString(String) - Static method in enum class org.jooq.meta.InOutDefinition
Convert a string into the corresponding InOutDefinition value.
getFullyQualifiedTypes() - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching all the types in generated code that should be fully qualified.
getGenerate() - Method in class org.jooq.meta.jaxb.Generator
Options strictly related to generated code.
getGeneratedAlwaysAs() - Method in interface org.jooq.meta.DataTypeDefinition
The computed column expression.
getGeneratedAlwaysAs() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getGeneratedAnnotationType() - Method in class org.jooq.meta.jaxb.Generate
Specify the type of Generated annotation to use in generated code.
getGeneratedSerialVersionUID() - Method in class org.jooq.meta.jaxb.Generate
The serial version UID to be generated in all files.
getGenerationLocation() - Method in interface org.jooq.meta.DataTypeDefinition
The computed column generation location.
getGenerationLocation() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getGenerationOption() - Method in interface org.jooq.meta.DataTypeDefinition
The computed column generation option.
getGenerationOption() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getGenerator() - Method in interface org.jooq.meta.DataTypeDefinition
The generator type that is applied to this data type, or null, if no such generator type is configured.
getGenerator() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getGenerator() - Method in class org.jooq.meta.jaxb.Configuration
The GENERATOR configuration element contains information about source code generation itself.
getGenerator() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
getGenerator() - Method in class org.jooq.meta.jaxb.ForcedType
A Generator implementation used for client-side computed columns.
getIdentities() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getIdentities(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getIdentities(SchemaDefinition) - Method in interface org.jooq.meta.Database
The identities contained in this database.
getIdentity() - Method in class org.jooq.meta.AbstractTableDefinition
 
getIdentity() - Method in interface org.jooq.meta.TableDefinition
Get the IDENTITY column of this table, or null, if no such column exists.
getIncludeCheckConstraints() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeCheckConstraints() - Method in interface org.jooq.meta.Database
whether check constraints should be included.
getIncluded() - Method in class org.jooq.meta.AbstractDatabase
 
getIncluded() - Method in interface org.jooq.meta.Database
Retrieve all included objects.
getIncludeDomains() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeDomains() - Method in interface org.jooq.meta.Database
whether domains should be included.
getIncludeEmbeddables() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeEmbeddables() - Method in interface org.jooq.meta.Database
Whether embeddable types should be included.
getIncludeExcludeColumns() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeExcludeColumns() - Method in interface org.jooq.meta.Database
Indicate whether include / exclude regular expression shall also match database columns.
getIncludeExcludePackageRoutines() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeExcludePackageRoutines() - Method in interface org.jooq.meta.Database
Indicate whether include / exclude regular expression shall also match package routines.
getIncludeExpression() - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching columns, parameters, attributes, etc.
getIncludeForeignKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeForeignKeys() - Method in interface org.jooq.meta.Database
whether foreign key relationships should be included.
getIncludeIndexes() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeIndexes() - Method in interface org.jooq.meta.Database
whether indexes should be included.
getIncludeInvisibleColumns() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeInvisibleColumns() - Method in interface org.jooq.meta.Database
Whether invisible columns should be included.
getIncludePackageConstants() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludePackageConstants() - Method in interface org.jooq.meta.Database
whether package constants should be included.
getIncludePackageRoutines() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludePackageRoutines() - Method in interface org.jooq.meta.Database
whether package routines should be included.
getIncludePackages() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludePackages() - Method in interface org.jooq.meta.Database
whether packages should be included.
getIncludePackageUDTs() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludePackageUDTs() - Method in interface org.jooq.meta.Database
whether package UDTs should be included.
getIncludePrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludePrimaryKeys() - Method in interface org.jooq.meta.Database
whether primary keys should be included.
getIncludeRoutines() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeRoutines() - Method in interface org.jooq.meta.Database
whether routines should be included.
getIncludes() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludes() - Method in interface org.jooq.meta.Database
Only database objects matching any of these regular expressions will be generated.
getIncludes() - Method in class org.jooq.meta.jaxb.Database
All elements that are generated from your schema.
getIncludeSequences() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeSequences() - Method in interface org.jooq.meta.Database
whether sequences should be included.
getIncludeSql() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeSql() - Method in interface org.jooq.meta.Database
Only database objects matching any of the regular expressions produced by this SQL query will be generated, in addition to the ones specified by Database.getIncludes().
getIncludeSql() - Method in class org.jooq.meta.jaxb.Database
All elements that are generated from your schema.
getIncludeSystemCheckConstraints() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeSystemCheckConstraints() - Method in interface org.jooq.meta.Database
whether system generated check constraints should be included.
getIncludeSystemIndexes() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeSystemIndexes() - Method in interface org.jooq.meta.Database
whether system generated indexes should be included.
getIncludeSystemSequences() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeSystemSequences() - Method in interface org.jooq.meta.Database
whether system generated sequences should be included.
getIncludeSystemTables() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeSystemTables() - Method in interface org.jooq.meta.Database
whether system generated tables should be included.
getIncludeSystemUDTs() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeSystemUDTs() - Method in interface org.jooq.meta.Database
whether system generated UDTs should be included.
getIncludeTables() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeTables() - Method in interface org.jooq.meta.Database
Whether tables (and views) should be included.
getIncludeTriggerRoutines() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeTriggerRoutines() - Method in interface org.jooq.meta.Database
whether trigger routines should be included.
getIncludeTypes() - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching data types to be forced to have this type.
getIncludeUDTs() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeUDTs() - Method in interface org.jooq.meta.Database
whether user defined types should be included.
getIncludeUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeUniqueKeys() - Method in interface org.jooq.meta.Database
whether unique keys should be included.
getIncludeXMLSchemaCollections() - Method in class org.jooq.meta.AbstractDatabase
 
getIncludeXMLSchemaCollections() - Method in interface org.jooq.meta.Database
whether XML schema collections should be included.
getIncrementBy() - Method in class org.jooq.meta.DefaultSequenceDefinition
 
getIncrementBy() - Method in interface org.jooq.meta.SequenceDefinition
Get the increment for this sequence or null, if no such value is specified.
getIndentation() - Method in class org.jooq.meta.jaxb.Generate
The indentation characters to be used in generated code.
getIndexColumns() - Method in class org.jooq.meta.AbstractIndexDefinition
 
getIndexColumns() - Method in interface org.jooq.meta.IndexDefinition
The list of columns making up the index.
getIndexColumns0() - Method in class org.jooq.meta.AbstractIndexDefinition
 
getIndexes() - Method in class org.jooq.meta.AbstractTableDefinition
 
getIndexes() - Method in class org.jooq.meta.jaxb.Matchers
 
getIndexes() - Method in interface org.jooq.meta.TableDefinition
Get the indexes for this table.
getIndexes(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getIndexes(SchemaDefinition) - Method in interface org.jooq.meta.Database
The indexes contained in this database.
getIndexes(TableDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getIndexes(TableDefinition) - Method in interface org.jooq.meta.Database
The indexes contained in this database.
getIndexes0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL indexes from the database
getIndexes0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getIndexes0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getIndexes0() - Method in class org.jooq.meta.h2.H2Database
 
getIndexes0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getIndexes0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getIndexes0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getIndexes0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getIndexes0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getIndexType() - Method in interface org.jooq.meta.ArrayDefinition
 
getIndexType() - Method in class org.jooq.meta.DefaultArrayDefinition
 
getIndexType(JavaTypeResolver) - Method in interface org.jooq.meta.ArrayDefinition
 
getIndexType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultArrayDefinition
 
getInitScript() - Method in class org.jooq.meta.jaxb.Jdbc
A script to run after creating the JDBC connection, and before running the code generator.
getInitSeparator() - Method in class org.jooq.meta.jaxb.Jdbc
The separator used to separate statements in the initScript, defaulting to ";".
getInParameters() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
getInParameters() - Method in interface org.jooq.meta.RoutineDefinition
A list of IN or INOUT parameter column definitions
getInputCatalog() - Method in class org.jooq.meta.jaxb.CatalogMappingType
getInputCatalog() - Method in class org.jooq.meta.jaxb.Database
The catalog that is used locally as a source for meta information.
getInputCatalogs() - Method in class org.jooq.meta.AbstractDatabase
 
getInputCatalogs() - Method in interface org.jooq.meta.Database
The input catalogs are the catalogs that jooq-meta is reading data from.
getInputCatalogsAndSchemata() - Method in class org.jooq.meta.AbstractDatabase
 
getInputName() - Method in class org.jooq.meta.AbstractDefinition
 
getInputName() - Method in interface org.jooq.meta.Definition
 
getInputSchema() - Method in class org.jooq.meta.jaxb.Database
The schema that is used locally as a source for meta information.
getInputSchema() - Method in class org.jooq.meta.jaxb.SchemaMappingType
getInputSchemata() - Method in class org.jooq.meta.AbstractDatabase
 
getInputSchemata() - Method in interface org.jooq.meta.Database
The input schemata are the schemata from all catalogs that jooq-meta is reading data from.
getInputSchemata(String) - Method in class org.jooq.meta.AbstractDatabase
 
getInputSchemata(String) - Method in interface org.jooq.meta.Database
The input schemata are the schemata from a given catalog that jooq-meta is reading data from.
getInputSchemata(CatalogDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getInputSchemata(CatalogDefinition) - Method in interface org.jooq.meta.Database
The input schemata are the schemata from a given catalog that jooq-meta is reading data from.
getInterfaceClass() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated interface implemented by the EmbeddableRecord and/or the POJO.
getInterfaceClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated interface implemented by the TableRecord and/or the POJO.
getInterfaceClass() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated interface implemented by the UDTRecord and/or the POJO.
getInterfaceImplements() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated interface (which is implemented by the EmbeddableRecord and/or POJO) should implement.
getInterfaceImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated interface (which is implemented by the TableRecord and/or POJO) should implement.
getInterfaceImplements() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated interface (which is implemented by the UDTRecord and/or POJO) should implement.
getInverse() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
getInverse() - Method in interface org.jooq.meta.ForeignKeyDefinition
Get the inverse key.
getInverseForeignKeys() - Method in class org.jooq.meta.AbstractTableDefinition
 
getInverseForeignKeys() - Method in interface org.jooq.meta.TableDefinition
Get the inverse foreign keys for this table.
getInverseForeignKeys(TableDefinition) - Method in class org.jooq.meta.AbstractTableDefinition
 
getInverseForeignKeys(TableDefinition) - Method in interface org.jooq.meta.TableDefinition
Get the inverse foreign keys for this table referenced from a specific table.
getInvisibleColumnsAsHidden() - Method in class org.jooq.meta.AbstractDatabase
 
getInvisibleColumnsAsHidden() - Method in interface org.jooq.meta.Database
Whether invisible columns should be marked as DataType.hidden().
getJava() - Method in class org.jooq.meta.jaxb.Database
A self-contained, inline implementation of Database that will be compiled and class-loaded on the fly by the code generator.
getJava() - Method in class org.jooq.meta.jaxb.Generator
A self-contained, inline implementation of
invalid reference
org.jooq.codegen.Generator
that will be compiled and class-loaded on the fly by the code generator.
getJava() - Method in class org.jooq.meta.jaxb.Strategy
A self-contained, inline implementation of
invalid reference
org.jooq.codegen.GeneratorStrategy
that will be compiled and class-loaded on the fly by the code generator.
getJavaType() - Method in interface org.jooq.meta.DataTypeDefinition
The custom Java type to represent this data type, if applicable.
getJavaType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getJavaType(JavaTypeResolver) - Method in interface org.jooq.meta.DataTypeDefinition
The custom Java type to represent this data type, if applicable.
getJavaType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getJdbc() - Method in class org.jooq.meta.jaxb.Configuration
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
getJpaVersion() - Method in class org.jooq.meta.jaxb.Generate
Version of JPA specification is to be used to generate version-specific annotations.
getKey() - Method in class org.jooq.meta.jaxb.Property
 
getKey() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
A regular expression matching all unique keys and unique indexes which should be treated as primary key.
getKey(String) - Method in class org.jooq.meta.AbstractTableDefinition
 
getKey(String) - Method in interface org.jooq.meta.TableDefinition
Get the unique key or primary key for this table by name.
getKeyColumns() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
getKeyColumns() - Method in class org.jooq.meta.DefaultInverseForeignKeyDefinition
 
getKeyColumns() - Method in class org.jooq.meta.DefaultManyToManyKeyDefinition
 
getKeyColumns() - Method in class org.jooq.meta.DefaultUniqueKeyDefinition
 
getKeyColumns() - Method in interface org.jooq.meta.ForeignKeyDefinition
The list of columns making up the foreign key.
getKeyColumns() - Method in interface org.jooq.meta.InverseForeignKeyDefinition
The list of columns making up the unique key.
getKeyColumns() - Method in interface org.jooq.meta.ManyToManyKeyDefinition
The list of columns making up the unique key.
getKeyColumns() - Method in interface org.jooq.meta.UniqueKeyDefinition
The list of columns making up the primary key.
getKeyIdentifier() - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated key literal in the Keys class.
getKeyIdentifier() - Method in class org.jooq.meta.jaxb.MatchersIndexType
This rule influences the naming of the generated key literal in the Indexes class.
getKeyIdentifier() - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
This rule influences the naming of the generated key literal in the Keys class.
getKeyIdentifier() - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
This rule influences the naming of the generated key literal in the Keys class.
getKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getKeys() - Method in class org.jooq.meta.AbstractTableDefinition
 
getKeys() - Method in interface org.jooq.meta.ColumnDefinition
All definitions of unique and primary keys that this column is part of.
getKeys() - Method in interface org.jooq.meta.Database
The unique and primary keys contained in this database.
getKeys() - Method in class org.jooq.meta.DefaultColumnDefinition
 
getKeys() - Method in class org.jooq.meta.DefaultRelations
 
getKeys() - Method in interface org.jooq.meta.Relations
Get a list of all unique keys (including primary keys).
getKeys() - Method in interface org.jooq.meta.TableDefinition
Get the unique keys and primary keys for this table.
getKeys(ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getKeys(ColumnDefinition) - Method in interface org.jooq.meta.Relations
Get a list of unique keys (including the primary key) for a given table, that the column participates in.
getKeys(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getKeys(SchemaDefinition) - Method in interface org.jooq.meta.Database
The unique and primary keys contained in this database.
getKeys(SchemaDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getKeys(SchemaDefinition) - Method in interface org.jooq.meta.Relations
Get a list of all unique keys (including primary keys) for a given schema.
getKeys(TableDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getKeys(TableDefinition) - Method in interface org.jooq.meta.Relations
Get a list of unique keys (including the primary key) for a given table.
getKeyTable() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
getKeyTable() - Method in interface org.jooq.meta.ForeignKeyDefinition
Deprecated.
- [#9672] - jOOQ 3.13 - Use ConstraintDefinition.getTable() instead.
getLambdaConverter() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
getLambdaConverter() - Method in class org.jooq.meta.jaxb.ForcedType
A lambda converter implementation for the ForcedType.getUserType().
getLength() - Method in interface org.jooq.meta.DataTypeDefinition
The type's length.
getLength() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getLiteral() - Method in class org.jooq.meta.DefaultEnumLiteralDefinition
 
getLiteral() - Method in interface org.jooq.meta.EnumLiteralDefinition
The literal.
getLiteralDefinitions() - Method in class org.jooq.meta.DefaultEnumDefinition
 
getLiteralDefinitions() - Method in interface org.jooq.meta.EnumDefinition
 
getLiterals() - Method in class org.jooq.meta.DefaultEnumDefinition
 
getLiterals() - Method in interface org.jooq.meta.EnumDefinition
 
getLiterals() - Method in class org.jooq.meta.jaxb.EnumType
 
getLiterals() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
getLiteralSql() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A SQL query producing the literals.
getLocale() - Method in class org.jooq.meta.jaxb.Target
The locale to be used with all locale specific operations.
getLogger(Class<?>) - Static method in class org.jooq.meta.BufferedLog
 
getLogging() - Method in class org.jooq.meta.jaxb.Configuration
The logging configuration element specifies the code generation logging threshold.
getLogSlowQueriesAfterSeconds() - Method in class org.jooq.meta.AbstractDatabase
 
getLogSlowQueriesAfterSeconds() - Method in interface org.jooq.meta.Database
Log slow queries after this amount of seconds.
getLogSlowQueriesAfterSeconds() - Method in class org.jooq.meta.jaxb.Database
The number of seconds that are considered "slow" before a query is logged to indicate a bug, 0 for not logging.
getLogSlowResultsAfterSeconds() - Method in class org.jooq.meta.AbstractDatabase
 
getLogSlowResultsAfterSeconds() - Method in interface org.jooq.meta.Database
Log slow results after this amount of seconds.
getLogSlowResultsAfterSeconds() - Method in class org.jooq.meta.jaxb.Database
The number of seconds that are considered "slow" before a result set is logged to indicate a bug, 0 for not logging.
getManyToManyKeys() - Method in class org.jooq.meta.AbstractTableDefinition
 
getManyToManyKeys() - Method in interface org.jooq.meta.TableDefinition
Get the many to many keys for this table.
getManyToManyKeys(TableDefinition) - Method in class org.jooq.meta.AbstractTableDefinition
 
getManyToManyKeys(TableDefinition) - Method in interface org.jooq.meta.TableDefinition
Get the many to many keys for this table referencing another, specific table.
getMatchers() - Method in class org.jooq.meta.jaxb.Strategy
The matcher strategy configuration used when applying an XML-based strategy.
getMatchNames() - Method in interface org.jooq.meta.DataTypeDefinition
The various type names by which this type can be matched by a ForcedType.
getMatchNames() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getMaxMembersPerInitialiser() - Method in class org.jooq.meta.jaxb.Generate
The maximum number of members per initialiser, to prevent reaching the 64kb byte code per method limit in generated code.
getMaxvalue() - Method in class org.jooq.meta.DefaultSequenceDefinition
 
getMaxvalue() - Method in interface org.jooq.meta.SequenceDefinition
Get the maximum value for this sequence or null, if no such value is specified.
getMessage() - Method in class org.jooq.meta.jaxb.CommentType
A comment that should be added to objects matched by this configuration.
getMeta0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getMeta0() - Method in class org.jooq.meta.jdbc.JDBCDatabase
 
getMethods() - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
getMinvalue() - Method in class org.jooq.meta.DefaultSequenceDefinition
 
getMinvalue() - Method in interface org.jooq.meta.SequenceDefinition
Get the minimum value for this sequence or null, if no such value is specified.
getName() - Method in class org.jooq.meta.AbstractDefinition
 
getName() - Method in interface org.jooq.meta.Definition
 
getName() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
getName() - Method in class org.jooq.meta.jaxb.Database
The database dialect from jooq-meta.
getName() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining name of the embeddable type.
getName() - Method in class org.jooq.meta.jaxb.EmbeddableField
A name for the field in case the regex does not produce unique names for all matches.
getName() - Method in class org.jooq.meta.jaxb.EnumType
 
getName() - Method in class org.jooq.meta.jaxb.ForcedType
The name (in SQLDataType) to force any matches to
getName() - Method in class org.jooq.meta.jaxb.Generator
The class used to generate source code.
getName() - Method in class org.jooq.meta.jaxb.Strategy
The class used to provide a naming strategy for generated source code.
getName() - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column name.
getName() - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining name of the DAO method.
getName() - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining name of the DAO.
getName() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The optional enum name.
getName() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
The optional foreign key name.
getName() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
The optional primary key name.
getName() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
The optional ROWID column name.
getName() - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The synonym name.
getName() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
The optional unique key name.
getName() - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining name of the view.
getNamespace() - Method in class org.jooq.meta.DefaultXMLTypeDefinition
 
getNamespace() - Method in interface org.jooq.meta.XMLTypeDefinition
Get the namespace to which this type belongs.
getNamespaces() - Method in class org.jooq.meta.DefaultXMLSchemaCollectionDefinition
 
getNamespaces() - Method in interface org.jooq.meta.XMLSchemaCollectionDefinition
Get the XMLNamespaceDefinition instances belonging to this schema collection.
getNewline() - Method in class org.jooq.meta.jaxb.Generate
The newline characters to be used in generated code.
getNonnullAnnotationType() - Method in class org.jooq.meta.jaxb.Generate
Specify the qualified annotation name for all non-nullable items in generated code, defaulting to the JSR-305
invalid reference
javax.annotation.Nonnull
type.
getNullability() - Method in class org.jooq.meta.jaxb.ForcedType
Whether this forced type should apply to nullable / non-nullable / all columns
getNullableAnnotationType() - Method in class org.jooq.meta.jaxb.Generate
Specify the qualified annotation name for all nullable items in generated code, defaulting to the JSR-305
invalid reference
javax.annotation.Nullable
type.
getObjectType() - Method in class org.jooq.meta.jaxb.ForcedType
Whether this forced type should apply to all object types, or only to specific ones
getOnError() - Method in class org.jooq.meta.jaxb.Configuration
The action to be taken by the generator as the consequence of an encountered exception.
getOnUnused() - Method in class org.jooq.meta.jaxb.Configuration
The action to be taken by the generator as the consequence of unused objects being encountered.
getOrderProvider() - Method in class org.jooq.meta.AbstractDatabase
 
getOrderProvider() - Method in interface org.jooq.meta.Database
The database's order provider.
getOrderProvider() - Method in class org.jooq.meta.jaxb.Database
A custom Comparator that can compare two Definition objects to determine their order.
getOutParameters() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
getOutParameters() - Method in interface org.jooq.meta.RoutineDefinition
A list of OUT or INOUT parameter column definitions
getOutputCatalog() - Method in class org.jooq.meta.jaxb.CatalogMappingType
getOutputCatalog() - Method in class org.jooq.meta.jaxb.Database
The catalog that is used in generated source code.
getOutputCatalog(String) - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
getOutputCatalog(String) - Method in interface org.jooq.meta.Database
Deprecated.
- 2.0.5 - This will be implemented in each Definition.getOutputName()
getOutputName() - Method in class org.jooq.meta.AbstractDefinition
Subclasses may override this method
getOutputName() - Method in class org.jooq.meta.CatalogDefinition
 
getOutputName() - Method in interface org.jooq.meta.Definition
 
getOutputName() - Method in class org.jooq.meta.SchemaDefinition
 
getOutputSchema() - Method in class org.jooq.meta.jaxb.Database
The schema that is used in generated source code.
getOutputSchema() - Method in class org.jooq.meta.jaxb.SchemaMappingType
getOutputSchema(String) - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
getOutputSchema(String) - Method in interface org.jooq.meta.Database
Deprecated.
- 2.0.5 - This will be implemented in each Definition.getOutputName()
getOutputSchema(String, String) - Method in class org.jooq.meta.AbstractDatabase
 
getOutputSchema(String, String) - Method in interface org.jooq.meta.Database
Deprecated.
- 2.0.5 - This will be implemented in each Definition.getOutputName()
getOverload() - Method in class org.jooq.meta.AbstractDefinition
 
getOverload() - Method in interface org.jooq.meta.Definition
 
getOverridePrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
getOverridePrimaryKeys() - Method in interface org.jooq.meta.Database
Deprecated.
- 3.14.0 - [#10588] - Use Database.getConfiguredSyntheticPrimaryKeys() instead.
getOverridePrimaryKeys() - Method in class org.jooq.meta.jaxb.Database
All (UNIQUE) key names that should be used instead of primary keys on generated UpdatableRecord.
getPackage() - Method in class org.jooq.meta.AbstractDefinition
 
getPackage() - Method in interface org.jooq.meta.ArrayDefinition
The array's package.
getPackage() - Method in interface org.jooq.meta.Definition
 
getPackage(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getPackage(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
Get a package defined in this database by name.
getPackageName() - Method in class org.jooq.meta.jaxb.Target
The destination package of your generated classes (within the destination directory)
getPackages(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getPackages(SchemaDefinition) - Method in interface org.jooq.meta.Database
The packages contained in this database.
getPackages0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL packages from the database.
getPackages0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getPackages0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getPackages0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getPackages0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getPackages0() - Method in class org.jooq.meta.h2.H2Database
 
getPackages0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getPackages0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getPackages0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getPackages0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getPackages0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getParameters() - Method in class org.jooq.meta.AbstractTableDefinition
 
getParameters() - Method in interface org.jooq.meta.TableDefinition
The parameters of this table if this is a table-valued function.
getParameters0() - Method in class org.jooq.meta.AbstractTableDefinition
 
getParameters0() - Method in class org.jooq.meta.firebird.FirebirdTableValuedFunction
 
getParameters0() - Method in class org.jooq.meta.hsqldb.HSQLDBTableValuedFunction
 
getParameters0() - Method in class org.jooq.meta.postgres.PostgresTableValuedFunction
 
getParentTable() - Method in class org.jooq.meta.AbstractTableDefinition
 
getParentTable() - Method in interface org.jooq.meta.TableDefinition
Get the parent table if table inheritance is applicable.
getPartiallyQualifiedNames() - Method in class org.jooq.meta.AbstractDefinition
 
getPartiallyQualifiedNames() - Method in interface org.jooq.meta.Definition
 
getPassword() - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection password.
getPathClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table and Path object.
getPathClass() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT path object.
getPathExtends() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated Table and Path object should extend.
getPathExtends() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDT path object should extend.
getPathImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated Table and Path object should implement.
getPathImplements() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDT path object should implement.
getPathMethodName() - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated to-one path join methods.
getPathMethodNameInverse() - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated to-many path join methods.
getPathMethodNameManyToMany() - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated many-to-many path join methods.
getPojoClass() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated POJOs object.
getPojoClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated POJOs object.
getPojoClass() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated POJOs object.
getPojoExtends() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides a super class that a generated POJO should extend.
getPojoExtends() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated POJO should extend.
getPojoExtends() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated POJO should extend.
getPojoImplements() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated POJO should implement.
getPojoImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated POJO should implement.
getPojoImplements() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated POJO should implement.
getPojosEqualsAndHashCodeColumnExcludeExpression() - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching columns for exclusion in generated equals() and hashCode() methods in POJOs.
getPojosEqualsAndHashCodeColumnIncludeExpression() - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching columns for inclusion in generated equals() and hashCode() methods in POJOs.
getPojosExcludes() - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate POJOs.
getPojosIncludes() - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate POJOs, by default, all of them.
getPosition() - Method in class org.jooq.meta.DefaultAttributeDefinition
 
getPosition() - Method in class org.jooq.meta.DefaultColumnDefinition
 
getPosition() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
getPosition() - Method in class org.jooq.meta.DefaultEnumLiteralDefinition
 
getPosition() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
 
getPosition() - Method in class org.jooq.meta.DefaultParameterDefinition
 
getPosition() - Method in interface org.jooq.meta.PositionedDefinition
The object's 1-based position in the parent.
getPrecision() - Method in interface org.jooq.meta.DataTypeDefinition
The type's precision.
getPrecision() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getPrimaryKey() - Method in class org.jooq.meta.AbstractTableDefinition
 
getPrimaryKey() - Method in interface org.jooq.meta.ColumnDefinition
A definition for the primary key that this column is part of, or null if this column is not part of a primary key.
getPrimaryKey() - Method in class org.jooq.meta.DefaultColumnDefinition
 
getPrimaryKey() - Method in interface org.jooq.meta.TableDefinition
Get the primary key for this table.
getPrimaryKey(ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getPrimaryKey(ColumnDefinition) - Method in interface org.jooq.meta.Relations
Get the the primary for a given column, or null if that column is not part of the primary key.
getPrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getPrimaryKeys() - Method in interface org.jooq.meta.Database
The primary keys contained in this database.
getPrimaryKeys() - Method in class org.jooq.meta.jaxb.Matchers
 
getPrimaryKeys() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getPrimaryKeys(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getPrimaryKeys(SchemaDefinition) - Method in interface org.jooq.meta.Database
The primary keys contained in this database.
getPrintMarginForBlockComment() - Method in class org.jooq.meta.jaxb.Generate
The print margin to apply to generated Javadoc and other block comments, for automatic line wrapping.
getPriority() - Method in class org.jooq.meta.jaxb.ForcedType
The priority among forced types in which to apply this one.
getProperties() - Method in class org.jooq.meta.AbstractDatabase
 
getProperties() - Method in interface org.jooq.meta.Database
Database properties.
getProperties() - Method in class org.jooq.meta.jaxb.Database
 
getProperties() - Method in class org.jooq.meta.jaxb.Jdbc
 
getQualifiedInputName() - Method in class org.jooq.meta.AbstractDefinition
 
getQualifiedInputName() - Method in interface org.jooq.meta.Definition
 
getQualifiedInputNamePart() - Method in class org.jooq.meta.AbstractDefinition
 
getQualifiedInputNamePart() - Method in interface org.jooq.meta.Definition
 
getQualifiedName() - Method in class org.jooq.meta.AbstractDefinition
 
getQualifiedName() - Method in interface org.jooq.meta.Definition
 
getQualifiedNamePart() - Method in class org.jooq.meta.AbstractDefinition
 
getQualifiedNamePart() - Method in interface org.jooq.meta.Definition
 
getQualifiedOutputName() - Method in class org.jooq.meta.AbstractDefinition
 
getQualifiedOutputName() - Method in interface org.jooq.meta.Definition
 
getQualifiedOutputNamePart() - Method in class org.jooq.meta.AbstractDefinition
 
getQualifiedOutputNamePart() - Method in interface org.jooq.meta.Definition
 
getQualifiedUserType() - Method in interface org.jooq.meta.DataTypeDefinition
The qualified user type, if applicable.
getQualifiedUserType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getReadonlyColumns() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getReadonlyRowids() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getRecordClass() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated EmbeddableRecord object.
getRecordClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated TableRecord object.
getRecordClass() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDTRecord object.
getRecordExtends() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides a super class that a generated EmbeddableRecord should extend.
getRecordExtends() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated TableRecord should extend.
getRecordExtends() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDTRecord should extend.
getRecordImplements() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated EmbeddableRecord should implement.
getRecordImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated TableRecord should implement.
getRecordImplements() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDTRecord should implement.
getRecordsExcludes() - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate records.
getRecordsIncludes() - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate records, by default, all of them.
getRecordTimestampFields() - Method in class org.jooq.meta.AbstractDatabase
 
getRecordTimestampFields() - Method in interface org.jooq.meta.Database
Table columns matching these regular expressions will be considered as record timestamp fields in generated code.
getRecordTimestampFields() - Method in class org.jooq.meta.jaxb.Database
All table and view columns that are used as "timestamp" fields for optimistic locking.
getRecordTypeClass() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated record type that is implemented by hierarchical UDTRecord objects.
getRecordTypeImplements() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated record type that is implemented by hierarchical UDTRecord should implement.
getRecordVersionFields() - Method in class org.jooq.meta.AbstractDatabase
 
getRecordVersionFields() - Method in interface org.jooq.meta.Database
Table columns matching these regular expressions will be considered as record version fields in generated code.
getRecordVersionFields() - Method in class org.jooq.meta.jaxb.Database
All table and view columns that are used as "version" fields for optimistic locking.
getReferencedColumns() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
getReferencedColumns() - Method in interface org.jooq.meta.ForeignKeyDefinition
The list of columns referenced by this foreign key
getReferencedEmbeddables() - Method in class org.jooq.meta.AbstractTableDefinition
 
getReferencedEmbeddables() - Method in interface org.jooq.meta.TableDefinition
All embeddable types in this referencing table.
getReferencedFields() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
getReferencedKey() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
getReferencedKey() - Method in interface org.jooq.meta.ForeignKeyDefinition
The referenced key.
getReferencedKey() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching a key that is referenced by this synthetic foreign key.
getReferencedTable() - Method in class org.jooq.meta.AbstractTableDefinition
 
getReferencedTable() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
getReferencedTable() - Method in interface org.jooq.meta.ForeignKeyDefinition
The definition of the referenced table.
getReferencedTable() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching a table that is referenced by this synthetic foreign key.
getReferencedTable() - Method in interface org.jooq.meta.TableDefinition
Deprecated.
- [#7406] - 3.20.0 - Use TableDefinition.getReferencedTableOrUDT() instead.
getReferencedTableOrUDT() - Method in class org.jooq.meta.AbstractTableDefinition
 
getReferencedTableOrUDT() - Method in interface org.jooq.meta.TableDefinition
The referenced table or UDT type, if this TableDefinition.isTableValuedFunction().
getReferencingColumn() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
getReferencingColumn() - Method in interface org.jooq.meta.EmbeddableColumnDefinition
The referencing column definition.
getReferencingColumn(String) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getReferencingColumn(String) - Method in interface org.jooq.meta.EmbeddableDefinition
Get a referencing column in this type by its referencing name.
getReferencingColumn(String, boolean) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getReferencingColumn(String, boolean) - Method in interface org.jooq.meta.EmbeddableDefinition
Get a referencing column in this type by its referencing name.
getReferencingColumnPosition() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
getReferencingColumnPosition() - Method in interface org.jooq.meta.EmbeddableColumnDefinition
getReferencingColumns() - Method in class org.jooq.meta.DefaultInverseForeignKeyDefinition
 
getReferencingColumns() - Method in interface org.jooq.meta.InverseForeignKeyDefinition
The list of columns referencing this unique key from the foreign key.
getReferencingComment() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getReferencingComment() - Method in interface org.jooq.meta.EmbeddableDefinition
The referencing comment of this embeddable, if it differs from the defining name (Definition.getComment()).
getReferencingComment() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The referencing comment on the embeddable type, defaulting to the defining comment.
getReferencingInputName() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getReferencingInputName() - Method in interface org.jooq.meta.EmbeddableDefinition
The referencing input name of this embeddable, if it differs from the defining name (Definition.getInputName()).
getReferencingName() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getReferencingName() - Method in interface org.jooq.meta.EmbeddableDefinition
The referencing name of this embeddable, if it differs from the defining name (Definition.getName()).
getReferencingName() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The referencing name of the embeddable type, defaulting to the defining name.
getReferencingOutputName() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getReferencingOutputName() - Method in interface org.jooq.meta.EmbeddableDefinition
The referencing output name of this embeddable, if it differs from the defining name (Definition.getOutputName()).
getReferencingTable() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getReferencingTable() - Method in class org.jooq.meta.DefaultInverseForeignKeyDefinition
 
getReferencingTable() - Method in interface org.jooq.meta.EmbeddableDefinition
The table referencing the embeddable.
getReferencingTable() - Method in interface org.jooq.meta.InverseForeignKeyDefinition
The definition of the referencing table.
getRegexFlags() - Method in class org.jooq.meta.AbstractDatabase
 
getRegexFlags() - Method in interface org.jooq.meta.Database
The regular expression flags that should be applied when using regular expressions.
getRegexFlags() - Method in class org.jooq.meta.jaxb.Database
The flags that will be applied to all regular expressions from this configuration by default.
getRegexFlags() - Method in class org.jooq.meta.Patterns
 
getRegexMatchesPartialQualification() - Method in class org.jooq.meta.AbstractDatabase
 
getRegexMatchesPartialQualification() - Method in interface org.jooq.meta.Database
Whether the regular expressions matching database objects should match partially qualified names as well as fully qualified and unqualified names.
getRelations() - Method in class org.jooq.meta.AbstractDatabase
 
getRelations() - Method in interface org.jooq.meta.Database
Retrieve the schema's primary key / foreign key relations.
getRelations0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL relations from the database.
getRenderQuotedNames() - Method in class org.jooq.meta.AbstractDatabase
Subclasses may override this.
getRenderQuotedNames() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getReturnType() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
getReturnType() - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The return type of the DAO method, defaulting to void.
getReturnType() - Method in interface org.jooq.meta.RoutineDefinition
 
getReturnType(JavaTypeResolver) - Method in class org.jooq.meta.AbstractRoutineDefinition
 
getReturnType(JavaTypeResolver) - Method in interface org.jooq.meta.RoutineDefinition
 
getReturnValue() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
getReturnValue() - Method in interface org.jooq.meta.RoutineDefinition
 
getRootElementCount() - Method in class org.jooq.meta.DefaultXMLTypeDefinition
 
getRootElementCount() - Method in interface org.jooq.meta.XMLTypeDefinition
Get the number of root elements this type is available from.
getRootElementTypes() - Method in class org.jooq.meta.DefaultXMLSchemaCollectionDefinition
 
getRootElementTypes() - Method in interface org.jooq.meta.XMLSchemaCollectionDefinition
Get a list of types that have been declared as potential root elements in the XSDs.
getRoutine(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getRoutine(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
Get a routine in this database by name.
getRoutine(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getRoutine(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
Get a routine in this database by name.
getRoutine(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
 
getRoutine(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
Get a routine in this database by name.
getRoutine(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getRoutine(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
Get a routine in this database by name.
getRoutineClass() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This rule influences the naming of the generated Routine object.
getRoutineExtends() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This string provides a super class that a generated Routine should extend.
getRoutineImplements() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This string provides additional interfaces that a generated Routine should implement.
getRoutineMethod() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This rule influences the naming of generated convenience methods used to call the Routine.
getRoutines() - Method in class org.jooq.meta.AbstractPackageDefinition
 
getRoutines() - Method in class org.jooq.meta.AbstractUDTDefinition
 
getRoutines() - Method in class org.jooq.meta.jaxb.Matchers
 
getRoutines() - Method in interface org.jooq.meta.PackageDefinition
Fetch all routines from the package.
getRoutines() - Method in interface org.jooq.meta.UDTDefinition
All routines in the UDT
getRoutines(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getRoutines(SchemaDefinition) - Method in interface org.jooq.meta.Database
The stored routines (procedures and functions) contained in this database.
getRoutines0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL stored routines (functions and procedures) from the database.
getRoutines0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getRoutines0() - Method in class org.jooq.meta.AbstractPackageDefinition
 
getRoutines0() - Method in class org.jooq.meta.AbstractUDTDefinition
 
getRoutines0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getRoutines0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getRoutines0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getRoutines0() - Method in class org.jooq.meta.h2.H2Database
 
getRoutines0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getRoutines0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getRoutines0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getRoutines0() - Method in class org.jooq.meta.postgres.PostgresUDTDefinition
 
getRoutines0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getRoutines0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getRoutines0() - Method in class org.jooq.meta.xml.XMLPackageDefinition
 
getScale() - Method in interface org.jooq.meta.DataTypeDefinition
The type's scale.
getScale() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getSchema() - Method in class org.jooq.meta.AbstractDefinition
 
getSchema() - Method in interface org.jooq.meta.DataTypeDefinition
The underlying schema.
getSchema() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getSchema() - Method in interface org.jooq.meta.Definition
 
getSchema() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining schema of the embeddable type, or the schema of the first matched table if left empty.
getSchema() - Method in class org.jooq.meta.jaxb.Jdbc
Deprecated.
Use database schema configuration elements instead.
getSchema() - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining schema of the DAO.
getSchema() - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The defining schema of the synonym.
getSchema() - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining schema of the view.
getSchema(String) - Method in class org.jooq.meta.AbstractDatabase
 
getSchema(String) - Method in class org.jooq.meta.CatalogDefinition
 
getSchema(String) - Method in interface org.jooq.meta.Database
Get a schema defined in this database by name.
getSchemaClass() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This rule influences the naming of the generated Schema object.
getSchemaCollection() - Method in class org.jooq.meta.DefaultXMLNamespaceDefinition
 
getSchemaCollection() - Method in interface org.jooq.meta.XMLNamespaceDefinition
The XMLSchemaCollectionDefinition that contains this namespace definition.
getSchemaExtends() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This string provides a super class that a generated Schema should extend.
getSchemaIdentifier() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This rule influences the naming of the generated Schema identifier.
getSchemaImplements() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This string provides additional interfaces that a generated Schema should implement.
getSchemas() - Method in class org.jooq.meta.jaxb.Matchers
 
getSchemata() - Method in class org.jooq.meta.AbstractDatabase
 
getSchemata() - Method in class org.jooq.meta.CatalogDefinition
 
getSchemata() - Method in interface org.jooq.meta.Database
The schemata generated from this database.
getSchemata() - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
getSchemata() - Method in class org.jooq.meta.jaxb.Database
 
getSchemata(CatalogDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getSchemata(CatalogDefinition) - Method in interface org.jooq.meta.Database
The schemata generated from this database and a given catalog.
getSchemata0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL schemata from the database.
getSchemata0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getSchemata0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getSchemata0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getSchemata0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getSchemata0() - Method in class org.jooq.meta.h2.H2Database
 
getSchemata0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getSchemata0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getSchemata0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getSchemata0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getSchemata0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getSchemaVersionProvider() - Method in class org.jooq.meta.AbstractDatabase
 
getSchemaVersionProvider() - Method in interface org.jooq.meta.Database
The database's schema version provider.
getSchemaVersionProvider() - Method in class org.jooq.meta.jaxb.Database
A custom version number that, if available, will be used to assess whether the Database.getInputSchema() will need to be regenerated.
getSecurityProvider() - Method in class org.jooq.meta.jaxb.Jdbc
A Provider that should be loaded using Security prior to connecting to the JDBC driver.
getSequence(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getSequence(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
Get a sequence in this database by name.
getSequence(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getSequence(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
Get a sequence in this database by name.
getSequence(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
 
getSequence(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
Get a sequence in this database by name.
getSequence(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getSequence(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
Get a sequence in this database by name.
getSequenceIdentifier() - Method in class org.jooq.meta.jaxb.MatchersSequenceType
This rule influences the naming of the generated Sequence identifier.
getSequences() - Method in class org.jooq.meta.AbstractDatabase
 
getSequences() - Method in interface org.jooq.meta.Database
The sequences contained in this database.
getSequences() - Method in class org.jooq.meta.jaxb.Matchers
 
getSequences(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getSequences(SchemaDefinition) - Method in interface org.jooq.meta.Database
The sequences contained in this database.
getSequences0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL sequences from the database.
getSequences0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getSequences0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getSequences0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getSequences0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getSequences0() - Method in class org.jooq.meta.h2.H2Database
 
getSequences0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getSequences0() - Method in class org.jooq.meta.mariadb.MariaDBDatabase
 
getSequences0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getSequences0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getSequences0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getSequences0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getSortOrder() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
 
getSortOrder() - Method in interface org.jooq.meta.IndexColumnDefinition
The ASC or DESC sort order
getSource() - Method in class org.jooq.meta.AbstractDefinition
 
getSource() - Method in interface org.jooq.meta.Definition
 
getSources() - Method in class org.jooq.meta.AbstractDatabase
 
getSources() - Method in interface org.jooq.meta.Database
Get the sources for all objects that offer sources.
getSources0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL source code from the database.
getSql() - Method in class org.jooq.meta.jaxb.ForcedType
A SQL statement that produces a table with one column containing the matched qualified or unqualified column names.
getSql() - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining SQL query.
getSql() - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining SQL query.
getSqlMatchesPartialQualification() - Method in class org.jooq.meta.AbstractDatabase
 
getSqlMatchesPartialQualification() - Method in interface org.jooq.meta.Database
Whether the SQL statements matching database objects should match partially qualified names as well as fully qualified and unqualified names.
getStartWith() - Method in class org.jooq.meta.DefaultSequenceDefinition
 
getStartWith() - Method in interface org.jooq.meta.SequenceDefinition
Get the start value for this sequence or null, if no such value is specified.
getStrategy() - Method in class org.jooq.meta.jaxb.Generator
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
getSubtypes() - Method in class org.jooq.meta.AbstractUDTDefinition
 
getSubtypes() - Method in interface org.jooq.meta.UDTDefinition
The subtypes of this UDT, if any.
getSubtypes(UDTDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getSubtypes(UDTDefinition) - Method in interface org.jooq.meta.Database
Get the subtypes of a UDT, if any.
getSupertype() - Method in class org.jooq.meta.AbstractUDTDefinition
 
getSupertype() - Method in interface org.jooq.meta.UDTDefinition
The supertype of this UDT, if any.
getSynonyms() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getSyntheticIdentities() - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
getSyntheticIdentities() - Method in interface org.jooq.meta.Database
Deprecated.
- 3.14.0 - [#10588] - Use Database.getConfiguredSyntheticIdentities() instead.
getSyntheticIdentities() - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all columns that represent identities.
getSyntheticObjects() - Method in class org.jooq.meta.jaxb.Database
The synthetic objects configuration.
getSyntheticPrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
getSyntheticPrimaryKeys() - Method in interface org.jooq.meta.Database
Deprecated.
- 3.14.0 - [#10588] - Use Database.getConfiguredSyntheticPrimaryKeys() instead.
getSyntheticPrimaryKeys() - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all columns that participate in "synthetic" primary keys, which should be placed on generated UpdatableRecord
getTable() - Method in class org.jooq.meta.AbstractConstraintDefinition
 
getTable() - Method in class org.jooq.meta.AbstractIndexDefinition
 
getTable() - Method in class org.jooq.meta.AbstractTableDefinition
 
getTable() - Method in interface org.jooq.meta.ConstraintDefinition
The table holding this constraint.
getTable() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
getTable() - Method in class org.jooq.meta.DefaultIdentityDefinition
 
getTable() - Method in class org.jooq.meta.DefaultInverseForeignKeyDefinition
 
getTable() - Method in interface org.jooq.meta.IdentityDefinition
The IDENTITY column's table
getTable() - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
A regular expression matching a table to which to apply this synthetic synonym.
getTable() - Method in interface org.jooq.meta.TableDefinition
This TableDefinition as a Table.
getTable() - Method in interface org.jooq.meta.TableElementDefinition
The table that this object is part of.
getTable(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getTable(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
Get a table in this database by name.
getTable(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getTable(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
Get a table in this database by name.
getTable(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
 
getTable(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
Get a table in this database by name.
getTable(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getTable(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
Get a table in this database by name.
getTableClass() - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table object.
getTableExtends() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated Table should extend.
getTableIdentifier() - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table identifier.
getTableImplements() - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated Table should implement.
getTableOptions() - Method in class org.jooq.meta.AbstractTableDefinition
 
getTableOptions() - Method in interface org.jooq.meta.TableDefinition
The TableOptions providing additional information about the table.
getTables() - Method in class org.jooq.meta.AbstractDatabase
 
getTables() - Method in interface org.jooq.meta.Database
The tables contained in this database.
getTables() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
A regular expression matching the tables to which to apply the embeddable definition.
getTables() - Method in class org.jooq.meta.jaxb.Matchers
 
getTables() - Method in class org.jooq.meta.jaxb.SyntheticColumnType
A regular expression matching all tables on which to apply this synthetic readonly column.
getTables() - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
A regular expression matching all tables on which to apply this synthetic default.
getTables() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A regular expression matching all tables on which to apply this synthetic enum type.
getTables() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching all tables on which to apply this synthetic foreign key.
getTables() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
A regular expression matching all tables on which to apply this synthetic identity.
getTables() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
A regular expression matching all tables on which to apply this synthetic primary key.
getTables() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
A regular expression matching all tables on which to apply this synthetic readonly column.
getTables() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
A regular expression matching all tables on which to apply this synthetic ROWID.
getTables() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
A regular expression matching all tables on which to apply this synthetic unique key.
getTables() - Method in class org.jooq.meta.SchemaDefinition
 
getTables(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getTables(SchemaDefinition) - Method in interface org.jooq.meta.Database
The tables contained in this database.
getTables0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL tables from the database.
getTables0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getTables0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getTables0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getTables0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getTables0() - Method in class org.jooq.meta.h2.H2Database
 
getTables0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getTables0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getTables0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getTables0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getTables0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getTarget() - Method in class org.jooq.meta.jaxb.Generator
Options to define where the generated code should be located.
getTextBlocks() - Method in class org.jooq.meta.jaxb.Generate
Whether to generate String in text block format.
getTo() - Method in class org.jooq.meta.jaxb.LambdaConverter
The implementation of Converter.to(Object).
getTransform() - Method in class org.jooq.meta.jaxb.MatcherRule
A pre-defined transformation type that transforms this rule's output into a specific format.
getType() - Method in class org.jooq.meta.AbstractTypedElementDefinition
 
getType() - Method in interface org.jooq.meta.DataTypeDefinition
The dialect-specific column type.
getType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getType() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
getType() - Method in class org.jooq.meta.DefaultIndexColumnDefinition
 
getType() - Method in interface org.jooq.meta.EmbeddableColumnDefinition
The data type definition of the embeddable.
getType() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
getType() - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column type.
getType() - Method in interface org.jooq.meta.TypedElementDefinition
The column / parameter / attribute type after applying forced types.
getType(JavaTypeResolver) - Method in class org.jooq.meta.AbstractTypedElementDefinition
 
getType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
getType(JavaTypeResolver) - Method in class org.jooq.meta.DefaultIndexColumnDefinition
 
getType(JavaTypeResolver) - Method in interface org.jooq.meta.TypedElementDefinition
The column / parameter / attribute type after applying forced types and resolving the DataTypeDefinition.getJavaType().
getTypes() - Method in class org.jooq.meta.DefaultXMLNamespaceDefinition
 
getTypes() - Method in class org.jooq.meta.jaxb.ForcedType
getTypes() - Method in interface org.jooq.meta.XMLNamespaceDefinition
Get the XMLTypeDefinition instances belonging to this namespace.
getUDT(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getUDT(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
Get a UDT defined in this database by name.
getUDT(SchemaDefinition, String, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getUDT(SchemaDefinition, String, boolean) - Method in interface org.jooq.meta.Database
Get a UDT defined in this database by name.
getUDT(SchemaDefinition, Name) - Method in class org.jooq.meta.AbstractDatabase
 
getUDT(SchemaDefinition, Name) - Method in interface org.jooq.meta.Database
Get a UDT defined in this database by name.
getUDT(SchemaDefinition, Name, boolean) - Method in class org.jooq.meta.AbstractDatabase
 
getUDT(SchemaDefinition, Name, boolean) - Method in interface org.jooq.meta.Database
Get a UDT defined in this database by name.
getUdtClass() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT object.
getUdtExtends() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDT should extend.
getUdtIdentifier() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT identifier.
getUdtImplements() - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDT should implement.
getUdts() - Method in class org.jooq.meta.jaxb.Matchers
 
getUDTs() - Method in class org.jooq.meta.AbstractDatabase
 
getUDTs() - Method in class org.jooq.meta.AbstractPackageDefinition
 
getUDTs() - Method in class org.jooq.meta.AbstractUDTDefinition
 
getUDTs() - Method in interface org.jooq.meta.Database
The UDTs defined in this database.
getUDTs() - Method in interface org.jooq.meta.PackageDefinition
Fetch all UDTs from the package.
getUDTs(PackageDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getUDTs(PackageDefinition) - Method in interface org.jooq.meta.Database
The UDTs defined in this database.
getUDTs(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getUDTs(SchemaDefinition) - Method in interface org.jooq.meta.Database
The UDTs defined in this database.
getUDTs0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL UDTs from the database.
getUDTs0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getUDTs0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getUDTs0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getUDTs0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getUDTs0() - Method in class org.jooq.meta.h2.H2Database
 
getUDTs0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getUDTs0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getUDTs0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getUDTs0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getUDTs0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getUniqueKey() - Method in class org.jooq.meta.DefaultManyToManyKeyDefinition
 
getUniqueKey() - Method in interface org.jooq.meta.ManyToManyKeyDefinition
The unique key that enforces the relationship.
getUniqueKey(String) - Method in class org.jooq.meta.AbstractTableDefinition
 
getUniqueKey(String) - Method in interface org.jooq.meta.TableDefinition
Get the unique key for this table by name.
getUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getUniqueKeys() - Method in class org.jooq.meta.AbstractTableDefinition
 
getUniqueKeys() - Method in interface org.jooq.meta.ColumnDefinition
All definitions of unique keys that this column is part of.
getUniqueKeys() - Method in interface org.jooq.meta.Database
The unique keys contained in this database.
getUniqueKeys() - Method in class org.jooq.meta.DefaultColumnDefinition
 
getUniqueKeys() - Method in class org.jooq.meta.DefaultRelations
 
getUniqueKeys() - Method in class org.jooq.meta.jaxb.Matchers
 
getUniqueKeys() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getUniqueKeys() - Method in interface org.jooq.meta.Relations
Get a list of all unique keys (not including primary keys).
getUniqueKeys() - Method in interface org.jooq.meta.TableDefinition
Get the unique keys for this table.
getUniqueKeys(ColumnDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getUniqueKeys(ColumnDefinition) - Method in interface org.jooq.meta.Relations
Get a list of unique keys (not including the primary key) for a given table, that the column participates in.
getUniqueKeys(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getUniqueKeys(SchemaDefinition) - Method in interface org.jooq.meta.Database
The unique keys contained in this database.
getUniqueKeys(SchemaDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getUniqueKeys(SchemaDefinition) - Method in interface org.jooq.meta.Relations
Get a list of all unique keys (not including primary keys) for a given schema.
getUniqueKeys(TableDefinition) - Method in class org.jooq.meta.DefaultRelations
 
getUniqueKeys(TableDefinition) - Method in interface org.jooq.meta.Relations
Get a list of unique keys (not including the primary key) for a given table.
getUnusedComments() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedComments() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used comments.
getUnusedEmbeddables() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedEmbeddables() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used embeddables.
getUnusedForcedTypes() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedForcedTypes() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used forced types.
getUnusedSyntheticColumns() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticColumns() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic columns.
getUnusedSyntheticDefaults() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticDefaults() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic defaults.
getUnusedSyntheticEnums() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticEnums() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic enums.
getUnusedSyntheticForeignKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticForeignKeys() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic foreign keys.
getUnusedSyntheticIdentities() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticIdentities() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic identities.
getUnusedSyntheticPrimaryKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticPrimaryKeys() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic primary keys.
getUnusedSyntheticReadonlyColumns() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticReadonlyColumns() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic readonly columns.
getUnusedSyntheticReadonlyRowids() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticReadonlyRowids() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic readonly rowids.
getUnusedSyntheticSynonyms() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticSynonyms() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic synonyms.
getUnusedSyntheticUniqueKeys() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticUniqueKeys() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic unique keys.
getUnusedSyntheticViews() - Method in class org.jooq.meta.AbstractDatabase
 
getUnusedSyntheticViews() - Method in interface org.jooq.meta.Database
Retrieve the not-yet used synthetic views.
getUpdateRule() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
getUpdateRule() - Method in interface org.jooq.meta.ForeignKeyDefinition
The ON UPDATE rule or null, if unspecified.
getUrl() - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection URL.
getUrlProperty() - Method in class org.jooq.meta.jaxb.Jdbc
The system property name that describes the JDBC connection URL.
getUser() - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection user.
getUsername() - Method in class org.jooq.meta.jaxb.Jdbc
Just a synonym for "user" to be compatible with other Maven plugins.
getUserType() - Method in interface org.jooq.meta.DataTypeDefinition
The user type, if applicable.
getUserType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
getUserType() - Method in class org.jooq.meta.jaxb.ForcedType
The type of the user type - e.g.
getValue() - Method in class org.jooq.meta.jaxb.Property
 
getViews() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
getVisibilityModifier() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
getVisibilityModifier() - Method in class org.jooq.meta.jaxb.ForcedType
The visibility modifier to be used in generated code for the column that is matched by this forced type, if applicable.
getVisibilityModifier() - Method in class org.jooq.meta.jaxb.Generate
The visibility modifier to be used with generated code.
getXMLSchemaCollection(SchemaDefinition, String) - Method in class org.jooq.meta.AbstractDatabase
 
getXMLSchemaCollection(SchemaDefinition, String) - Method in interface org.jooq.meta.Database
The XML schema collection generated from this database by name
getXMLSchemaCollections() - Method in class org.jooq.meta.AbstractDatabase
 
getXMLSchemaCollections() - Method in interface org.jooq.meta.Database
The XML schema collections generated from this database.
getXMLSchemaCollections(SchemaDefinition) - Method in class org.jooq.meta.AbstractDatabase
 
getXMLSchemaCollections(SchemaDefinition) - Method in interface org.jooq.meta.Database
The XML schema collections generated from this database.
getXMLSchemaCollections0() - Method in class org.jooq.meta.AbstractDatabase
Retrieve ALL XML schema collections from the database.
getXMLSchemaCollections0() - Method in class org.jooq.meta.AbstractMetaDatabase
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.derby.DerbyDatabase
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.h2.H2Database
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.postgres.PostgresDatabase
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
getXMLSchemaCollections0() - Method in class org.jooq.meta.xml.XMLDatabase
 
getXMLTypeDefinition() - Method in interface org.jooq.meta.DataTypeDefinition
The XML type definition, if available.
getXMLTypeDefinition() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
globalCatalogReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalDomainReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalIndexReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalKeyReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalLinkReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalObjectNames - Variable in class org.jooq.meta.jaxb.Generate
 
globalObjectReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalQueueReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalRoutineReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalSchemaReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalSequenceReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalSynonymReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalTableReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalTriggerReferences - Variable in class org.jooq.meta.jaxb.Generate
 
globalUDTReferences - Variable in class org.jooq.meta.jaxb.Generate
 
GROUP_ID - Static variable in class org.jooq.meta.Constants
The Maven groupId used for this edition / distribution

H

H2Database - Class in org.jooq.meta.h2
H2 implementation of AbstractDatabase
H2Database() - Constructor for class org.jooq.meta.h2.H2Database
 
H2RoutineDefinition - Class in org.jooq.meta.h2
H2 implementation of AbstractRoutineDefinition
H2RoutineDefinition(SchemaDefinition, String, String, String, Number, Number, String, String) - Constructor for class org.jooq.meta.h2.H2RoutineDefinition
 
H2TableDefinition - Class in org.jooq.meta.h2
H2 table definition
H2TableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.h2.H2TableDefinition
 
H2TableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.h2.H2TableDefinition
 
HASH - Enum constant in enum class org.jooq.meta.jaxb.GeneratedSerialVersionUID
The generated serialVersionUID should be based on a hash code taken from the generated content.
hashCode() - Method in class org.jooq.meta.AbstractDefinition
 
hashCode() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
hashCode() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
hashCode() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
hashCode() - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
hashCode() - Method in class org.jooq.meta.jaxb.CommentType
 
hashCode() - Method in class org.jooq.meta.jaxb.Configuration
 
hashCode() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
hashCode() - Method in class org.jooq.meta.jaxb.Database
 
hashCode() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
hashCode() - Method in class org.jooq.meta.jaxb.EmbeddableField
 
hashCode() - Method in class org.jooq.meta.jaxb.EnumType
 
hashCode() - Method in class org.jooq.meta.jaxb.ForcedType
 
hashCode() - Method in class org.jooq.meta.jaxb.Generate
 
hashCode() - Method in class org.jooq.meta.jaxb.Generator
 
hashCode() - Method in class org.jooq.meta.jaxb.Jdbc
 
hashCode() - Method in class org.jooq.meta.jaxb.LambdaConverter
 
hashCode() - Method in class org.jooq.meta.jaxb.MatcherRule
 
hashCode() - Method in class org.jooq.meta.jaxb.Matchers
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersEnumType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersFieldType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersIndexType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersSequenceType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersTableType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersUDTType
 
hashCode() - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
 
hashCode() - Method in class org.jooq.meta.jaxb.Property
 
hashCode() - Method in class org.jooq.meta.jaxb.SchemaMappingType
 
hashCode() - Method in class org.jooq.meta.jaxb.Strategy
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticColumnType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticViewType
 
hashCode() - Method in class org.jooq.meta.jaxb.Target
 
hidden - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
hidden - Variable in class org.jooq.meta.jaxb.ForcedType
 
hidden(boolean) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
hiddenColumnsInInterfaces - Variable in class org.jooq.meta.jaxb.Generate
 
hiddenColumnsInPojos - Variable in class org.jooq.meta.jaxb.Generate
 
hiddenColumnsInRecords - Variable in class org.jooq.meta.jaxb.Generate
 
HSQLDBDatabase - Class in org.jooq.meta.hsqldb
The HSQLDB database
HSQLDBDatabase() - Constructor for class org.jooq.meta.hsqldb.HSQLDBDatabase
 
HSQLDBRoutineDefinition - Class in org.jooq.meta.hsqldb
HSQLDB implementation of AbstractRoutineDefinition
HSQLDBRoutineDefinition(SchemaDefinition, String, String, String, Number, Number) - Constructor for class org.jooq.meta.hsqldb.HSQLDBRoutineDefinition
 
HSQLDBRoutineDefinition(SchemaDefinition, String, String, String, Number, Number, boolean) - Constructor for class org.jooq.meta.hsqldb.HSQLDBRoutineDefinition
 
HSQLDBTableDefinition - Class in org.jooq.meta.hsqldb
 
HSQLDBTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.hsqldb.HSQLDBTableDefinition
 
HSQLDBTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.hsqldb.HSQLDBTableDefinition
 
HSQLDBTableValuedFunction - Class in org.jooq.meta.hsqldb
 
HSQLDBTableValuedFunction(SchemaDefinition, String, String, String, String) - Constructor for class org.jooq.meta.hsqldb.HSQLDBTableValuedFunction
 

I

identities - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
identity(boolean) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
IdentityDefinition - Interface in org.jooq.meta
An interface defining an IDENTITY column
IgniteDatabase - Class in org.jooq.meta.ignite
Ignite implementation of AbstractDatabase
IgniteDatabase() - Constructor for class org.jooq.meta.ignite.IgniteDatabase
 
ignoreProcedureReturnValues - Variable in class org.jooq.meta.jaxb.Database
 
ignoreProcedureReturnValues() - Method in class org.jooq.meta.AbstractDatabase
 
ignoreProcedureReturnValues() - Method in interface org.jooq.meta.Database
Whether this database should ignore procedure return values.
ignoreUnused - Variable in class org.jooq.meta.jaxb.CommentType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.ForcedType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticColumnType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticDefaultType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticIdentityType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticSynonymType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
ignoreUnused - Variable in class org.jooq.meta.jaxb.SyntheticViewType
 
immutableInterfaces - Variable in class org.jooq.meta.jaxb.Generate
 
immutablePojos - Variable in class org.jooq.meta.jaxb.Generate
 
implicitJoinPathsAsKotlinProperties - Variable in class org.jooq.meta.jaxb.Generate
 
implicitJoinPathsManyToMany - Variable in class org.jooq.meta.jaxb.Generate
 
implicitJoinPathsToMany - Variable in class org.jooq.meta.jaxb.Generate
 
implicitJoinPathsToOne - Variable in class org.jooq.meta.jaxb.Generate
 
implicitJoinPathsUseTableNameForUnambiguousFKs - Variable in class org.jooq.meta.jaxb.Generate
 
implicitJoinPathTableSubtypes - Variable in class org.jooq.meta.jaxb.Generate
 
implicitJoinPathUnusedConstructors - Variable in class org.jooq.meta.jaxb.Generate
 
IN - Enum constant in enum class org.jooq.meta.InOutDefinition
An in parameter.
includeCheckConstraints - Variable in class org.jooq.meta.jaxb.Database
 
includeDomains - Variable in class org.jooq.meta.jaxb.Database
 
includeEmbeddables - Variable in class org.jooq.meta.jaxb.Database
 
includeExcludeColumns - Variable in class org.jooq.meta.jaxb.Database
 
includeExcludePackageRoutines - Variable in class org.jooq.meta.jaxb.Database
 
includeExpression - Variable in class org.jooq.meta.jaxb.ForcedType
 
includeForeignKeys - Variable in class org.jooq.meta.jaxb.Database
 
includeIndexes - Variable in class org.jooq.meta.jaxb.Database
 
includeInvisibleColumns - Variable in class org.jooq.meta.jaxb.Database
 
includePackageConstants - Variable in class org.jooq.meta.jaxb.Database
 
includePackageRoutines - Variable in class org.jooq.meta.jaxb.Database
 
includePackages - Variable in class org.jooq.meta.jaxb.Database
 
includePackageUDTs - Variable in class org.jooq.meta.jaxb.Database
 
includePrimaryKeys - Variable in class org.jooq.meta.jaxb.Database
 
includeRelations() - Method in class org.jooq.meta.AbstractDatabase
 
includeRelations() - Method in interface org.jooq.meta.Database
[#3559] Whether relations (i.e.
includeRoutines - Variable in class org.jooq.meta.jaxb.Database
 
includes - Variable in class org.jooq.meta.jaxb.Database
 
includeSchemaComment - Variable in class org.jooq.meta.jaxb.CommentType
 
includeSequences - Variable in class org.jooq.meta.jaxb.Database
 
includeSql - Variable in class org.jooq.meta.jaxb.Database
 
includeSynonyms - Variable in class org.jooq.meta.jaxb.Database
 
includeSystemCheckConstraints - Variable in class org.jooq.meta.jaxb.Database
 
includeSystemIndexes - Variable in class org.jooq.meta.jaxb.Database
 
includeSystemSequences - Variable in class org.jooq.meta.jaxb.Database
 
includeSystemTables - Variable in class org.jooq.meta.jaxb.Database
 
includeSystemUDTs - Variable in class org.jooq.meta.jaxb.Database
 
includeTables - Variable in class org.jooq.meta.jaxb.Database
 
includeTriggerRoutines - Variable in class org.jooq.meta.jaxb.Database
 
includeTriggers - Variable in class org.jooq.meta.jaxb.Database
 
includeTypes - Variable in class org.jooq.meta.jaxb.ForcedType
 
includeUDTs - Variable in class org.jooq.meta.jaxb.Database
 
includeUniqueKeys - Variable in class org.jooq.meta.jaxb.Database
 
includeXMLSchemaCollections - Variable in class org.jooq.meta.jaxb.Database
 
indentation - Variable in class org.jooq.meta.jaxb.Generate
 
IndexColumnDefinition - Interface in org.jooq.meta
An interface defining a column of an index.
IndexDefinition - Interface in org.jooq.meta
An object holding information about an index.
indexes - Variable in class org.jooq.meta.jaxb.Generate
 
indexes - Variable in class org.jooq.meta.jaxb.Matchers
 
info(Object) - Method in class org.jooq.meta.BufferedLog
 
info(Object, Object) - Method in class org.jooq.meta.BufferedLog
 
info(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
info(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
INFO - Enum constant in enum class org.jooq.meta.jaxb.Logging
The INFO log level.
init() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
init0() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
init0() - Method in class org.jooq.meta.firebird.FirebirdRoutineDefinition
 
init0() - Method in class org.jooq.meta.h2.H2RoutineDefinition
 
init0() - Method in class org.jooq.meta.hsqldb.HSQLDBRoutineDefinition
 
init0() - Method in class org.jooq.meta.mysql.MySQLRoutineDefinition
 
init0() - Method in class org.jooq.meta.postgres.PostgresRoutineDefinition
 
init0() - Method in class org.jooq.meta.xml.XMLRoutineDefinition
 
initScript - Variable in class org.jooq.meta.jaxb.Jdbc
 
initSeparator - Variable in class org.jooq.meta.jaxb.Jdbc
 
INOUT - Enum constant in enum class org.jooq.meta.InOutDefinition
An in/out parameter
InOutDefinition - Enum Class in org.jooq.meta
The parameter type of a stored procedure
inParameters - Variable in class org.jooq.meta.AbstractRoutineDefinition
 
inputCatalog - Variable in class org.jooq.meta.jaxb.CatalogMappingType
 
inputCatalog - Variable in class org.jooq.meta.jaxb.Database
 
inputSchema - Variable in class org.jooq.meta.jaxb.Database
 
inputSchema - Variable in class org.jooq.meta.jaxb.SchemaMappingType
 
instanceFields - Variable in class org.jooq.meta.jaxb.Generate
 
integerDisplayWidths - Variable in class org.jooq.meta.jaxb.Database
 
integerDisplayWidths() - Method in class org.jooq.meta.AbstractDatabase
 
integerDisplayWidths() - Method in interface org.jooq.meta.Database
Whether this database includes integer display widths in metadata, where applicable.
interfaceClass - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
interfaceClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
interfaceClass - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
interfaceGetterOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
interfaceGetterOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
interfaceImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
interfaceImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
interfaceImplements - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
interfaceMemberOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
interfaceMemberOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
interfaces - Variable in class org.jooq.meta.jaxb.Generate
 
interfaceSetterOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
interfaceSetterOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
INTERNAL - Enum constant in enum class org.jooq.meta.jaxb.VisibilityModifier
An explicit internal visibility modifier is generated, where supported (or public, otherwise).
intervalTypes - Variable in class org.jooq.meta.jaxb.Generate
 
InverseForeignKeyDefinition - Interface in org.jooq.meta
An object holding information about an inverse foreign key relationship.
invisibleColumnsAsHidden - Variable in class org.jooq.meta.jaxb.Database
 
is5_5() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
is5_7() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
is8() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
is8_0_16() - Method in class org.jooq.meta.mysql.MySQLDatabase
 
isAggregate() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
isAggregate() - Method in interface org.jooq.meta.RoutineDefinition
 
isArray() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type represents an array producing an
invalid reference
ArrayRecord
.
isArray() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isArrayType(String) - Method in class org.jooq.meta.AbstractDatabase
 
isArrayType(String) - Method in interface org.jooq.meta.Database
Check whether a type is an array type.
isAsMethodOverrides() - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides for Table.as(org.jooq.Name) and related overloads.
isAuditInsertTimestamp() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isAuditInsertTimestamp() - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.INSERT timestamp.
isAuditInsertUser() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isAuditInsertUser() - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.INSERT timestamp.
isAuditUpdateTimestamp() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isAuditUpdateTimestamp() - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.UPDATE timestamp.
isAuditUpdateUser() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isAuditUpdateUser() - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.UPDATE timestamp.
isAutoCommit() - Method in class org.jooq.meta.jaxb.Jdbc
The value of the JDBC autocommit flag.
isAutoConverter() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isAutoConverter() - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an AutoConverter.
isClean() - Method in class org.jooq.meta.jaxb.Target
Whether the target package should be cleaned to contain only generated code after a generation run.
isComments() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all objects.
isCommentsOnAttributes() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all attributes.
isCommentsOnCatalogs() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all catalogs.
isCommentsOnColumns() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all columns.
isCommentsOnDomains() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all domains.
isCommentsOnEmbeddables() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all embeddables.
isCommentsOnKeys() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all keys.
isCommentsOnLinks() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all links.
isCommentsOnPackages() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all packages.
isCommentsOnParameters() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all parameters.
isCommentsOnQueues() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all queues.
isCommentsOnRoutines() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all routines.
isCommentsOnSchemas() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all schemas.
isCommentsOnSequences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all sequences.
isCommentsOnTables() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all tables.
isCommentsOnUDTs() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all UDTs.
isComputed() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type is computed.
isComputed() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isConstructorPropertiesAnnotation() - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated POJOs and/or records.
isConstructorPropertiesAnnotationOnPojos() - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated POJOs (defaults to true if Generate.constructorPropertiesAnnotation is active).
isConstructorPropertiesAnnotationOnRecords() - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated records (defaults to true if Generate.constructorPropertiesAnnotation is active).
isDaos() - Method in class org.jooq.meta.jaxb.Generate
Generate DAOs.
isDateAsTimestamp() - Method in class org.jooq.meta.jaxb.Database
Generate Timestamp fields for DATE columns.
isDebugEnabled() - Method in class org.jooq.meta.BufferedLog
 
isDecfloatTypes() - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the DECFLOAT type support should be enabled.
isDefaultCatalog() - Method in class org.jooq.meta.CatalogDefinition
 
isDefaultCatalog() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of a DefaultCatalog object, which is generated by default in the absence of catalogs.
isDefaulted() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type is defaultable.
isDefaulted() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isDefaulted() - Method in class org.jooq.meta.DefaultParameterDefinition
 
isDefaulted() - Method in interface org.jooq.meta.ParameterDefinition
Whether the parameter has a default value.
isDefaultSchema() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of a DefaultSchema object, which is generated by default in the absence of schemas.
isDefaultSchema() - Method in class org.jooq.meta.SchemaDefinition
 
isDeprecated() - Method in class org.jooq.meta.jaxb.CommentType
Whether the comment is a deprecation notice.
isDeprecated() - Method in class org.jooq.meta.jaxb.Generate
Generate deprecated code for backwards compatibility
isDeprecationOnUnknownTypes() - Method in class org.jooq.meta.jaxb.Generate
Generate deprecation annotations on references to unknown data types.
isEmbeddables() - Method in class org.jooq.meta.jaxb.Generate
Generate embeddable classes.
isEmptyCatalogs() - Method in class org.jooq.meta.jaxb.Generate
Whether empty catalogs (e.g.
isEmptySchemas() - Method in class org.jooq.meta.jaxb.Generate
Whether empty schemas (e.g.
isEnumConverter() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isEnumConverter() - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an EnumConverter.
isEnumsAsScalaEnums() - Method in class org.jooq.meta.jaxb.Generate
Generate enums as Scala 3.0 enums (if Scala 3 is supported).
isEnumsAsScalaSealedTraits() - Method in class org.jooq.meta.jaxb.Generate
Deprecated.
Activate the legacy Scala sealed trait enum emulation
isErrorEnabled() - Method in class org.jooq.meta.BufferedLog
 
isFluentSetters() - Method in class org.jooq.meta.jaxb.Generate
Generate fluent setters in records, POJOs, interfaces.
isForcedTypesForBuiltinDataTypeExtensions() - Method in class org.jooq.meta.jaxb.Database
Enable some default forced type configurations for built in data type extensions, such as the ones from the jooq-postgres-extensions module.
isForcedTypesForXMLSchemaCollections() - Method in class org.jooq.meta.jaxb.Database
Enable some default forced type configurations for XML schema collections, mapping them to JAXB annotated types using the XMLtoJAXBConverter
isForceIntegerTypesOnZeroScaleDecimals() - Method in class org.jooq.meta.jaxb.Database
Historically, zero-scale decimal types are generated as their most appropriate, corresponding integer type (e.g.
isGeneratedAnnotation() - Method in class org.jooq.meta.jaxb.Generate
Use the Generated annotation specified by Generate.getGeneratedAnnotationType() in generated code.
isGeneratedAnnotationDate() - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation specified by Generate.getGeneratedAnnotationType() should include the date attribute.
isGeneratedAnnotationJooqVersion() - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation specified by Generate.getGeneratedAnnotationType() should include the jOOQ version.
isGenericBinding() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isGenericBinding() - Method in class org.jooq.meta.jaxb.ForcedType
Whether the binding is generic, receiving <T, U> type variables as well as Class<T> and Class<U> constructor arguments.
isGenericConverter() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isGenericConverter() - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is generic, receiving <T, U> type variables as well as Class<T> and Class<U> constructor arguments.
isGenericNumberType() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type is a NUMBER type without precision and scale.
isGenericNumberType() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isGlobalCatalogReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global catalog references.
isGlobalDomainReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global domain references.
isGlobalIndexReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global index references.
isGlobalKeyReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global key references.
isGlobalLinkReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global database link references.
isGlobalObjectNames() - Method in class org.jooq.meta.jaxb.Generate
Turn on generation of all global object names.
isGlobalObjectReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all global object references.
isGlobalQueueReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global queue references.
isGlobalRoutineReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global routine references.
isGlobalSchemaReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global schema references.
isGlobalSequenceReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global sequence references.
isGlobalSynonymReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global synonym references.
isGlobalTableReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global table references.
isGlobalTriggerReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global trigger references.
isGlobalUDTReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global UDT references.
isHidden() - Method in interface org.jooq.meta.ColumnDefinition
Whether this column is hidden.
isHidden() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type is hidden.
isHidden() - Method in class org.jooq.meta.DefaultColumnDefinition
 
isHidden() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isHidden() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isHidden() - Method in class org.jooq.meta.jaxb.ForcedType
The hidden flag allows for hiding columns from usage in queries by default, unless explicitly projected..
isHiddenColumnsInInterfaces() - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in interfaces.
isHiddenColumnsInPojos() - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in POJOs.
isHiddenColumnsInRecords() - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in records.
isIdentity() - Method in interface org.jooq.meta.ColumnDefinition
Whether this column is the table's IDENTITY column.
isIdentity() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type is an identity.
isIdentity() - Method in class org.jooq.meta.DefaultColumnDefinition
 
isIdentity() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isIgnoreProcedureReturnValues() - Method in class org.jooq.meta.jaxb.Database
Deprecated.
This feature is deprecated as of jOOQ 3.6.0 and will be removed again in jOOQ 4.0.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.CommentType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.ForcedType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticColumnType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isIgnoreUnused() - Method in class org.jooq.meta.jaxb.SyntheticViewType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
isImmutableInterfaces() - Method in class org.jooq.meta.jaxb.Generate
Generate immutable interfaces.
isImmutablePojos() - Method in class org.jooq.meta.jaxb.Generate
Generate immutable POJOs.
isImplicitJoinPathsAsKotlinProperties() - Method in class org.jooq.meta.jaxb.Generate
Whether implicit join path constructors should be offered as properties in Kotlin.
isImplicitJoinPathsManyToMany() - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for many-to-many relationships.
isImplicitJoinPathsToMany() - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for incoming foreign key relationships (to-many relationships)
isImplicitJoinPathsToOne() - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for outgoing foreign key relationships (to-one relationships)
isImplicitJoinPathsUseTableNameForUnambiguousFKs() - Method in class org.jooq.meta.jaxb.Generate
Whether names of unambiguous ForeignKeyDefinition should be based on the referenced TableDefinition.
isImplicitJoinPathTableSubtypes() - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path table subtypes implementing Path for increased JOIN convenience.
isImplicitJoinPathUnusedConstructors() - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors also if there isn't any outgoing or incoming foreign key relationship.
isIncludeCheckConstraints() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether check constraints should be included in output produced by this database
isIncludeDomains() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether domains should be included in output produced by this database
isIncludeEmbeddables() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether embeddable types should be included in output produced by this database
isIncludeExcludeColumns() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether include / exclude patterns should also match columns within tables.
isIncludeExcludePackageRoutines() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether include / exclude patterns should also match routines within packages.
isIncludeForeignKeys() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether foreign keys should be included in output produced by this database
isIncludeIndexes() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether indexes should be included in output produced by this database
isIncludeInvisibleColumns() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether invisible columns should be included in output produced by this database
isIncludePackageConstants() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether constants contained in packages should be included in output produced by this database
isIncludePackageRoutines() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether routines contained in packages should be included in output produced by this database
isIncludePackages() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether packages should be included in output produced by this database
isIncludePackageUDTs() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether UDTs contained in packages should be included in output produced by this database
isIncludePrimaryKeys() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether primary keys should be included in output produced by this database
isIncludeRoutines() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether routines should be included in output produced by this database
isIncludeSchemaComment() - Method in class org.jooq.meta.jaxb.CommentType
Whether the schema comment (if available) should be included and prepended to the message.
isIncludeSequences() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether sequences should be included in output produced by this database
isIncludeSynonyms() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether synonyms should be included in output produced by this database.
isIncludeSystemCheckConstraints() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated check constraints should be included in output produced by this database
isIncludeSystemIndexes() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated indexes should be included in output produced by this database
isIncludeSystemSequences() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated sequences should be included in output produced by this database
isIncludeSystemTables() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system tables should be included in output produced by this database
isIncludeSystemUDTs() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated UDTs should be included in output produced by this database
isIncludeTables() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether tables should be included in output produced by this database
isIncludeTriggerRoutines() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether trigger implementation routines should be included in output produced by this database (e.g.
isIncludeTriggers() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether triggers should be included in output produced by this database.
isIncludeUDTs() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether udts should be included in output produced by this database
isIncludeUniqueKeys() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether unique keys should be included in output produced by this database
isIncludeXMLSchemaCollections() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether XML schema collections should be included in output produced by this database
isIndexes() - Method in class org.jooq.meta.jaxb.Generate
Generate index information.
isInfoEnabled() - Method in class org.jooq.meta.BufferedLog
 
isInstanceFields() - Method in class org.jooq.meta.jaxb.Generate
Deprecated. 
isInstantiable() - Method in class org.jooq.meta.AbstractUDTDefinition
 
isInstantiable() - Method in interface org.jooq.meta.UDTDefinition
Whether the UDT is instantiable.
isIntegerDisplayWidths() - Method in class org.jooq.meta.jaxb.Database
Include display width in type declaration.
isInterfaceGetterOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface getters should be generated.
isInterfaceGetterOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface getters should be generated.
isInterfaceMemberOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface members (properties) should be generated.
isInterfaceMemberOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface members (properties) should be generated.
isInterfaces() - Method in class org.jooq.meta.jaxb.Generate
Generated interfaces to be implemented by records and/or POJOs.
isInterfaceSetterOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface setters should be generated.
isInterfaceSetterOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface setters should be generated.
isIntervalTypes() - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the INTERVAL type support should be enabled.
isInTypeHierarchy() - Method in class org.jooq.meta.AbstractUDTDefinition
 
isInTypeHierarchy() - Method in interface org.jooq.meta.UDTDefinition
Whether this UDT has either subtypes or supertypes or both.
isInvisibleColumnsAsHidden() - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether invisible columns should marked as DataType.hidden() in output produced by this database.
isJavaBeansGettersAndSetters() - Method in class org.jooq.meta.jaxb.Generate
Modify DefaultGeneratorStrategy behaviour to generate getters and setters in JavaBeans style in records, POJOs, interfaces.
isJavadoc() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of Javadoc on all objects.
isJavaTimeTypes() - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether Java 8's java.time types should be used by the source code generator, rather than JDBC's java.sql types.
isJooqVersionReference() - Method in class org.jooq.meta.jaxb.Generate
Generate references to the most up to date minor release in Constants to produce compilation errors if an outdated runtime library is being used.
isJpaAnnotations() - Method in class org.jooq.meta.jaxb.Generate
Annotate POJOs and Records with JPA annotations.
isJsonConverter() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isJsonConverter() - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an
invalid reference
org.jooq.jackson.extensions.converters.JSONtoJacksonConverter
or a
invalid reference
org.jooq.jackson.extensions.converters.JSONtoJacksonConverter
.
isJsonTypes() - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the JSON type support should be enabled.
isKeys() - Method in class org.jooq.meta.jaxb.Generate
Generate Key classes.
isKotlinDefaultedNullablePojoAttributes() - Method in class org.jooq.meta.jaxb.Generate
Generate defaulted nullable POJO attributes.
isKotlinDefaultedNullableRecordAttributes() - Method in class org.jooq.meta.jaxb.Generate
Generate defaulted nullable Record attributes.
isKotlinNotNullInterfaceAttributes() - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on interface attributes, where column is not null.
isKotlinNotNullPojoAttributes() - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on POJO attributes, where column is not null.
isKotlinNotNullRecordAttributes() - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on Record attributes, where column is not null.
isKotlinSetterJvmNameAnnotationsOnIsPrefix() - Method in class org.jooq.meta.jaxb.Generate
Workaround for Kotlin generating setX() setters instead of setIsX() in byte code for mutable properties called isX.
isLinks() - Method in class org.jooq.meta.jaxb.Generate
Generate database Link classes.
isLiteralsFromCheckConstraints() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The list of literals is parsed from the applicable CHECK constraints for the matched column, if possible.
isLiteralsFromColumnContent() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The matched column's content defines the literals (this is convenience for SyntheticEnumType.literalSql being SELECT DISTINCT matched_column FROM matched_table).
isMaterializedView() - Method in class org.jooq.meta.AbstractTableDefinition
 
isMaterializedView() - Method in interface org.jooq.meta.TableDefinition
Whether this table is a materialized view.
isNonnullAnnotation() - Method in class org.jooq.meta.jaxb.Generate
Whether non-nullable items should be annotated with the annotation type specified in Generate.nonnullAnnotationType.
isNullable() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type is nullable.
isNullable() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isNullable() - Method in class org.jooq.meta.jaxb.LambdaConverter
isNullableAnnotation() - Method in class org.jooq.meta.jaxb.Generate
Whether nullable items should be annotated with the annotation type specified in Generate.nullableAnnotationType.
isNullableAnnotationOnWriteOnlyNullableTypes() - Method in class org.jooq.meta.jaxb.Generate
Whether write-only (e.g.
isOracleUseDBAViews() - Method in class org.jooq.meta.jaxb.Database
Specify whether to use the Oracle DBA_XYZ views instead of the ALL_XYZ views.
isOutputCatalogToDefault() - Method in class org.jooq.meta.jaxb.CatalogMappingType
isOutputCatalogToDefault() - Method in class org.jooq.meta.jaxb.Database
A flag to indicate that the outputCatalog should be the "default" catalog, which generates catalog-less, unqualified tables, procedures, etc.
isOutputSchemaToDefault() - Method in class org.jooq.meta.jaxb.Database
A flag to indicate that the outputSchema should be the "default" schema, which generates schema-less, unqualified tables, procedures, etc.
isOutputSchemaToDefault() - Method in class org.jooq.meta.jaxb.SchemaMappingType
isPojoGetterOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO getters should be generated.
isPojoGetterOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO getters should be generated.
isPojoMemberOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO members (properties) should be generated.
isPojoMemberOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO members (properties) should be generated.
isPojos() - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs.
isPojosAsJavaRecordClasses() - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as records, when using the JavaGenerator.
isPojosAsKotlinDataClasses() - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as data classes, when using the KotlinGenerator.
isPojosAsScalaCaseClasses() - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as case classes, when using the ScalaGenerator or Scala3Generator.
isPojosEqualsAndHashCode() - Method in class org.jooq.meta.jaxb.Generate
Generate basic equals() and hashCode() methods in POJOs.
isPojosEqualsAndHashCodeIncludePrimaryKeyOnly() - Method in class org.jooq.meta.jaxb.Generate
Include primary key columns only in generated equals() and hashCode() methods in POJOs.
isPojoSetterOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO setters should be generated.
isPojoSetterOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO setters should be generated.
isPojosToString() - Method in class org.jooq.meta.jaxb.Generate
Generate basic toString() methods in POJOs.
isPrimaryKey() - Method in class org.jooq.meta.DefaultUniqueKeyDefinition
 
isPrimaryKey() - Method in interface org.jooq.meta.UniqueKeyDefinition
Whether this unique key is the primary key
isProcedure() - Method in class org.jooq.meta.postgres.PostgresRoutineDefinition
 
isQueues() - Method in class org.jooq.meta.jaxb.Generate
Generate Queue classes.
isReadonly() - Method in interface org.jooq.meta.ColumnDefinition
Whether this column is readonly.
isReadonly() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type is readonly.
isReadonly() - Method in class org.jooq.meta.DefaultColumnDefinition
 
isReadonly() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isReadonlyComputedColumns() - Method in class org.jooq.meta.jaxb.Database
Whether computed columns should expose DataType.readonly() behaviour.
isReadonlyIdentities() - Method in class org.jooq.meta.jaxb.Database
Whether identity columns should expose DataType.readonly() behaviour.
isReadonlyNonUpdatableColumns() - Method in class org.jooq.meta.jaxb.Database
Whether columns that are known not to be updatable (e.g.
isRecordGetterOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record getters should be generated.
isRecordGetterOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record getters should be generated.
isRecordMemberOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record members (properties) should be generated.
isRecordMemberOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record members (properties) should be generated.
isRecords() - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes.
isRecordSetterOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record setters should be generated.
isRecordSetterOverride() - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record setters should be generated.
isRecordsImplementingRecordN() - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes that implement Record[N] super types
isRecordTypeGetterOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type getters should be generated.
isRecordTypeMemberOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type members (properties) should be generated.
isRecordTypeSetterOverride() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type setters should be generated.
isRegexMatchesPartialQualification() - Method in class org.jooq.meta.jaxb.Database
Whether regular expressions that match qualified object names also match partial qualifications (e.g.
isRelations() - Method in class org.jooq.meta.jaxb.Generate
Primary key / foreign key relations should be generated and used.
isRenameMethodOverrides() - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides (see https://github.com/jOOQ/jOOQ/issues/13937) for
invalid reference
org.jooq.Table#rename(org.jooq.Name)
and related overloads.
isReplacesFields() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.
isRootElementType() - Method in class org.jooq.meta.DefaultXMLTypeDefinition
 
isRootElementType() - Method in interface org.jooq.meta.XMLTypeDefinition
Whether this type can be used as a root element.
isRoutines() - Method in class org.jooq.meta.jaxb.Generate
Generate Routine classes.
isSequenceFlags() - Method in class org.jooq.meta.jaxb.Generate
Sequence flags should be generated and used.
isSequences() - Method in class org.jooq.meta.jaxb.Generate
Generate Sequence classes.
isSerializableInterfaces() - Method in class org.jooq.meta.jaxb.Generate
Generate serializable interfaces.
isSerializablePojos() - Method in class org.jooq.meta.jaxb.Generate
Generate serializable POJOs.
isSources() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all source code on all object types.
isSourcesOnViews() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all source code on all views.
isSpatialTypes() - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the spatial type support should be enabled.
isSpringAnnotations() - Method in class org.jooq.meta.jaxb.Generate
Annotate DAOs with useful spring annotations such as @Repository or @Autowired.
isSpringDao() - Method in class org.jooq.meta.jaxb.Generate
Generate an AbstractSpringDAOImpl as a base class for other DAO classes, containing @Transactional annotations, etc.
isSqlMatchesPartialQualification() - Method in class org.jooq.meta.jaxb.Database
Whether SQL queries that match qualified object names also match partial qualifications (e.g.
isSQLUsable() - Method in class org.jooq.meta.AbstractRoutineDefinition
 
isSQLUsable() - Method in interface org.jooq.meta.RoutineDefinition
 
isSynonyms() - Method in class org.jooq.meta.jaxb.Generate
Generate Synonym classes.
isSynthetic() - Method in class org.jooq.meta.AbstractTableDefinition
 
isSynthetic() - Method in class org.jooq.meta.AbstractUDTDefinition
 
isSynthetic() - Method in class org.jooq.meta.DefaultColumnDefinition
 
isSynthetic() - Method in class org.jooq.meta.DefaultEnumDefinition
 
isSynthetic() - Method in class org.jooq.meta.DefaultParameterDefinition
 
isSynthetic() - Method in interface org.jooq.meta.Definition
Whether the object has been created "synthetically", i.e.
isSynthetic() - Method in interface org.jooq.meta.EnumDefinition
 
isSynthetic() - Method in interface org.jooq.meta.ParameterDefinition
Whether the parameter is synthetic.
isSynthetic() - Method in interface org.jooq.meta.TableDefinition
Whether this table is a synthetic table (e.g.
isSynthetic() - Method in interface org.jooq.meta.UDTDefinition
Whether this UDT is a synthetic type.
isTables() - Method in class org.jooq.meta.jaxb.Generate
Generate Table classes.
isTableValuedFunction() - Method in class org.jooq.meta.AbstractTableDefinition
 
isTableValuedFunction() - Method in interface org.jooq.meta.TableDefinition
Whether this table is a table-valued function.
isTableValuedFunctions() - Method in class org.jooq.meta.jaxb.Database
Whether table valued functions should be reported as tables.
isTemporary() - Method in class org.jooq.meta.AbstractTableDefinition
 
isTemporary() - Method in interface org.jooq.meta.TableDefinition
Whether this table is a temporary table.
isTraceEnabled() - Method in class org.jooq.meta.BufferedLog
 
isTriggers() - Method in class org.jooq.meta.jaxb.Generate
Generate Trigger classes.
isUDT() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type represents a udt.
isUDT() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isUDTArray() - Method in interface org.jooq.meta.DataTypeDefinition
Whether this data type represents an array producing an
invalid reference
ArrayRecord
of udt types.
isUDTArray() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
isUdtPaths() - Method in class org.jooq.meta.jaxb.Generate
Generate UDT path expressions on tables and on UDTs.
isUdts() - Method in class org.jooq.meta.jaxb.Generate
Generate UDT classes.
isUnique() - Method in class org.jooq.meta.AbstractIndexDefinition
 
isUnique() - Method in interface org.jooq.meta.IndexDefinition
Whether this is a unique index.
isUnnamed() - Method in class org.jooq.meta.DefaultParameterDefinition
 
isUnnamed() - Method in interface org.jooq.meta.ParameterDefinition
Whether the parameter has a name.
isUnsignedTypes() - Method in class org.jooq.meta.jaxb.Database
Generate jOOU data types for your unsigned data types, which are not natively supported in Java
isValidationAnnotations() - Method in class org.jooq.meta.jaxb.Generate
Annotate POJOs and Records with JSR-303 validation annotations
isVarargSetters() - Method in class org.jooq.meta.jaxb.Generate
Generate varargs setters for array types for convenience.
isView() - Method in class org.jooq.meta.AbstractTableDefinition
 
isView() - Method in interface org.jooq.meta.TableDefinition
Whether this table is a view.
isWarnEnabled() - Method in class org.jooq.meta.BufferedLog
 
isWhereMethodOverrides() - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides for Table.where(org.jooq.Condition) and related overloads.
isXmlConverter() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
isXmlConverter() - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an XMLtoJAXBConverter.
isXmlTypes() - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the XML type support should be enabled.

J

JAKARTA_ANNOTATION_GENERATED - Enum constant in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
Use the jakarta.annotation.Generated annotation.
java - Variable in class org.jooq.meta.jaxb.Database
 
java - Variable in class org.jooq.meta.jaxb.Generator
 
java - Variable in class org.jooq.meta.jaxb.Strategy
 
javaBeansGettersAndSetters - Variable in class org.jooq.meta.jaxb.Generate
 
javadoc - Variable in class org.jooq.meta.jaxb.Generate
 
javaTimeTypes - Variable in class org.jooq.meta.jaxb.Generate
 
javaTimeTypes() - Method in class org.jooq.meta.AbstractDatabase
 
javaTimeTypes() - Method in interface org.jooq.meta.Database
Whether java.time types are used, as opposed to java.sql types.
JavaTypeResolver - Interface in org.jooq.meta
A function that can be injected into jOOQ-meta elements to resolve Java types from DataTypeDefinition.
JAVAX_ANNOTATION_GENERATED - Enum constant in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
Use the javax.annotation.Generated annotation.
JAVAX_ANNOTATION_PROCESSING_GENERATED - Enum constant in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
Use the javax.annotation.processing.Generated annotation.
jdbc - Variable in class org.jooq.meta.jaxb.Configuration
 
Jdbc - Class in org.jooq.meta.jaxb
JDBC connection configuration.
Jdbc() - Constructor for class org.jooq.meta.jaxb.Jdbc
 
JDBCDatabase - Class in org.jooq.meta.jdbc
The JDBC database
JDBCDatabase() - Constructor for class org.jooq.meta.jdbc.JDBCDatabase
 
jooqVersionReference - Variable in class org.jooq.meta.jaxb.Generate
 
jpaAnnotations - Variable in class org.jooq.meta.jaxb.Generate
 
jpaVersion - Variable in class org.jooq.meta.jaxb.Generate
 
jsonConverter - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
jsonConverter - Variable in class org.jooq.meta.jaxb.ForcedType
 
jsonTypes - Variable in class org.jooq.meta.jaxb.Generate
 

K

key - Variable in class org.jooq.meta.jaxb.Property
 
key - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
keyIdentifier - Variable in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
keyIdentifier - Variable in class org.jooq.meta.jaxb.MatchersIndexType
 
keyIdentifier - Variable in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
keyIdentifier - Variable in class org.jooq.meta.jaxb.MatchersUniqueKeyType
 
keys - Variable in class org.jooq.meta.jaxb.Generate
 
kotlinDefaultedNullablePojoAttributes - Variable in class org.jooq.meta.jaxb.Generate
 
kotlinDefaultedNullableRecordAttributes - Variable in class org.jooq.meta.jaxb.Generate
 
kotlinNotNullInterfaceAttributes - Variable in class org.jooq.meta.jaxb.Generate
 
kotlinNotNullPojoAttributes - Variable in class org.jooq.meta.jaxb.Generate
 
kotlinNotNullRecordAttributes - Variable in class org.jooq.meta.jaxb.Generate
 
kotlinSetterJvmNameAnnotationsOnIsPrefix - Variable in class org.jooq.meta.jaxb.Generate
 

L

lambdaConverter - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
lambdaConverter - Variable in class org.jooq.meta.jaxb.ForcedType
 
LambdaConverter - Class in org.jooq.meta.jaxb
A converter taking two lambda definitions.
LambdaConverter() - Constructor for class org.jooq.meta.jaxb.LambdaConverter
 
links - Variable in class org.jooq.meta.jaxb.Generate
 
LITERAL - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.LITERAL flag to regular expressions from the code generation configuration.
literals - Variable in class org.jooq.meta.jaxb.EnumType
 
literals - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
literalsFromCheckConstraints - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
literalsFromColumnContent - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
literalSql - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.AbstractDatabase
Retrieve CHECK constraints and store them to relations.
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.AbstractMetaDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.derby.DerbyDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.h2.H2Database
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
loadCheckConstraints(DefaultRelations) - Method in class org.jooq.meta.xml.XMLDatabase
 
loadClass(String) - Static method in class org.jooq.meta.ClassUtils
Deprecated.
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractDatabase
Retrieve foreign keys and store them to relations.
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractMetaDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.derby.DerbyDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.h2.H2Database
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
loadForeignKeys(DefaultRelations) - Method in class org.jooq.meta.xml.XMLDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractDatabase
Retrieve primary keys and store them to relations
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractMetaDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.derby.DerbyDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.h2.H2Database
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
loadPrimaryKeys(DefaultRelations) - Method in class org.jooq.meta.xml.XMLDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractDatabase
Retrieve non-primary unique keys and store them to relations
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.AbstractMetaDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.cubrid.CUBRIDDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.derby.DerbyDatabase
Retrieve non-primary unique keys and store them to relations
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.h2.H2Database
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
loadUniqueKeys(DefaultRelations) - Method in class org.jooq.meta.xml.XMLDatabase
 
locale - Variable in class org.jooq.meta.jaxb.Target
 
log(Log.Level, Object) - Method in class org.jooq.meta.BufferedLog
 
log(Log.Level, Object, Object) - Method in class org.jooq.meta.BufferedLog
 
log(Log.Level, Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
log(Log.Level, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
LOG - Enum constant in enum class org.jooq.meta.jaxb.OnError
On error, the code generation should log the error, and continue.
logging - Variable in class org.jooq.meta.jaxb.Configuration
 
Logging - Enum Class in org.jooq.meta.jaxb
Java class for Logging.
logSlowQueriesAfterSeconds - Variable in class org.jooq.meta.jaxb.Database
 
logSlowResultsAfterSeconds - Variable in class org.jooq.meta.jaxb.Database
 
LOWER - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
A MatcherRule should transform identifiers to lower case.
LOWER_FIRST_LETTER - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
A MatcherRule should transform the first letters of identifiers to lower case.

M

ManyToManyKeyDefinition - Interface in org.jooq.meta
An object holding information about an many to many foreign key relationship.
mapDefinedType(Definition, Definition, DataTypeDefinition, JavaTypeResolver) - Static method in class org.jooq.meta.AbstractTypedElementDefinition
 
MariaDBDatabase - Class in org.jooq.meta.mariadb
 
MariaDBDatabase() - Constructor for class org.jooq.meta.mariadb.MariaDBDatabase
 
markUsed(CommentType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(CommentType) - Method in interface org.jooq.meta.Database
Mark a comment as used.
markUsed(EmbeddableDefinitionType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(EmbeddableDefinitionType) - Method in interface org.jooq.meta.Database
Mark an embeddable as used.
markUsed(ForcedType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(ForcedType) - Method in interface org.jooq.meta.Database
Mark a forced type as used.
markUsed(SyntheticColumnType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticColumnType) - Method in interface org.jooq.meta.Database
Mark a synthetic column as used.
markUsed(SyntheticDefaultType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticDefaultType) - Method in interface org.jooq.meta.Database
Mark a synthetic default as used.
markUsed(SyntheticEnumType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticEnumType) - Method in interface org.jooq.meta.Database
Mark a synthetic enum as used.
markUsed(SyntheticForeignKeyType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticForeignKeyType) - Method in interface org.jooq.meta.Database
Mark a synthetic foreign key as used.
markUsed(SyntheticIdentityType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticIdentityType) - Method in interface org.jooq.meta.Database
Mark a synthetic identity as used.
markUsed(SyntheticPrimaryKeyType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticPrimaryKeyType) - Method in interface org.jooq.meta.Database
Mark a synthetic primary key as used.
markUsed(SyntheticReadonlyColumnType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticReadonlyColumnType) - Method in interface org.jooq.meta.Database
Mark a synthetic readonly column as used.
markUsed(SyntheticReadonlyRowidType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticReadonlyRowidType) - Method in interface org.jooq.meta.Database
Mark a synthetic readonly rowids as used.
markUsed(SyntheticSynonymType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticSynonymType) - Method in interface org.jooq.meta.Database
Mark a synthetic synonym as used.
markUsed(SyntheticUniqueKeyType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticUniqueKeyType) - Method in interface org.jooq.meta.Database
Mark a synthetic unique key as used.
markUsed(SyntheticViewType) - Method in class org.jooq.meta.AbstractDatabase
 
markUsed(SyntheticViewType) - Method in interface org.jooq.meta.Database
Mark a synthetic view as used.
MatcherRule - Class in org.jooq.meta.jaxb
Java class for MatcherRule complex type.
MatcherRule() - Constructor for class org.jooq.meta.jaxb.MatcherRule
 
matchers - Variable in class org.jooq.meta.jaxb.Strategy
 
Matchers - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration.
Matchers() - Constructor for class org.jooq.meta.jaxb.Matchers
 
MatchersAttributeType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for UDT attribute names.
MatchersAttributeType() - Constructor for class org.jooq.meta.jaxb.MatchersAttributeType
 
MatchersCatalogType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for catalog names.
MatchersCatalogType() - Constructor for class org.jooq.meta.jaxb.MatchersCatalogType
 
MatchersEmbeddableType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for embeddable names.
MatchersEmbeddableType() - Constructor for class org.jooq.meta.jaxb.MatchersEmbeddableType
 
MatchersEnumType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for enum names.
MatchersEnumType() - Constructor for class org.jooq.meta.jaxb.MatchersEnumType
 
MatchersFieldType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for field names.
MatchersFieldType() - Constructor for class org.jooq.meta.jaxb.MatchersFieldType
 
MatchersForeignKeyType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for foreign key names.
MatchersForeignKeyType() - Constructor for class org.jooq.meta.jaxb.MatchersForeignKeyType
 
MatchersIndexType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for index names.
MatchersIndexType() - Constructor for class org.jooq.meta.jaxb.MatchersIndexType
 
MatchersPrimaryKeyType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for primary key names.
MatchersPrimaryKeyType() - Constructor for class org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
MatchersRoutineType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for routine names.
MatchersRoutineType() - Constructor for class org.jooq.meta.jaxb.MatchersRoutineType
 
MatchersSchemaType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for schema names.
MatchersSchemaType() - Constructor for class org.jooq.meta.jaxb.MatchersSchemaType
 
MatchersSequenceType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for sequence names.
MatchersSequenceType() - Constructor for class org.jooq.meta.jaxb.MatchersSequenceType
 
MatchersTableType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for table names.
MatchersTableType() - Constructor for class org.jooq.meta.jaxb.MatchersTableType
 
MatchersUDTType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for UDT names.
MatchersUDTType() - Constructor for class org.jooq.meta.jaxb.MatchersUDTType
 
MatchersUniqueKeyType - Class in org.jooq.meta.jaxb
Declarative naming strategy configuration for foreign key names.
MatchersUniqueKeyType() - Constructor for class org.jooq.meta.jaxb.MatchersUniqueKeyType
 
MatcherTransformType - Enum Class in org.jooq.meta.jaxb
Java class for MatcherTransformType.
MAX_ROW_DEGREE - Static variable in class org.jooq.meta.Constants
The maximum degree of
invalid reference
Row
and Record subtypes
maxMembersPerInitialiser - Variable in class org.jooq.meta.jaxb.Generate
 
merge(EmbeddableColumnDefinition) - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
merge(EmbeddableColumnDefinition) - Method in interface org.jooq.meta.EmbeddableColumnDefinition
Merge type information of another referencing EmbeddableColumnDefinition into this EmbeddableColumnDefinition.
merge(EmbeddableDefinition) - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
merge(EmbeddableDefinition) - Method in interface org.jooq.meta.EmbeddableDefinition
Merge type information of another EmbeddableDefinition into this EmbeddableDefinition.
message - Variable in class org.jooq.meta.jaxb.CommentType
 
methods - Variable in class org.jooq.meta.jaxb.SyntheticDaoType
 
MINOR_VERSION - Static variable in class org.jooq.meta.Constants
The latest jOOQ minor version.
MULTILINE - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.MULTILINE flag to regular expressions from the code generation configuration.
MySQLDatabase - Class in org.jooq.meta.mysql
 
MySQLDatabase() - Constructor for class org.jooq.meta.mysql.MySQLDatabase
 
MySQLRoutineDefinition - Class in org.jooq.meta.mysql
 
MySQLRoutineDefinition(SchemaDefinition, String, String, String, String) - Constructor for class org.jooq.meta.mysql.MySQLRoutineDefinition
Deprecated.
- This constructor was deprecated with jOOQ 3.2
MySQLRoutineDefinition(SchemaDefinition, String, String, String, String, ProcType, String) - Constructor for class org.jooq.meta.mysql.MySQLRoutineDefinition
 
MySQLTableDefinition - Class in org.jooq.meta.mysql
 
MySQLTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.mysql.MySQLTableDefinition
 
MySQLTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.mysql.MySQLTableDefinition
 

N

name - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
name - Variable in class org.jooq.meta.jaxb.Database
 
name - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
name - Variable in class org.jooq.meta.jaxb.EmbeddableField
 
name - Variable in class org.jooq.meta.jaxb.EnumType
 
name - Variable in class org.jooq.meta.jaxb.ForcedType
 
name - Variable in class org.jooq.meta.jaxb.Generator
 
name - Variable in class org.jooq.meta.jaxb.Strategy
 
name - Variable in class org.jooq.meta.jaxb.SyntheticColumnType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticDaoType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticSynonymType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
name - Variable in class org.jooq.meta.jaxb.SyntheticViewType
 
nameconcatoid(Routines) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
newline - Variable in class org.jooq.meta.jaxb.Generate
 
NONE - Enum constant in enum class org.jooq.meta.jaxb.VisibilityModifier
No visibility modifier is generated.
nonnullAnnotation - Variable in class org.jooq.meta.jaxb.Generate
 
nonnullAnnotationType - Variable in class org.jooq.meta.jaxb.Generate
 
NOT_NULL - Enum constant in enum class org.jooq.meta.jaxb.Nullability
A ForcedType should match only columns, attributes, and parameters, which are non-nullable.
NS_CODEGEN - Static variable in class org.jooq.meta.Constants
The current jooq-codegen XML namespace.
NS_EXPORT - Static variable in class org.jooq.meta.Constants
The current jooq-export XML namespace.
NS_META - Static variable in class org.jooq.meta.Constants
The current jooq-meta XML namespace.
NS_MIGRATIONS - Static variable in class org.jooq.meta.Constants
The current jooq-migrations XML namespace.
NS_RUNTIME - Static variable in class org.jooq.meta.Constants
The current jooq-runtime XML namespace.
NULL - Enum constant in enum class org.jooq.meta.jaxb.Nullability
A ForcedType should match only columns, attributes, and parameters, which are nullable.
nullability - Variable in class org.jooq.meta.jaxb.ForcedType
 
Nullability - Enum Class in org.jooq.meta.jaxb
Java class for Nullability.
nullable - Variable in class org.jooq.meta.jaxb.LambdaConverter
 
nullableAnnotation - Variable in class org.jooq.meta.jaxb.Generate
 
nullableAnnotationOnWriteOnlyNullableTypes - Variable in class org.jooq.meta.jaxb.Generate
 
nullableAnnotationType - Variable in class org.jooq.meta.jaxb.Generate
 

O

ObjectFactory - Class in org.jooq.meta.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.jooq.meta.jaxb package.
ObjectFactory() - Constructor for class org.jooq.meta.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.meta.jaxb
objectType - Variable in class org.jooq.meta.jaxb.ForcedType
 
OFF - Enum constant in enum class org.jooq.meta.jaxb.GeneratedSerialVersionUID
No serialVersionUID should be generated.
OFF - Enum constant in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
Text blocks should not be used in generated code.
ON - Enum constant in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
Text blocks should be used in generated code (for database source code).
onError - Variable in class org.jooq.meta.jaxb.Configuration
 
onError() - Method in class org.jooq.meta.AbstractDatabase
 
onError() - Method in interface org.jooq.meta.Database
The behaviour when errors are encountered.
OnError - Enum Class in org.jooq.meta.jaxb
Java class for OnError.
onUnused - Variable in class org.jooq.meta.jaxb.Configuration
 
oracleUseDBAViews - Variable in class org.jooq.meta.jaxb.Database
 
orderProvider - Variable in class org.jooq.meta.jaxb.Database
 
ORG_JOOQ_GENERATED - Enum constant in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
Use the Generated annotation.
org.jooq.meta - module org.jooq.meta
The jOOQ meta module.
org.jooq.meta - package org.jooq.meta
 
org.jooq.meta.cubrid - package org.jooq.meta.cubrid
 
org.jooq.meta.derby - package org.jooq.meta.derby
 
org.jooq.meta.firebird - package org.jooq.meta.firebird
 
org.jooq.meta.h2 - package org.jooq.meta.h2
 
org.jooq.meta.hsqldb - package org.jooq.meta.hsqldb
 
org.jooq.meta.ignite - package org.jooq.meta.ignite
 
org.jooq.meta.jaxb - package org.jooq.meta.jaxb
 
org.jooq.meta.jdbc - package org.jooq.meta.jdbc
 
org.jooq.meta.mariadb - package org.jooq.meta.mariadb
 
org.jooq.meta.mysql - package org.jooq.meta.mysql
 
org.jooq.meta.postgres - package org.jooq.meta.postgres
 
org.jooq.meta.sqlite - package org.jooq.meta.sqlite
 
org.jooq.meta.xml - package org.jooq.meta.xml
 
org.jooq.meta.yugabytedb - package org.jooq.meta.yugabytedb
 
OUT - Enum constant in enum class org.jooq.meta.InOutDefinition
An out parameter
outParameters - Variable in class org.jooq.meta.AbstractRoutineDefinition
 
outputCatalog - Variable in class org.jooq.meta.jaxb.CatalogMappingType
 
outputCatalog - Variable in class org.jooq.meta.jaxb.Database
 
outputCatalogToDefault - Variable in class org.jooq.meta.jaxb.CatalogMappingType
 
outputCatalogToDefault - Variable in class org.jooq.meta.jaxb.Database
 
outputSchema - Variable in class org.jooq.meta.jaxb.Database
 
outputSchema - Variable in class org.jooq.meta.jaxb.SchemaMappingType
 
outputSchemaToDefault - Variable in class org.jooq.meta.jaxb.Database
 
outputSchemaToDefault - Variable in class org.jooq.meta.jaxb.SchemaMappingType
 
overload(Field<String>, Field<String>, Field<String>) - Method in class org.jooq.meta.AbstractDatabase
 
overridePrimaryKey(UniqueKeyDefinition) - Method in class org.jooq.meta.DefaultRelations
 
overridePrimaryKeys - Variable in class org.jooq.meta.jaxb.Database
 

P

PackageDefinition - Interface in org.jooq.meta
An interface defining a package in a database schema
packageName - Variable in class org.jooq.meta.jaxb.Target
 
PARAMETER - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
A ForcedType should match only routine parameters.
PARAMETER_PATTERN - Static variable in class org.jooq.meta.AbstractRoutineDefinition
 
ParameterDefinition - Interface in org.jooq.meta
An interface defining a parameter of a stored procedure or stored function.
parseNotNull(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
parsePrecision(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
parseScale(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
parseTypeName(String) - Method in class org.jooq.meta.AbstractElementContainerDefinition
 
PASCAL - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
A MatcherRule should transform identifiers to PascalCase.
password - Variable in class org.jooq.meta.jaxb.Jdbc
 
pathClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
pathClass - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
pathExtends - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
pathExtends - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
pathImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
pathImplements - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
pathMethodName - Variable in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
pathMethodNameInverse - Variable in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
pathMethodNameManyToMany - Variable in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
pattern(String) - Method in class org.jooq.meta.Patterns
 
Patterns - Class in org.jooq.meta
A cache for Pattern instances.
Patterns() - Constructor for class org.jooq.meta.Patterns
 
pojoClass - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
pojoClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
pojoClass - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
pojoExtends - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
pojoExtends - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
pojoExtends - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
pojoGetterOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
pojoGetterOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
pojoImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
pojoImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
pojoImplements - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
pojoMemberOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
pojoMemberOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
pojos - Variable in class org.jooq.meta.jaxb.Generate
 
pojosAsJavaRecordClasses - Variable in class org.jooq.meta.jaxb.Generate
 
pojosAsKotlinDataClasses - Variable in class org.jooq.meta.jaxb.Generate
 
pojosAsScalaCaseClasses - Variable in class org.jooq.meta.jaxb.Generate
 
pojosEqualsAndHashCode - Variable in class org.jooq.meta.jaxb.Generate
 
pojosEqualsAndHashCodeColumnExcludeExpression - Variable in class org.jooq.meta.jaxb.Generate
 
pojosEqualsAndHashCodeColumnIncludeExpression - Variable in class org.jooq.meta.jaxb.Generate
 
pojosEqualsAndHashCodeIncludePrimaryKeyOnly - Variable in class org.jooq.meta.jaxb.Generate
 
pojoSetterOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
pojoSetterOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
pojosExcludes - Variable in class org.jooq.meta.jaxb.Generate
 
pojosIncludes - Variable in class org.jooq.meta.jaxb.Generate
 
pojosToString - Variable in class org.jooq.meta.jaxb.Generate
 
PositionedDefinition - Interface in org.jooq.meta
A definition that is positioned at a 1-based index within its parent.
PostgresDatabase - Class in org.jooq.meta.postgres
Postgres uses the ANSI default INFORMATION_SCHEMA, but unfortunately ships with a non-capitalised version of it: information_schema.
PostgresDatabase() - Constructor for class org.jooq.meta.postgres.PostgresDatabase
 
PostgresMaterializedViewDefinition - Class in org.jooq.meta.postgres
 
PostgresMaterializedViewDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.postgres.PostgresMaterializedViewDefinition
 
PostgresMaterializedViewDefinition(SchemaDefinition, String, String, String) - Constructor for class org.jooq.meta.postgres.PostgresMaterializedViewDefinition
 
PostgresRoutineDefinition - Class in org.jooq.meta.postgres
Postgres implementation of AbstractRoutineDefinition
PostgresRoutineDefinition(Database, Record) - Constructor for class org.jooq.meta.postgres.PostgresRoutineDefinition
 
PostgresTableDefinition - Class in org.jooq.meta.postgres
 
PostgresTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.postgres.PostgresTableDefinition
 
PostgresTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.postgres.PostgresTableDefinition
 
PostgresTableValuedFunction - Class in org.jooq.meta.postgres
 
PostgresTableValuedFunction(SchemaDefinition, String, String, String) - Constructor for class org.jooq.meta.postgres.PostgresTableValuedFunction
 
PostgresTableValuedFunction(SchemaDefinition, String, String, String, String) - Constructor for class org.jooq.meta.postgres.PostgresTableValuedFunction
 
PostgresTableValuedFunction(SchemaDefinition, String, String, String, String, SchemaDefinition, String) - Constructor for class org.jooq.meta.postgres.PostgresTableValuedFunction
 
PostgresUDTDefinition - Class in org.jooq.meta.postgres
 
PostgresUDTDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.postgres.PostgresUDTDefinition
 
PRECISION_SCALE - Static variable in class org.jooq.meta.AbstractElementContainerDefinition
Precision and scale for those dialects that don't formally provide that information in a separate field
prependCreateMaterializedView(Field<String>, Field<String>, char) - Method in class org.jooq.meta.AbstractDatabase
 
prependCreateView(Field<String>, Field<String>, char) - Method in class org.jooq.meta.AbstractDatabase
 
primaryKeys - Variable in class org.jooq.meta.jaxb.Matchers
 
primaryKeys - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
primaryKeys(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
 
primaryKeys(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
primaryKeys(List<String>) - Method in class org.jooq.meta.h2.H2Database
 
primaryKeys(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
primaryKeys(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
primaryKeys(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
primaryKeys(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
A query that produces primary keys for a set of input schemas.
primaryKeys(List<String>) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
printMarginForBlockComment - Variable in class org.jooq.meta.jaxb.Generate
 
priority - Variable in class org.jooq.meta.jaxb.ForcedType
 
PRIVATE - Enum constant in enum class org.jooq.meta.jaxb.VisibilityModifier
A private visibility modifier is generated.
properties - Variable in class org.jooq.meta.jaxb.Database
 
properties - Variable in class org.jooq.meta.jaxb.Jdbc
 
Property - Class in org.jooq.meta.jaxb
Custom properties that are useful for Database implementations like JPADatabase, XMLDatabase, or DDLDatabase, or to pass to JDBC drivers.
Property() - Constructor for class org.jooq.meta.jaxb.Property
 
PUBLIC - Enum constant in enum class org.jooq.meta.jaxb.VisibilityModifier
An explicit public visibility modifier is generated, where supported (no modifier is generated in Scala).

Q

qualifiedUserType(Name) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
queues - Variable in class org.jooq.meta.jaxb.Generate
 

R

readonly(boolean) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
readonlyColumns - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
readonlyComputedColumns - Variable in class org.jooq.meta.jaxb.Database
 
readonlyComputedColumns() - Method in class org.jooq.meta.AbstractDatabase
 
readonlyComputedColumns() - Method in interface org.jooq.meta.Database
Whether computed columns columns should expose DataType.readonly() behaviour.
readonlyIdentities - Variable in class org.jooq.meta.jaxb.Database
 
readonlyIdentities() - Method in class org.jooq.meta.AbstractDatabase
 
readonlyIdentities() - Method in interface org.jooq.meta.Database
Whether identity columns should expose DataType.readonly() behaviour.
readonlyNonUpdatableColumns - Variable in class org.jooq.meta.jaxb.Database
 
readonlyNonUpdatableColumns() - Method in class org.jooq.meta.AbstractDatabase
 
readonlyNonUpdatableColumns() - Method in interface org.jooq.meta.Database
Whether columns that are known not to be updatable (e.g.
readonlyRowids - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
recordClass - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
recordClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
recordClass - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
recordExtends - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
recordExtends - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
recordExtends - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
recordGetterOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
recordGetterOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
recordImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
recordImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
recordImplements - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
recordMemberOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
recordMemberOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
records - Variable in class org.jooq.meta.jaxb.Generate
 
recordSetterOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
recordSetterOverride - Variable in class org.jooq.meta.jaxb.MatchersFieldType
 
recordsExcludes - Variable in class org.jooq.meta.jaxb.Generate
 
recordsImplementingRecordN - Variable in class org.jooq.meta.jaxb.Generate
 
recordsIncludes - Variable in class org.jooq.meta.jaxb.Generate
 
recordTimestampFields - Variable in class org.jooq.meta.jaxb.Database
 
recordTypeClass - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
recordTypeGetterOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
recordTypeImplements - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
recordTypeMemberOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
recordTypeSetterOverride - Variable in class org.jooq.meta.jaxb.MatchersAttributeType
 
recordVersionFields - Variable in class org.jooq.meta.jaxb.Database
 
ref(Class<?>) - Method in interface org.jooq.meta.JavaTypeResolver
Get the unqualified type reference and add an import for the qualified type, if necessary.
ref(String) - Method in interface org.jooq.meta.JavaTypeResolver
Get the unqualified type reference and add an import for the qualified type, if necessary.
referencedFields - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
referencedKey - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
referencedTable - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
referencingComment - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
referencingName - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
RegexFlag - Enum Class in org.jooq.meta.jaxb
Java class for RegexFlag.
regexFlags - Variable in class org.jooq.meta.jaxb.Database
 
regexMatchesPartialQualification - Variable in class org.jooq.meta.jaxb.Database
 
relations - Variable in class org.jooq.meta.jaxb.Generate
 
Relations - Interface in org.jooq.meta
A model for all known Referenced Key / Referencing Key relations in the Database's schema.
renameMethodOverrides - Variable in class org.jooq.meta.jaxb.Generate
 
replacesFields - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
replacesFields() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
replacesFields() - Method in interface org.jooq.meta.EmbeddableDefinition
Whether this embeddable replaces the fields it represents.
requireCommercial(Supplier<String>) - Method in class org.jooq.meta.AbstractDatabase
 
resolve(DataTypeDefinition) - Method in interface org.jooq.meta.JavaTypeResolver
Resolve a Java type from a DataTypeDefinition.
resolve(Name) - Method in interface org.jooq.meta.JavaTypeResolver
Resolve a Java type from a qualified user type.
resolveDefinedType(Supplier<T>) - Method in interface org.jooq.meta.JavaTypeResolver
Map a defined type to a user type, resolving converters and bindings, which may not need imports in some output modes.
resolveReferencedKey() - Method in class org.jooq.meta.DefaultForeignKeyDefinition
 
resolveReferencedKey() - Method in class org.jooq.meta.DefaultUniqueKeyDefinition
 
resolveReferencedKey() - Method in interface org.jooq.meta.ForeignKeyDefinition
Resolve a referenced key.
resolveReferencedKey() - Method in interface org.jooq.meta.UniqueKeyDefinition
Resolve a referenced key.
ResultQueryDatabase - Interface in org.jooq.meta
An interface for all AbstractDatabase implementations that can produce ResultQuery objects to query meta data.
RETURN - Enum constant in enum class org.jooq.meta.InOutDefinition
A return value for a function
returnType - Variable in class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
returnValue - Variable in class org.jooq.meta.AbstractRoutineDefinition
 
routineClass - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
 
RoutineDefinition - Interface in org.jooq.meta
An interface defining a stored routine in a database.
routineExtends - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
 
routineImplements - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
 
routineMethod - Variable in class org.jooq.meta.jaxb.MatchersRoutineType
 
routines - Variable in class org.jooq.meta.jaxb.Generate
 
routines - Variable in class org.jooq.meta.jaxb.Matchers
 

S

schema - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
schema - Variable in class org.jooq.meta.jaxb.Jdbc
 
schema - Variable in class org.jooq.meta.jaxb.SyntheticDaoType
 
schema - Variable in class org.jooq.meta.jaxb.SyntheticSynonymType
 
schema - Variable in class org.jooq.meta.jaxb.SyntheticViewType
 
schemaClass - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
 
SchemaDefinition - Class in org.jooq.meta
The definition of a database schema
SchemaDefinition(Database, String, String) - Constructor for class org.jooq.meta.SchemaDefinition
 
SchemaDefinition(Database, String, String, CatalogDefinition) - Constructor for class org.jooq.meta.SchemaDefinition
 
schemaExtends - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
 
schemaIdentifier - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
 
schemaImplements - Variable in class org.jooq.meta.jaxb.MatchersSchemaType
 
SchemaMappingType - Class in org.jooq.meta.jaxb
Configuration of an input schema and its mappings.
SchemaMappingType() - Constructor for class org.jooq.meta.jaxb.SchemaMappingType
 
schemas - Variable in class org.jooq.meta.jaxb.Matchers
 
schemata - Variable in class org.jooq.meta.jaxb.CatalogMappingType
 
schemata - Variable in class org.jooq.meta.jaxb.Database
 
schemaVersionProvider - Variable in class org.jooq.meta.jaxb.Database
 
SchemaVersionProvider - Interface in org.jooq.meta
An SPI that can be used to provide a schema version to the jOOQ code generator.
securityProvider - Variable in class org.jooq.meta.jaxb.Jdbc
 
SEQUENCE - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
A ForcedType should match only sequences.
SequenceDefinition - Interface in org.jooq.meta
An interface defining a sequence
sequenceFlags - Variable in class org.jooq.meta.jaxb.Generate
 
sequenceIdentifier - Variable in class org.jooq.meta.jaxb.MatchersSequenceType
 
sequences - Variable in class org.jooq.meta.jaxb.Generate
 
sequences - Variable in class org.jooq.meta.jaxb.Matchers
 
sequences(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
 
sequences(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
sequences(List<String>) - Method in class org.jooq.meta.h2.H2Database
 
sequences(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
sequences(List<String>) - Method in class org.jooq.meta.mariadb.MariaDBDatabase
 
sequences(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
sequences(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
sequences(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
A query that produces sequences for a set of input schemas.
sequences(List<String>) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
serializableInterfaces - Variable in class org.jooq.meta.jaxb.Generate
 
serializablePojos - Variable in class org.jooq.meta.jaxb.Generate
 
setAsMethodOverrides(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides for Table.as(org.jooq.Name) and related overloads.
setAttributeGetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated getters (e.g.
setAttributeIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of the generated UDTField identifier.
setAttributeMember(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated members (e.g.
setAttributes(List<MatchersAttributeType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setAttributeSetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated setters (e.g.
setAuditInsertTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setAuditInsertTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.INSERT timestamp.
setAuditInsertUser(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setAuditInsertUser(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.INSERT timestamp.
setAuditUpdateTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setAuditUpdateTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.UPDATE timestamp.
setAuditUpdateUser(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setAuditUpdateUser(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.UPDATE timestamp.
setAutoCommit(Boolean) - Method in class org.jooq.meta.jaxb.Jdbc
The value of the JDBC autocommit flag.
setAutoConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setAutoConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an AutoConverter.
setBasedir(String) - Method in class org.jooq.meta.AbstractDatabase
 
setBasedir(String) - Method in interface org.jooq.meta.Database
The basedir that can be used by file based implementations to resolve relative paths.
setBasedir(String) - Method in class org.jooq.meta.jaxb.Configuration
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.
setBinding(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setBinding(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Binding implementation for the custom type.
setCatalog(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.
setCatalog(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining catalog of the DAO.
setCatalog(String) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The defining catalog of the synonym.
setCatalog(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining catalog of the view.
setCatalogClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This rule influences the naming of the generated Catalog object.
setCatalogExtends(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This string provides a super class that a generated Catalog should extend.
setCatalogIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This rule influences the naming of the generated Catalog identifier.
setCatalogImplements(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This string provides additional interfaces that a generated Catalog should implement.
setCatalogs(List<CatalogMappingType>) - Method in class org.jooq.meta.jaxb.Database
 
setCatalogs(List<MatchersCatalogType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setCatalogVersionProvider(String) - Method in class org.jooq.meta.jaxb.Database
A custom version number that, if available, will be used to assess whether the Database.getInputCatalog() from a given catalog will need to be regenerated.
setCatalogVersionProvider(CatalogVersionProvider) - Method in class org.jooq.meta.AbstractDatabase
 
setCatalogVersionProvider(CatalogVersionProvider) - Method in interface org.jooq.meta.Database
The database's catalog version provider.
setClean(Boolean) - Method in class org.jooq.meta.jaxb.Target
Whether the target package should be cleaned to contain only generated code after a generation run.
setColumns(List<SyntheticColumnType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setComment(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining comment on the embeddable type.
setComment(String) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column comment.
setComment(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining comment on the DAO method.
setComment(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining comment on the DAO.
setComment(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The enum comment.
setComment(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining comment on the view.
setComments(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all objects.
setComments(List<CommentType>) - Method in class org.jooq.meta.jaxb.Database
 
setCommentsOnAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all attributes.
setCommentsOnCatalogs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all catalogs.
setCommentsOnColumns(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all columns.
setCommentsOnDomains(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all domains.
setCommentsOnEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all embeddables.
setCommentsOnKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all keys.
setCommentsOnLinks(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all links.
setCommentsOnPackages(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all packages.
setCommentsOnParameters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all parameters.
setCommentsOnQueues(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all queues.
setCommentsOnRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all routines.
setCommentsOnSchemas(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all schemas.
setCommentsOnSequences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all sequences.
setCommentsOnTables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all tables.
setCommentsOnUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all UDTs.
setConfiguredCatalogs(List<CatalogMappingType>) - Method in class org.jooq.meta.AbstractDatabase
 
setConfiguredCatalogs(List<CatalogMappingType>) - Method in interface org.jooq.meta.Database
The input and output catalogs.
setConfiguredComments(List<CommentType>) - Method in class org.jooq.meta.AbstractDatabase
 
setConfiguredComments(List<CommentType>) - Method in interface org.jooq.meta.Database
Configure the comments.
setConfiguredCustomTypes(List<CustomType>) - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
setConfiguredCustomTypes(List<CustomType>) - Method in interface org.jooq.meta.Database
Deprecated.
- 3.10.0 - [#5750] - Use Database.getConfiguredForcedTypes() only.
setConfiguredEmbeddables(List<EmbeddableDefinitionType>) - Method in class org.jooq.meta.AbstractDatabase
 
setConfiguredEmbeddables(List<EmbeddableDefinitionType>) - Method in interface org.jooq.meta.Database
Configure the embeddable types.
setConfiguredEnumTypes(List<EnumType>) - Method in class org.jooq.meta.AbstractDatabase
 
setConfiguredEnumTypes(List<EnumType>) - Method in interface org.jooq.meta.Database
Database objects matching any of these field names will be generated as enum types.
setConfiguredForcedTypes(List<ForcedType>) - Method in class org.jooq.meta.AbstractDatabase
 
setConfiguredForcedTypes(List<ForcedType>) - Method in interface org.jooq.meta.Database
Database objects matching any of these field names will be generated as forced types.
setConfiguredSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.AbstractDatabase
 
setConfiguredSchemata(List<SchemaMappingType>) - Method in interface org.jooq.meta.Database
The input and output schemata.
setConfiguredSyntheticObjects(SyntheticObjectsType) - Method in class org.jooq.meta.AbstractDatabase
 
setConfiguredSyntheticObjects(SyntheticObjectsType) - Method in interface org.jooq.meta.Database
Configure the synthetic objects.
setConnection(Connection) - Method in class org.jooq.meta.AbstractDatabase
 
setConnection(Connection) - Method in interface org.jooq.meta.Database
Initialise a connection to this database.
setConstructorPropertiesAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated POJOs and/or records.
setConstructorPropertiesAnnotationOnPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated POJOs (defaults to true if Generate.constructorPropertiesAnnotation is active).
setConstructorPropertiesAnnotationOnRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated records (defaults to true if Generate.constructorPropertiesAnnotation is active).
setConverter(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setConverter(String) - Method in class org.jooq.meta.jaxb.ForcedType
A converter implementation for the ForcedType.getUserType().
setCustomTypes(List<CustomType>) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
setDaoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated DAO object.
setDaoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated DAO should extend.
setDaoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated DAO should implement.
setDaoMember(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated members and member suffixes in DAO methods corresponding to this Field
setDaos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate DAOs.
setDaos(List<SyntheticDaoType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setDaosExcludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate DAOs.
setDaosIncludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate DAOs, by default, all of them.
setDatabase(Database) - Method in class org.jooq.meta.jaxb.Generator
Configuration of the database meta data source.
setDateAsTimestamp(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setDateAsTimestamp(boolean) - Method in interface org.jooq.meta.Database
Whether DATE columns should be treated as TIMESTAMP columns.
setDateAsTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.Database
Generate Timestamp fields for DATE columns.
setDecfloatTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the DECFLOAT type support should be enabled.
setDefaultCatalog(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of a DefaultCatalog object, which is generated by default in the absence of catalogs.
setDefaults(List<SyntheticDefaultType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setDefaultSchema(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of a DefaultSchema object, which is generated by default in the absence of schemas.
setDeprecated(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
Whether the comment is a deprecation notice.
setDeprecated(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate deprecated code for backwards compatibility
setDeprecationOnUnknownTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate deprecation annotations on references to unknown data types.
setDialect(SQLDialect) - Method in class org.jooq.meta.AbstractDatabase
 
setDialect(SQLDialect) - Method in interface org.jooq.meta.Database
Set the dialect for this database.
setDirectory(String) - Method in class org.jooq.meta.jaxb.Target
The destination directory of your generated classes
setDriver(String) - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC driver class.
setEmbeddableDomains(String) - Method in class org.jooq.meta.AbstractDatabase
 
setEmbeddableDomains(String) - Method in interface org.jooq.meta.Database
A regular expression matching domain type definitions for which embeddable types should be generated.
setEmbeddableDomains(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all domain type declarations for which wrapper types should be generated.
setEmbeddablePrimaryKeys(String) - Method in class org.jooq.meta.AbstractDatabase
 
setEmbeddablePrimaryKeys(String) - Method in interface org.jooq.meta.Database
A regular expression matching primary keys for which embeddable types should be generated.
setEmbeddablePrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all primary key declarations for which wrapper types should be generated, and for their referencing foreign keys.
setEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate embeddable classes.
setEmbeddables(List<EmbeddableDefinitionType>) - Method in class org.jooq.meta.jaxb.Database
 
setEmbeddables(List<MatchersEmbeddableType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setEmbeddableUniqueKeys(String) - Method in class org.jooq.meta.AbstractDatabase
 
setEmbeddableUniqueKeys(String) - Method in interface org.jooq.meta.Database
A regular expression matching unique keys for which embeddable types should be generated.
setEmbeddableUniqueKeys(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all unique key declarations for which wrapper types should be generated, and for their referencing foreign keys.
setEmptyCatalogs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether empty catalogs (e.g.
setEmptySchemas(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether empty schemas (e.g.
setEncoding(String) - Method in class org.jooq.meta.jaxb.Target
The file encoding to be used with all output files.
setEnumClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEnumType
This rule influences the naming of the generated EnumType object.
setEnumConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setEnumConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an EnumConverter.
setEnumImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEnumType
This string provides additional interfaces that a generated EnumType should implement.
setEnumLiteral(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEnumType
This rule influences the naming of the generated EnumType literal values.
setEnums(List<MatchersEnumType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setEnums(List<SyntheticEnumType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setEnumsAsScalaEnums(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate enums as Scala 3.0 enums (if Scala 3 is supported).
setEnumsAsScalaSealedTraits(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Deprecated.
Activate the legacy Scala sealed trait enum emulation
setEnumTypes(List<EnumType>) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
setExcludeExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching columns, parameters, attributes, etc.
setExcludes(String) - Method in class org.jooq.meta.jaxb.Database
All elements that are excluded from your schema.
setExcludes(String[]) - Method in class org.jooq.meta.AbstractDatabase
 
setExcludes(String[]) - Method in interface org.jooq.meta.Database
Database objects matching any of these regular expressions will not be generated.
setExcludeSql(String) - Method in class org.jooq.meta.AbstractDatabase
 
setExcludeSql(String) - Method in interface org.jooq.meta.Database
Database objects matching any of the regular expressions produced by this SQL query will not be generated, in addition to the ones specified by Database.getExcludes().
setExcludeSql(String) - Method in class org.jooq.meta.jaxb.Database
All elements that are excluded from your schema.
setExcludeTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching data types which must not have this type.
setExpression(String) - Method in class org.jooq.meta.jaxb.CommentType
A regular expression matching all objects that should be commented.
setExpression(String) - Method in class org.jooq.meta.jaxb.EmbeddableField
A regex matching all column names that are part of the embeddable type.
setExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
setExpression(String) - Method in class org.jooq.meta.jaxb.MatcherRule
A replacement expression that transforms the matched expression in a new value.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This field matcher applies to all unqualified or qualified UDT attribute names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This table matcher applies to all unqualified or qualified embeddable names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersEnumType
This enum matcher applies to all unqualified or qualified enum names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This field matcher applies to all unqualified or qualified field names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This table matcher applies to all unqualified or qualified foreign key names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersIndexType
This table matcher applies to all unqualified or qualified index names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
This table matcher applies to all unqualified or qualified primary key names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This schema matcher applies to all unqualified or qualified schema names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This table matcher applies to all unqualified or qualified table names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This table matcher applies to all unqualified or qualified UDT names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
This table matcher applies to all unqualified or qualified unique key names matched by this expression.
setExpression(String) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
The default expression to apply to the field.
setExpressions(String) - Method in class org.jooq.meta.jaxb.ForcedType
setFieldGetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated getters (e.g.
setFieldIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of the generated Field identifier.
setFieldMember(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated members (e.g.
setFields(String) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
A regular expression matching all fields on which to apply this synthetic default.
setFields(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A regular expression matching all fields on which to apply this synthetic enum type.
setFields(String) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
A regular expression matching all fields on which to apply this synthetic identity.
setFields(String) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
A regular expression matching all fields on which to apply this synthetic readonly column.
setFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
setFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
setFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
setFields(List<EmbeddableField>) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
setFields(List<MatchersFieldType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setFieldSetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated setters (e.g.
setFluentSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate fluent setters in records, POJOs, interfaces.
setForcedTypes(List<ForcedType>) - Method in class org.jooq.meta.jaxb.Database
 
setForcedTypesForBuiltinDataTypeExtensions(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setForcedTypesForBuiltinDataTypeExtensions(boolean) - Method in interface org.jooq.meta.Database
Whether some additional forced types for built in data type extensions, such as the ones from jooq-codegen-postgres should be added.
setForcedTypesForBuiltinDataTypeExtensions(Boolean) - Method in class org.jooq.meta.jaxb.Database
Enable some default forced type configurations for built in data type extensions, such as the ones from the jooq-postgres-extensions module.
setForcedTypesForXMLSchemaCollections(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setForcedTypesForXMLSchemaCollections(boolean) - Method in interface org.jooq.meta.Database
Whether some additional forced types for XMLSchemaCollectionDefinition types should be created automatically for columns that have non-ambiguous references to an XMLTypeDefinition.
setForcedTypesForXMLSchemaCollections(Boolean) - Method in class org.jooq.meta.jaxb.Database
Enable some default forced type configurations for XML schema collections, mapping them to JAXB annotated types using the XMLtoJAXBConverter
setForceIntegerTypesOnZeroScaleDecimals(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setForceIntegerTypesOnZeroScaleDecimals(boolean) - Method in interface org.jooq.meta.Database
Whether zero-scale decimal types should be treated as their most appropriate, corresponding integer type.
setForceIntegerTypesOnZeroScaleDecimals(Boolean) - Method in class org.jooq.meta.jaxb.Database
Historically, zero-scale decimal types are generated as their most appropriate, corresponding integer type (e.g.
setForeignKeys(List<MatchersForeignKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setForeignKeys(List<SyntheticForeignKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setFrom(String) - Method in class org.jooq.meta.jaxb.LambdaConverter
The implementation of Converter.from(Object).
setFullyQualifiedTypes(String) - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching all the types in generated code that should be fully qualified.
setGenerate(Generate) - Method in class org.jooq.meta.jaxb.Generator
Options strictly related to generated code.
setGeneratedAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Use the Generated annotation specified by Generate.getGeneratedAnnotationType() in generated code.
setGeneratedAnnotationDate(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation specified by Generate.getGeneratedAnnotationType() should include the date attribute.
setGeneratedAnnotationJooqVersion(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation specified by Generate.getGeneratedAnnotationType() should include the jOOQ version.
setGeneratedAnnotationType(GeneratedAnnotationType) - Method in class org.jooq.meta.jaxb.Generate
Specify the type of Generated annotation to use in generated code.
setGeneratedSerialVersionUID(GeneratedSerialVersionUID) - Method in class org.jooq.meta.jaxb.Generate
The serial version UID to be generated in all files.
setGenerator(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setGenerator(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Generator implementation used for client-side computed columns.
setGenerator(Generator) - Method in class org.jooq.meta.jaxb.Configuration
The GENERATOR configuration element contains information about source code generation itself.
setGenericBinding(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setGenericBinding(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the binding is generic, receiving <T, U> type variables as well as Class<T> and Class<U> constructor arguments.
setGenericConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setGenericConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is generic, receiving <T, U> type variables as well as Class<T> and Class<U> constructor arguments.
setGlobalCatalogReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global catalog references.
setGlobalDomainReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global domain references.
setGlobalIndexReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global index references.
setGlobalKeyReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global key references.
setGlobalLinkReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global database link references.
setGlobalObjectNames(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn on generation of all global object names.
setGlobalObjectReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all global object references.
setGlobalQueueReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global queue references.
setGlobalRoutineReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global routine references.
setGlobalSchemaReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global schema references.
setGlobalSequenceReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global sequence references.
setGlobalSynonymReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global synonym references.
setGlobalTableReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global table references.
setGlobalTriggerReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global trigger references.
setGlobalUDTReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global UDT references.
setHidden(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setHidden(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
The hidden flag allows for hiding columns from usage in queries by default, unless explicitly projected..
setHiddenColumnsInInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in interfaces.
setHiddenColumnsInPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in POJOs.
setHiddenColumnsInRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in records.
setIdentities(List<SyntheticIdentityType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setIgnoreProcedureReturnValues(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIgnoreProcedureReturnValues(boolean) - Method in interface org.jooq.meta.Database
Whether this database should ignore procedure return values.
setIgnoreProcedureReturnValues(Boolean) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
This feature is deprecated as of jOOQ 3.6.0 and will be removed again in jOOQ 4.0.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticViewType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
setImmutableInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate immutable interfaces.
setImmutablePojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate immutable POJOs.
setImplicitJoinPathsAsKotlinProperties(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether implicit join path constructors should be offered as properties in Kotlin.
setImplicitJoinPathsManyToMany(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for many-to-many relationships.
setImplicitJoinPathsToMany(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for incoming foreign key relationships (to-many relationships)
setImplicitJoinPathsToOne(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for outgoing foreign key relationships (to-one relationships)
setImplicitJoinPathsUseTableNameForUnambiguousFKs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether names of unambiguous ForeignKeyDefinition should be based on the referenced TableDefinition.
setImplicitJoinPathTableSubtypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path table subtypes implementing Path for increased JOIN convenience.
setImplicitJoinPathUnusedConstructors(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors also if there isn't any outgoing or incoming foreign key relationship.
setIncludeCheckConstraints(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeCheckConstraints(boolean) - Method in interface org.jooq.meta.Database
whether check constraints should be included.
setIncludeCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether check constraints should be included in output produced by this database
setIncludeDomains(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeDomains(boolean) - Method in interface org.jooq.meta.Database
whether domains should be included.
setIncludeDomains(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether domains should be included in output produced by this database
setIncludeEmbeddables(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeEmbeddables(boolean) - Method in interface org.jooq.meta.Database
Whether embeddable types should be included.
setIncludeEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether embeddable types should be included in output produced by this database
setIncludeExcludeColumns(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeExcludeColumns(boolean) - Method in interface org.jooq.meta.Database
Indicate whether include / exclude regular expression shall also match database columns.
setIncludeExcludeColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether include / exclude patterns should also match columns within tables.
setIncludeExcludePackageRoutines(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeExcludePackageRoutines(boolean) - Method in interface org.jooq.meta.Database
Indicate whether include / exclude regular expression shall also match package routines.
setIncludeExcludePackageRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether include / exclude patterns should also match routines within packages.
setIncludeExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching columns, parameters, attributes, etc.
setIncludeForeignKeys(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeForeignKeys(boolean) - Method in interface org.jooq.meta.Database
whether foreign key relationships should be included.
setIncludeForeignKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether foreign keys should be included in output produced by this database
setIncludeIndexes(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeIndexes(boolean) - Method in interface org.jooq.meta.Database
whether indexes should be included.
setIncludeIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether indexes should be included in output produced by this database
setIncludeInvisibleColumns(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeInvisibleColumns(boolean) - Method in interface org.jooq.meta.Database
Whether invisible columns should be included.
setIncludeInvisibleColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether invisible columns should be included in output produced by this database
setIncludePackageConstants(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludePackageConstants(boolean) - Method in interface org.jooq.meta.Database
whether package constants should be included.
setIncludePackageConstants(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether constants contained in packages should be included in output produced by this database
setIncludePackageRoutines(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludePackageRoutines(boolean) - Method in interface org.jooq.meta.Database
whether package routines should be included.
setIncludePackageRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether routines contained in packages should be included in output produced by this database
setIncludePackages(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludePackages(boolean) - Method in interface org.jooq.meta.Database
whether packages should be included.
setIncludePackages(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether packages should be included in output produced by this database
setIncludePackageUDTs(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludePackageUDTs(boolean) - Method in interface org.jooq.meta.Database
whether package UDTs should be included.
setIncludePackageUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether UDTs contained in packages should be included in output produced by this database
setIncludePrimaryKeys(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludePrimaryKeys(boolean) - Method in interface org.jooq.meta.Database
whether primary keys should be included.
setIncludePrimaryKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether primary keys should be included in output produced by this database
setIncludeRelations(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeRelations(boolean) - Method in interface org.jooq.meta.Database
[#3559] Whether relations (i.e.
setIncludeRoutines(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeRoutines(boolean) - Method in interface org.jooq.meta.Database
whether routines should be included.
setIncludeRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether routines should be included in output produced by this database
setIncludes(String) - Method in class org.jooq.meta.jaxb.Database
All elements that are generated from your schema.
setIncludes(String[]) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludes(String[]) - Method in interface org.jooq.meta.Database
Only database objects matching any of these regular expressions will be generated.
setIncludeSchemaComment(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
Whether the schema comment (if available) should be included and prepended to the message.
setIncludeSequences(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeSequences(boolean) - Method in interface org.jooq.meta.Database
whether sequences should be included.
setIncludeSequences(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether sequences should be included in output produced by this database
setIncludeSql(String) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeSql(String) - Method in interface org.jooq.meta.Database
Only database objects matching any of the regular expressions produced by this SQL query will be generated, in addition to the ones specified by Database.getIncludes().
setIncludeSql(String) - Method in class org.jooq.meta.jaxb.Database
All elements that are generated from your schema.
setIncludeSynonyms(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether synonyms should be included in output produced by this database.
setIncludeSystemCheckConstraints(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeSystemCheckConstraints(boolean) - Method in interface org.jooq.meta.Database
whether system generated check constraints should be included.
setIncludeSystemCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated check constraints should be included in output produced by this database
setIncludeSystemIndexes(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeSystemIndexes(boolean) - Method in interface org.jooq.meta.Database
whether system generated indexes should be included.
setIncludeSystemIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated indexes should be included in output produced by this database
setIncludeSystemSequences(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeSystemSequences(boolean) - Method in interface org.jooq.meta.Database
whether system generated sequences should be included.
setIncludeSystemSequences(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated sequences should be included in output produced by this database
setIncludeSystemTables(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeSystemTables(boolean) - Method in interface org.jooq.meta.Database
whether system generated tables should be included.
setIncludeSystemTables(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system tables should be included in output produced by this database
setIncludeSystemUDTs(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeSystemUDTs(boolean) - Method in interface org.jooq.meta.Database
whether system generated UDTs should be included.
setIncludeSystemUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated UDTs should be included in output produced by this database
setIncludeTables(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeTables(boolean) - Method in interface org.jooq.meta.Database
Whether tables (and views) should be included.
setIncludeTables(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether tables should be included in output produced by this database
setIncludeTriggerRoutines(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeTriggerRoutines(boolean) - Method in interface org.jooq.meta.Database
whether trigger routines should be included.
setIncludeTriggerRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether trigger implementation routines should be included in output produced by this database (e.g.
setIncludeTriggers(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether triggers should be included in output produced by this database.
setIncludeTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching data types to be forced to have this type.
setIncludeUDTs(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeUDTs(boolean) - Method in interface org.jooq.meta.Database
whether user defined types should be included.
setIncludeUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether udts should be included in output produced by this database
setIncludeUniqueKeys(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeUniqueKeys(boolean) - Method in interface org.jooq.meta.Database
whether unique keys should be included.
setIncludeUniqueKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether unique keys should be included in output produced by this database
setIncludeXMLSchemaCollections(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIncludeXMLSchemaCollections(boolean) - Method in interface org.jooq.meta.Database
whether XML schema collections should be included.
setIncludeXMLSchemaCollections(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether XML schema collections should be included in output produced by this database
setIndentation(String) - Method in class org.jooq.meta.jaxb.Generate
The indentation characters to be used in generated code.
setIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate index information.
setIndexes(List<MatchersIndexType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setInitScript(String) - Method in class org.jooq.meta.jaxb.Jdbc
A script to run after creating the JDBC connection, and before running the code generator.
setInitSeparator(String) - Method in class org.jooq.meta.jaxb.Jdbc
The separator used to separate statements in the initScript, defaulting to ";".
setInputCatalog(String) - Method in class org.jooq.meta.jaxb.CatalogMappingType
setInputCatalog(String) - Method in class org.jooq.meta.jaxb.Database
The catalog that is used locally as a source for meta information.
setInputSchema(String) - Method in class org.jooq.meta.jaxb.Database
The schema that is used locally as a source for meta information.
setInputSchema(String) - Method in class org.jooq.meta.jaxb.SchemaMappingType
setInstanceFields(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Deprecated. 
setIntegerDisplayWidths(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setIntegerDisplayWidths(boolean) - Method in interface org.jooq.meta.Database
Whether this database includes integer display widths in metadata, where applicable.
setIntegerDisplayWidths(Boolean) - Method in class org.jooq.meta.jaxb.Database
Include display width in type declaration.
setInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated interface implemented by the EmbeddableRecord and/or the POJO.
setInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated interface implemented by the TableRecord and/or the POJO.
setInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated interface implemented by the UDTRecord and/or the POJO.
setInterfaceGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface getters should be generated.
setInterfaceGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface getters should be generated.
setInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated interface (which is implemented by the EmbeddableRecord and/or POJO) should implement.
setInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated interface (which is implemented by the TableRecord and/or POJO) should implement.
setInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated interface (which is implemented by the UDTRecord and/or POJO) should implement.
setInterfaceMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface members (properties) should be generated.
setInterfaceMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface members (properties) should be generated.
setInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generated interfaces to be implemented by records and/or POJOs.
setInterfaceSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface setters should be generated.
setInterfaceSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface setters should be generated.
setIntervalTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the INTERVAL type support should be enabled.
setInvisibleColumnsAsHidden(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setInvisibleColumnsAsHidden(boolean) - Method in interface org.jooq.meta.Database
Whether invisible columns should be marked as DataType.hidden().
setInvisibleColumnsAsHidden(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether invisible columns should marked as DataType.hidden() in output produced by this database.
setJava(String) - Method in class org.jooq.meta.jaxb.Database
A self-contained, inline implementation of Database that will be compiled and class-loaded on the fly by the code generator.
setJava(String) - Method in class org.jooq.meta.jaxb.Generator
A self-contained, inline implementation of
invalid reference
org.jooq.codegen.Generator
that will be compiled and class-loaded on the fly by the code generator.
setJava(String) - Method in class org.jooq.meta.jaxb.Strategy
A self-contained, inline implementation of
invalid reference
org.jooq.codegen.GeneratorStrategy
that will be compiled and class-loaded on the fly by the code generator.
setJavaBeansGettersAndSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Modify DefaultGeneratorStrategy behaviour to generate getters and setters in JavaBeans style in records, POJOs, interfaces.
setJavadoc(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of Javadoc on all objects.
setJavaTimeTypes(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setJavaTimeTypes(boolean) - Method in interface org.jooq.meta.Database
Whether java.time types are used, as opposed to java.sql types.
setJavaTimeTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether Java 8's java.time types should be used by the source code generator, rather than JDBC's java.sql types.
setJdbc(Jdbc) - Method in class org.jooq.meta.jaxb.Configuration
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
setJooqVersionReference(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate references to the most up to date minor release in Constants to produce compilation errors if an outdated runtime library is being used.
setJpaAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Annotate POJOs and Records with JPA annotations.
setJpaVersion(String) - Method in class org.jooq.meta.jaxb.Generate
Version of JPA specification is to be used to generate version-specific annotations.
setJsonConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setJsonConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an
invalid reference
org.jooq.jackson.extensions.converters.JSONtoJacksonConverter
or a
invalid reference
org.jooq.jackson.extensions.converters.JSONtoJacksonConverter
.
setJsonTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the JSON type support should be enabled.
setKey(String) - Method in class org.jooq.meta.jaxb.Property
 
setKey(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
A regular expression matching all unique keys and unique indexes which should be treated as primary key.
setKeyIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated key literal in the Keys class.
setKeyIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersIndexType
This rule influences the naming of the generated key literal in the Indexes class.
setKeyIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
This rule influences the naming of the generated key literal in the Keys class.
setKeyIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
This rule influences the naming of the generated key literal in the Keys class.
setKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Key classes.
setKotlinDefaultedNullablePojoAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate defaulted nullable POJO attributes.
setKotlinDefaultedNullableRecordAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate defaulted nullable Record attributes.
setKotlinNotNullInterfaceAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on interface attributes, where column is not null.
setKotlinNotNullPojoAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on POJO attributes, where column is not null.
setKotlinNotNullRecordAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on Record attributes, where column is not null.
setKotlinSetterJvmNameAnnotationsOnIsPrefix(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Workaround for Kotlin generating setX() setters instead of setIsX() in byte code for mutable properties called isX.
setLambdaConverter(LambdaConverter) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setLambdaConverter(LambdaConverter) - Method in class org.jooq.meta.jaxb.ForcedType
A lambda converter implementation for the ForcedType.getUserType().
setLinks(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate database Link classes.
setLiterals(String) - Method in class org.jooq.meta.jaxb.EnumType
 
setLiterals(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
setLiteralsFromCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The list of literals is parsed from the applicable CHECK constraints for the matched column, if possible.
setLiteralsFromColumnContent(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The matched column's content defines the literals (this is convenience for SyntheticEnumType.literalSql being SELECT DISTINCT matched_column FROM matched_table).
setLiteralSql(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A SQL query producing the literals.
setLocale(String) - Method in class org.jooq.meta.jaxb.Target
The locale to be used with all locale specific operations.
setLogging(Logging) - Method in class org.jooq.meta.jaxb.Configuration
The logging configuration element specifies the code generation logging threshold.
setLogSlowQueriesAfterSeconds(int) - Method in class org.jooq.meta.AbstractDatabase
 
setLogSlowQueriesAfterSeconds(int) - Method in interface org.jooq.meta.Database
Log slow queries after this amount of seconds.
setLogSlowQueriesAfterSeconds(Integer) - Method in class org.jooq.meta.jaxb.Database
The number of seconds that are considered "slow" before a query is logged to indicate a bug, 0 for not logging.
setLogSlowResultsAfterSeconds(int) - Method in class org.jooq.meta.AbstractDatabase
 
setLogSlowResultsAfterSeconds(int) - Method in interface org.jooq.meta.Database
Log slow results after this amount of seconds.
setLogSlowResultsAfterSeconds(Integer) - Method in class org.jooq.meta.jaxb.Database
The number of seconds that are considered "slow" before a result set is logged to indicate a bug, 0 for not logging.
setMatchers(Matchers) - Method in class org.jooq.meta.jaxb.Strategy
The matcher strategy configuration used when applying an XML-based strategy.
setMaxMembersPerInitialiser(Integer) - Method in class org.jooq.meta.jaxb.Generate
The maximum number of members per initialiser, to prevent reaching the 64kb byte code per method limit in generated code.
setMessage(String) - Method in class org.jooq.meta.jaxb.CommentType
A comment that should be added to objects matched by this configuration.
setMethods(List<SyntheticDaoMethodType>) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
setName(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setName(String) - Method in class org.jooq.meta.jaxb.Database
The database dialect from jooq-meta.
setName(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining name of the embeddable type.
setName(String) - Method in class org.jooq.meta.jaxb.EmbeddableField
A name for the field in case the regex does not produce unique names for all matches.
setName(String) - Method in class org.jooq.meta.jaxb.EnumType
 
setName(String) - Method in class org.jooq.meta.jaxb.ForcedType
The name (in SQLDataType) to force any matches to
setName(String) - Method in class org.jooq.meta.jaxb.Generator
The class used to generate source code.
setName(String) - Method in class org.jooq.meta.jaxb.Strategy
The class used to provide a naming strategy for generated source code.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column name.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining name of the DAO method.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining name of the DAO.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The optional enum name.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
The optional foreign key name.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
The optional primary key name.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
The optional ROWID column name.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The synonym name.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
The optional unique key name.
setName(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining name of the view.
setNewline(String) - Method in class org.jooq.meta.jaxb.Generate
The newline characters to be used in generated code.
setNonnullAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether non-nullable items should be annotated with the annotation type specified in Generate.nonnullAnnotationType.
setNonnullAnnotationType(String) - Method in class org.jooq.meta.jaxb.Generate
Specify the qualified annotation name for all non-nullable items in generated code, defaulting to the JSR-305
invalid reference
javax.annotation.Nonnull
type.
setNullability(Nullability) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this forced type should apply to nullable / non-nullable / all columns
setNullable(Boolean) - Method in class org.jooq.meta.jaxb.LambdaConverter
setNullableAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether nullable items should be annotated with the annotation type specified in Generate.nullableAnnotationType.
setNullableAnnotationOnWriteOnlyNullableTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether write-only (e.g.
setNullableAnnotationType(String) - Method in class org.jooq.meta.jaxb.Generate
Specify the qualified annotation name for all nullable items in generated code, defaulting to the JSR-305
invalid reference
javax.annotation.Nullable
type.
setObjectType(ForcedTypeObjectType) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this forced type should apply to all object types, or only to specific ones
setOnError(OnError) - Method in class org.jooq.meta.AbstractDatabase
 
setOnError(OnError) - Method in interface org.jooq.meta.Database
The behaviour when errors are encountered.
setOnError(OnError) - Method in class org.jooq.meta.jaxb.Configuration
The action to be taken by the generator as the consequence of an encountered exception.
setOnUnused(OnError) - Method in class org.jooq.meta.jaxb.Configuration
The action to be taken by the generator as the consequence of unused objects being encountered.
setOracleUseDBAViews(Boolean) - Method in class org.jooq.meta.jaxb.Database
Specify whether to use the Oracle DBA_XYZ views instead of the ALL_XYZ views.
setOrderProvider(String) - Method in class org.jooq.meta.jaxb.Database
A custom Comparator that can compare two Definition objects to determine their order.
setOrderProvider(Comparator<Definition>) - Method in class org.jooq.meta.AbstractDatabase
 
setOrderProvider(Comparator<Definition>) - Method in interface org.jooq.meta.Database
The database's order provider.
setOutputCatalog(String) - Method in class org.jooq.meta.jaxb.CatalogMappingType
setOutputCatalog(String) - Method in class org.jooq.meta.jaxb.Database
The catalog that is used in generated source code.
setOutputCatalogToDefault(Boolean) - Method in class org.jooq.meta.jaxb.CatalogMappingType
setOutputCatalogToDefault(Boolean) - Method in class org.jooq.meta.jaxb.Database
A flag to indicate that the outputCatalog should be the "default" catalog, which generates catalog-less, unqualified tables, procedures, etc.
setOutputSchema(String) - Method in class org.jooq.meta.jaxb.Database
The schema that is used in generated source code.
setOutputSchema(String) - Method in class org.jooq.meta.jaxb.SchemaMappingType
setOutputSchemaToDefault(Boolean) - Method in class org.jooq.meta.jaxb.Database
A flag to indicate that the outputSchema should be the "default" schema, which generates schema-less, unqualified tables, procedures, etc.
setOutputSchemaToDefault(Boolean) - Method in class org.jooq.meta.jaxb.SchemaMappingType
setOverridePrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
All (UNIQUE) key names that should be used instead of primary keys on generated UpdatableRecord.
setOverridePrimaryKeys(String[]) - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
setOverridePrimaryKeys(String[]) - Method in interface org.jooq.meta.Database
Deprecated.
setPackageName(String) - Method in class org.jooq.meta.jaxb.Target
The destination package of your generated classes (within the destination directory)
setParentTable(TableDefinition) - Method in class org.jooq.meta.AbstractTableDefinition
 
setPassword(String) - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection password.
setPathClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table and Path object.
setPathClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT path object.
setPathExtends(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDT path object should extend.
setPathExtends(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated Table and Path object should extend.
setPathImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDT path object should implement.
setPathImplements(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated Table and Path object should implement.
setPathMethodName(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated to-one path join methods.
setPathMethodNameInverse(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated to-many path join methods.
setPathMethodNameManyToMany(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated many-to-many path join methods.
setPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated POJOs object.
setPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated POJOs object.
setPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated POJOs object.
setPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides a super class that a generated POJO should extend.
setPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated POJO should extend.
setPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated POJO should extend.
setPojoGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO getters should be generated.
setPojoGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO getters should be generated.
setPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated POJO should implement.
setPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated POJO should implement.
setPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated POJO should implement.
setPojoMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO members (properties) should be generated.
setPojoMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO members (properties) should be generated.
setPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs.
setPojosAsJavaRecordClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as records, when using the JavaGenerator.
setPojosAsKotlinDataClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as data classes, when using the KotlinGenerator.
setPojosAsScalaCaseClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as case classes, when using the ScalaGenerator or Scala3Generator.
setPojosEqualsAndHashCode(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate basic equals() and hashCode() methods in POJOs.
setPojosEqualsAndHashCodeColumnExcludeExpression(String) - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching columns for exclusion in generated equals() and hashCode() methods in POJOs.
setPojosEqualsAndHashCodeColumnIncludeExpression(String) - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching columns for inclusion in generated equals() and hashCode() methods in POJOs.
setPojosEqualsAndHashCodeIncludePrimaryKeyOnly(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Include primary key columns only in generated equals() and hashCode() methods in POJOs.
setPojoSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO setters should be generated.
setPojoSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO setters should be generated.
setPojosExcludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate POJOs.
setPojosIncludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate POJOs, by default, all of them.
setPojosToString(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate basic toString() methods in POJOs.
setPrimaryKeys(List<MatchersPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setPrimaryKeys(List<SyntheticPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setPrintMarginForBlockComment(Integer) - Method in class org.jooq.meta.jaxb.Generate
The print margin to apply to generated Javadoc and other block comments, for automatic line wrapping.
setPriority(Integer) - Method in class org.jooq.meta.jaxb.ForcedType
The priority among forced types in which to apply this one.
setProperties(List<Property>) - Method in class org.jooq.meta.jaxb.Database
 
setProperties(List<Property>) - Method in class org.jooq.meta.jaxb.Jdbc
 
setProperties(Properties) - Method in class org.jooq.meta.AbstractDatabase
 
setProperties(Properties) - Method in interface org.jooq.meta.Database
Database properties.
setQueues(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Queue classes.
setReadonlyColumns(List<SyntheticReadonlyColumnType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setReadonlyComputedColumns(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setReadonlyComputedColumns(boolean) - Method in interface org.jooq.meta.Database
Whether computed columns columns should expose DataType.readonly() behaviour.
setReadonlyComputedColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether computed columns should expose DataType.readonly() behaviour.
setReadonlyIdentities(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setReadonlyIdentities(boolean) - Method in interface org.jooq.meta.Database
Whether identity columns should expose DataType.readonly() behaviour.
setReadonlyIdentities(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether identity columns should expose DataType.readonly() behaviour.
setReadonlyNonUpdatableColumns(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setReadonlyNonUpdatableColumns(boolean) - Method in interface org.jooq.meta.Database
Whether columns that are known not to be updatable (e.g.
setReadonlyNonUpdatableColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether columns that are known not to be updatable (e.g.
setReadonlyRowids(List<SyntheticReadonlyRowidType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated EmbeddableRecord object.
setRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated TableRecord object.
setRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDTRecord object.
setRecordExtends(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides a super class that a generated EmbeddableRecord should extend.
setRecordExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated TableRecord should extend.
setRecordExtends(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDTRecord should extend.
setRecordGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record getters should be generated.
setRecordGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record getters should be generated.
setRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated EmbeddableRecord should implement.
setRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated TableRecord should implement.
setRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDTRecord should implement.
setRecordMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record members (properties) should be generated.
setRecordMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record members (properties) should be generated.
setRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes.
setRecordSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record setters should be generated.
setRecordSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record setters should be generated.
setRecordsExcludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate records.
setRecordsImplementingRecordN(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes that implement Record[N] super types
setRecordsIncludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate records, by default, all of them.
setRecordTimestampFields(String) - Method in class org.jooq.meta.jaxb.Database
All table and view columns that are used as "timestamp" fields for optimistic locking.
setRecordTimestampFields(String[]) - Method in class org.jooq.meta.AbstractDatabase
 
setRecordTimestampFields(String[]) - Method in interface org.jooq.meta.Database
Table columns matching these regular expressions will be considered as record timestamp fields in generated code.
setRecordTypeClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated record type that is implemented by hierarchical UDTRecord objects.
setRecordTypeGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type getters should be generated.
setRecordTypeImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated record type that is implemented by hierarchical UDTRecord should implement.
setRecordTypeMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type members (properties) should be generated.
setRecordTypeSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type setters should be generated.
setRecordVersionFields(String) - Method in class org.jooq.meta.jaxb.Database
All table and view columns that are used as "version" fields for optimistic locking.
setRecordVersionFields(String[]) - Method in class org.jooq.meta.AbstractDatabase
 
setRecordVersionFields(String[]) - Method in interface org.jooq.meta.Database
Table columns matching these regular expressions will be considered as record version fields in generated code.
setReferencedFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
setReferencedKey(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching a key that is referenced by this synthetic foreign key.
setReferencedTable(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching a table that is referenced by this synthetic foreign key.
setReferencingComment(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The referencing comment on the embeddable type, defaulting to the defining comment.
setReferencingName(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The referencing name of the embeddable type, defaulting to the defining name.
setRegexFlags(List<RegexFlag>) - Method in class org.jooq.meta.AbstractDatabase
 
setRegexFlags(List<RegexFlag>) - Method in interface org.jooq.meta.Database
The regular expression flags that should be applied when using regular expressions.
setRegexFlags(List<RegexFlag>) - Method in class org.jooq.meta.Patterns
 
setRegexMatchesPartialQualification(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setRegexMatchesPartialQualification(boolean) - Method in interface org.jooq.meta.Database
Whether the regular expressions matching database objects should match partially qualified names as well as fully qualified and unqualified names.
setRegexMatchesPartialQualification(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether regular expressions that match qualified object names also match partial qualifications (e.g.
setRelations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Primary key / foreign key relations should be generated and used.
setRenameMethodOverrides(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides (see https://github.com/jOOQ/jOOQ/issues/13937) for
invalid reference
org.jooq.Table#rename(org.jooq.Name)
and related overloads.
setReplacesFields(Boolean) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.
setReturnType(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The return type of the DAO method, defaulting to void.
setRoutineClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This rule influences the naming of the generated Routine object.
setRoutineExtends(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This string provides a super class that a generated Routine should extend.
setRoutineImplements(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This string provides additional interfaces that a generated Routine should implement.
setRoutineMethod(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This rule influences the naming of generated convenience methods used to call the Routine.
setRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Routine classes.
setRoutines(List<MatchersRoutineType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setSchema(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining schema of the embeddable type, or the schema of the first matched table if left empty.
setSchema(String) - Method in class org.jooq.meta.jaxb.Jdbc
Deprecated.
Use database schema configuration elements instead.
setSchema(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining schema of the DAO.
setSchema(String) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The defining schema of the synonym.
setSchema(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining schema of the view.
setSchemaClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This rule influences the naming of the generated Schema object.
setSchemaExtends(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This string provides a super class that a generated Schema should extend.
setSchemaIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This rule influences the naming of the generated Schema identifier.
setSchemaImplements(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This string provides additional interfaces that a generated Schema should implement.
setSchemas(List<MatchersSchemaType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
setSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.Database
 
setSchemaVersionProvider(String) - Method in class org.jooq.meta.jaxb.Database
A custom version number that, if available, will be used to assess whether the Database.getInputSchema() will need to be regenerated.
setSchemaVersionProvider(SchemaVersionProvider) - Method in class org.jooq.meta.AbstractDatabase
 
setSchemaVersionProvider(SchemaVersionProvider) - Method in interface org.jooq.meta.Database
The database's schema version provider.
setSecurityProvider(String) - Method in class org.jooq.meta.jaxb.Jdbc
A Provider that should be loaded using Security prior to connecting to the JDBC driver.
setSequenceFlags(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Sequence flags should be generated and used.
setSequenceIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
This rule influences the naming of the generated Sequence identifier.
setSequences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Sequence classes.
setSequences(List<MatchersSequenceType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setSerializableInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate serializable interfaces.
setSerializablePojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate serializable POJOs.
setSources(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all source code on all object types.
setSourcesOnViews(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all source code on all views.
setSpatialTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the spatial type support should be enabled.
setSpringAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Annotate DAOs with useful spring annotations such as @Repository or @Autowired.
setSpringDao(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate an AbstractSpringDAOImpl as a base class for other DAO classes, containing @Transactional annotations, etc.
setSql(String) - Method in class org.jooq.meta.jaxb.ForcedType
A SQL statement that produces a table with one column containing the matched qualified or unqualified column names.
setSql(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining SQL query.
setSql(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining SQL query.
setSqlMatchesPartialQualification(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setSqlMatchesPartialQualification(boolean) - Method in interface org.jooq.meta.Database
Whether the SQL statements matching database objects should match partially qualified names as well as fully qualified and unqualified names.
setSqlMatchesPartialQualification(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether SQL queries that match qualified object names also match partial qualifications (e.g.
setStrategy(Strategy) - Method in class org.jooq.meta.jaxb.Generator
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
setSupportsUnsignedTypes(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setSupportsUnsignedTypes(boolean) - Method in interface org.jooq.meta.Database
Whether this database supports unsigned types.
setSynonyms(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Synonym classes.
setSynonyms(List<SyntheticSynonymType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setSyntheticIdentities(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all columns that represent identities.
setSyntheticIdentities(String[]) - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
setSyntheticIdentities(String[]) - Method in interface org.jooq.meta.Database
Deprecated.
setSyntheticObjects(SyntheticObjectsType) - Method in class org.jooq.meta.jaxb.Database
The synthetic objects configuration.
setSyntheticPrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all columns that participate in "synthetic" primary keys, which should be placed on generated UpdatableRecord
setSyntheticPrimaryKeys(String[]) - Method in class org.jooq.meta.AbstractDatabase
Deprecated.
setSyntheticPrimaryKeys(String[]) - Method in interface org.jooq.meta.Database
Deprecated.
setTable(String) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
A regular expression matching a table to which to apply this synthetic synonym.
setTableClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table object.
setTableExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated Table should extend.
setTableIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table identifier.
setTableImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated Table should implement.
setTables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Table classes.
setTables(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
A regular expression matching the tables to which to apply the embeddable definition.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
A regular expression matching all tables on which to apply this synthetic readonly column.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
A regular expression matching all tables on which to apply this synthetic default.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A regular expression matching all tables on which to apply this synthetic enum type.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching all tables on which to apply this synthetic foreign key.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
A regular expression matching all tables on which to apply this synthetic identity.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
A regular expression matching all tables on which to apply this synthetic primary key.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
A regular expression matching all tables on which to apply this synthetic readonly column.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
A regular expression matching all tables on which to apply this synthetic ROWID.
setTables(String) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
A regular expression matching all tables on which to apply this synthetic unique key.
setTables(List<MatchersTableType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setTableValuedFunctions(boolean) - Method in class org.jooq.meta.AbstractDatabase
 
setTableValuedFunctions(boolean) - Method in interface org.jooq.meta.Database
[#4838] Whether table-valued functions should be reported as tables.
setTableValuedFunctions(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether table valued functions should be reported as tables.
setTarget(Target) - Method in class org.jooq.meta.jaxb.Generator
Options to define where the generated code should be located.
setTextBlocks(GeneratedTextBlocks) - Method in class org.jooq.meta.jaxb.Generate
Whether to generate String in text block format.
setTo(String) - Method in class org.jooq.meta.jaxb.LambdaConverter
The implementation of Converter.to(Object).
setTransform(MatcherTransformType) - Method in class org.jooq.meta.jaxb.MatcherRule
A pre-defined transformation type that transforms this rule's output into a specific format.
setTriggers(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Trigger classes.
setType(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setType(String) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column type.
setTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
setUdtClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT object.
setUdtExtends(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDT should extend.
setUdtIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT identifier.
setUdtImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDT should implement.
setUdtPaths(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate UDT path expressions on tables and on UDTs.
setUdts(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate UDT classes.
setUdts(List<MatchersUDTType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setUniqueKeys(List<MatchersUniqueKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
setUniqueKeys(List<SyntheticUniqueKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setUnsignedTypes(Boolean) - Method in class org.jooq.meta.jaxb.Database
Generate jOOU data types for your unsigned data types, which are not natively supported in Java
setUrl(String) - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection URL.
setUrlProperty(String) - Method in class org.jooq.meta.jaxb.Jdbc
The system property name that describes the JDBC connection URL.
setUser(String) - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection user.
setUsername(String) - Method in class org.jooq.meta.jaxb.Jdbc
Just a synonym for "user" to be compatible with other Maven plugins.
setUserType(String) - Method in class org.jooq.meta.jaxb.ForcedType
The type of the user type - e.g.
setValidationAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Annotate POJOs and Records with JSR-303 validation annotations
setValue(String) - Method in class org.jooq.meta.jaxb.Property
 
setVarargSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate varargs setters for array types for convenience.
setViews(List<SyntheticViewType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
setVisibilityModifier(VisibilityModifier) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setVisibilityModifier(VisibilityModifier) - Method in class org.jooq.meta.jaxb.ForcedType
The visibility modifier to be used in generated code for the column that is matched by this forced type, if applicable.
setVisibilityModifier(VisibilityModifier) - Method in class org.jooq.meta.jaxb.Generate
The visibility modifier to be used with generated code.
setWhereMethodOverrides(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides for Table.where(org.jooq.Condition) and related overloads.
setXmlConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
setXmlConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an XMLtoJAXBConverter.
setXmlTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the XML type support should be enabled.
SILENT - Enum constant in enum class org.jooq.meta.jaxb.OnError
Suppress all errors.
sort(List<D>) - Method in interface org.jooq.meta.Database
Sort a list of definitions according to the Database.getOrderProvider() defined in this database.
sort(List<T>) - Method in class org.jooq.meta.AbstractDatabase
 
sources - Variable in class org.jooq.meta.jaxb.Generate
 
sources(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
 
sources(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
sources(List<String>) - Method in class org.jooq.meta.h2.H2Database
 
sources(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
sources(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
sources(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
sources(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
A query that produces source code for a set of input schemas.
sources(List<String>) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
sourcesOnViews - Variable in class org.jooq.meta.jaxb.Generate
 
spatialTypes - Variable in class org.jooq.meta.jaxb.Generate
 
springAnnotations - Variable in class org.jooq.meta.jaxb.Generate
 
springDao - Variable in class org.jooq.meta.jaxb.Generate
 
sql - Variable in class org.jooq.meta.jaxb.ForcedType
 
sql - Variable in class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
sql - Variable in class org.jooq.meta.jaxb.SyntheticViewType
 
SQLiteDatabase - Class in org.jooq.meta.sqlite
SQLite implementation of AbstractDatabase
SQLiteDatabase() - Constructor for class org.jooq.meta.sqlite.SQLiteDatabase
 
SQLiteTableDefinition - Class in org.jooq.meta.sqlite
SQLite table definition
SQLiteTableDefinition(SchemaDefinition, String, String) - Constructor for class org.jooq.meta.sqlite.SQLiteTableDefinition
 
SQLiteTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.sqlite.SQLiteTableDefinition
 
sqlMatchesPartialQualification - Variable in class org.jooq.meta.jaxb.Database
 
strategy - Variable in class org.jooq.meta.jaxb.Generator
 
Strategy - Class in org.jooq.meta.jaxb
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
Strategy() - Constructor for class org.jooq.meta.jaxb.Strategy
 
supportsUnsignedTypes() - Method in class org.jooq.meta.AbstractDatabase
 
supportsUnsignedTypes() - Method in interface org.jooq.meta.Database
Whether this database supports unsigned types.
synonyms - Variable in class org.jooq.meta.jaxb.Generate
 
synonyms - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
SyntheticColumnType - Class in org.jooq.meta.jaxb
Java class for SyntheticColumnType complex type.
SyntheticColumnType() - Constructor for class org.jooq.meta.jaxb.SyntheticColumnType
 
SyntheticDaoDefinition - Interface in org.jooq.meta
A definition wrapping a SyntheticDaoType.
SyntheticDaoMethodType - Class in org.jooq.meta.jaxb
Java class for SyntheticDaoMethodType complex type.
SyntheticDaoMethodType() - Constructor for class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
SyntheticDaoType - Class in org.jooq.meta.jaxb
Java class for SyntheticDaoType complex type.
SyntheticDaoType() - Constructor for class org.jooq.meta.jaxb.SyntheticDaoType
 
SyntheticDefaultType - Class in org.jooq.meta.jaxb
Java class for SyntheticDefaultType complex type.
SyntheticDefaultType() - Constructor for class org.jooq.meta.jaxb.SyntheticDefaultType
 
SyntheticEnumType - Class in org.jooq.meta.jaxb
Java class for SyntheticEnumType complex type.
SyntheticEnumType() - Constructor for class org.jooq.meta.jaxb.SyntheticEnumType
 
SyntheticForeignKeyType - Class in org.jooq.meta.jaxb
Java class for SyntheticForeignKeyType complex type.
SyntheticForeignKeyType() - Constructor for class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
syntheticIdentities - Variable in class org.jooq.meta.jaxb.Database
 
SyntheticIdentityType - Class in org.jooq.meta.jaxb
Java class for SyntheticIdentityType complex type.
SyntheticIdentityType() - Constructor for class org.jooq.meta.jaxb.SyntheticIdentityType
 
syntheticObjects - Variable in class org.jooq.meta.jaxb.Database
 
SyntheticObjectsType - Class in org.jooq.meta.jaxb
Synthetic objects configuration.
SyntheticObjectsType() - Constructor for class org.jooq.meta.jaxb.SyntheticObjectsType
 
syntheticPrimaryKeys - Variable in class org.jooq.meta.jaxb.Database
 
SyntheticPrimaryKeyType - Class in org.jooq.meta.jaxb
Java class for SyntheticPrimaryKeyType complex type.
SyntheticPrimaryKeyType() - Constructor for class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
SyntheticReadonlyColumnType - Class in org.jooq.meta.jaxb
Java class for SyntheticReadonlyColumnType complex type.
SyntheticReadonlyColumnType() - Constructor for class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
SyntheticReadonlyRowidType - Class in org.jooq.meta.jaxb
Java class for SyntheticReadonlyRowidType complex type.
SyntheticReadonlyRowidType() - Constructor for class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
SyntheticSynonymType - Class in org.jooq.meta.jaxb
Java class for SyntheticSynonymType complex type.
SyntheticSynonymType() - Constructor for class org.jooq.meta.jaxb.SyntheticSynonymType
 
SyntheticUniqueKeyType - Class in org.jooq.meta.jaxb
Java class for SyntheticUniqueKeyType complex type.
SyntheticUniqueKeyType() - Constructor for class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
SyntheticViewType - Class in org.jooq.meta.jaxb
Java class for SyntheticViewType complex type.
SyntheticViewType() - Constructor for class org.jooq.meta.jaxb.SyntheticViewType
 

T

table - Variable in class org.jooq.meta.jaxb.SyntheticSynonymType
 
tableClass - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
TableDefinition - Interface in org.jooq.meta
The definition of a table or view.
TableElementDefinition - Interface in org.jooq.meta
The definition of an object that is contained in a table.
tableExtends - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
tableIdentifier - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
tableImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
tables - Variable in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
tables - Variable in class org.jooq.meta.jaxb.Generate
 
tables - Variable in class org.jooq.meta.jaxb.Matchers
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticColumnType
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticDefaultType
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticEnumType
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticIdentityType
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
tables - Variable in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
tableValuedFunctions - Variable in class org.jooq.meta.jaxb.Database
 
tableValuedFunctions() - Method in class org.jooq.meta.AbstractDatabase
 
tableValuedFunctions() - Method in interface org.jooq.meta.Database
[#4838] Whether table-valued functions should be reported as tables.
target - Variable in class org.jooq.meta.jaxb.Generator
 
Target - Class in org.jooq.meta.jaxb
Options to define where the generated code should be located.
Target() - Constructor for class org.jooq.meta.jaxb.Target
 
textBlocks - Variable in class org.jooq.meta.jaxb.Generate
 
to - Variable in class org.jooq.meta.jaxb.LambdaConverter
 
toString() - Method in class org.jooq.meta.AbstractDefinition
 
toString() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
toString() - Method in class org.jooq.meta.DefaultEmbeddableColumnDefinition
 
toString() - Method in class org.jooq.meta.DefaultEmbeddableDefinition
 
toString() - Method in class org.jooq.meta.DefaultManyToManyKeyDefinition
 
toString() - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
toString() - Method in class org.jooq.meta.jaxb.CommentType
 
toString() - Method in class org.jooq.meta.jaxb.Configuration
 
toString() - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
toString() - Method in class org.jooq.meta.jaxb.Database
 
toString() - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
toString() - Method in class org.jooq.meta.jaxb.EmbeddableField
 
toString() - Method in class org.jooq.meta.jaxb.EnumType
 
toString() - Method in class org.jooq.meta.jaxb.ForcedType
 
toString() - Method in class org.jooq.meta.jaxb.Generate
 
toString() - Method in class org.jooq.meta.jaxb.Generator
 
toString() - Method in class org.jooq.meta.jaxb.Jdbc
 
toString() - Method in class org.jooq.meta.jaxb.LambdaConverter
 
toString() - Method in class org.jooq.meta.jaxb.MatcherRule
 
toString() - Method in class org.jooq.meta.jaxb.Matchers
 
toString() - Method in class org.jooq.meta.jaxb.MatchersAttributeType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersCatalogType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersEnumType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersFieldType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersIndexType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersRoutineType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersSchemaType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersSequenceType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersTableType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersUDTType
 
toString() - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
 
toString() - Method in class org.jooq.meta.jaxb.Property
 
toString() - Method in class org.jooq.meta.jaxb.SchemaMappingType
 
toString() - Method in class org.jooq.meta.jaxb.Strategy
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticColumnType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
toString() - Method in class org.jooq.meta.jaxb.SyntheticViewType
 
toString() - Method in class org.jooq.meta.jaxb.Target
 
trace(Object) - Method in class org.jooq.meta.BufferedLog
 
trace(Object, Object) - Method in class org.jooq.meta.BufferedLog
 
trace(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
trace(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
TRACE - Enum constant in enum class org.jooq.meta.jaxb.Logging
The TRACE log level.
transform - Variable in class org.jooq.meta.jaxb.MatcherRule
 
triggers - Variable in class org.jooq.meta.jaxb.Generate
 
type - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
type - Variable in class org.jooq.meta.jaxb.SyntheticColumnType
 
TYPE_PATTERN - Static variable in class org.jooq.meta.AbstractRoutineDefinition
 
TypedElementDefinition<T> - Interface in org.jooq.meta
An element that has a data type.
types - Variable in class org.jooq.meta.jaxb.ForcedType
 

U

udtClass - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
UDTDefinition - Interface in org.jooq.meta
A definition for a UDT
udtExtends - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
udtIdentifier - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
udtImplements - Variable in class org.jooq.meta.jaxb.MatchersUDTType
 
udtPaths - Variable in class org.jooq.meta.jaxb.Generate
 
udts - Variable in class org.jooq.meta.jaxb.Generate
 
udts - Variable in class org.jooq.meta.jaxb.Matchers
 
UNICODE_CASE - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.UNICODE_CASE flag to regular expressions from the code generation configuration.
UNICODE_CHARACTER_CLASS - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.UNICODE_CHARACTER_CLASS flag to regular expressions from the code generation configuration.
UniqueKeyDefinition - Interface in org.jooq.meta
An object holding information about an inverse foreign key relationship.
uniqueKeys - Variable in class org.jooq.meta.jaxb.Matchers
 
uniqueKeys - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
uniqueKeys(List<String>) - Method in class org.jooq.meta.derby.DerbyDatabase
 
uniqueKeys(List<String>) - Method in class org.jooq.meta.firebird.FirebirdDatabase
 
uniqueKeys(List<String>) - Method in class org.jooq.meta.h2.H2Database
 
uniqueKeys(List<String>) - Method in class org.jooq.meta.hsqldb.HSQLDBDatabase
 
uniqueKeys(List<String>) - Method in class org.jooq.meta.mysql.MySQLDatabase
 
uniqueKeys(List<String>) - Method in class org.jooq.meta.postgres.PostgresDatabase
 
uniqueKeys(List<String>) - Method in interface org.jooq.meta.ResultQueryDatabase
A query that produces (non-primary) unique keys for a set of input schemas.
uniqueKeys(List<String>) - Method in class org.jooq.meta.sqlite.SQLiteDatabase
 
UNIX_LINES - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
Apply the Pattern.UNIX_LINES flag to regular expressions from the code generation configuration.
unsignedTypes - Variable in class org.jooq.meta.jaxb.Database
 
UPPER - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
A MatcherRule should transform identifiers to UPPER case.
UPPER_FIRST_LETTER - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
A MatcherRule should transform the first letters of identifiers to UPPER case.
url - Variable in class org.jooq.meta.jaxb.Jdbc
 
urlProperty - Variable in class org.jooq.meta.jaxb.Jdbc
 
user - Variable in class org.jooq.meta.jaxb.Jdbc
 
username - Variable in class org.jooq.meta.jaxb.Jdbc
 
userType - Variable in class org.jooq.meta.jaxb.ForcedType
 

V

validationAnnotations - Variable in class org.jooq.meta.jaxb.Generate
 
value - Variable in class org.jooq.meta.jaxb.Property
 
value() - Method in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
 
value() - Method in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
 
value() - Method in enum class org.jooq.meta.jaxb.GeneratedSerialVersionUID
 
value() - Method in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
 
value() - Method in enum class org.jooq.meta.jaxb.Logging
 
value() - Method in enum class org.jooq.meta.jaxb.MatcherTransformType
 
value() - Method in enum class org.jooq.meta.jaxb.Nullability
 
value() - Method in enum class org.jooq.meta.jaxb.OnError
 
value() - Method in enum class org.jooq.meta.jaxb.RegexFlag
 
value() - Method in enum class org.jooq.meta.jaxb.VisibilityModifier
 
valueOf(String) - Static method in enum class org.jooq.meta.InOutDefinition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.GeneratedSerialVersionUID
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.Logging
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.MatcherTransformType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.Nullability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.OnError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.RegexFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jooq.meta.jaxb.VisibilityModifier
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.jooq.meta.InOutDefinition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.GeneratedSerialVersionUID
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.Logging
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.MatcherTransformType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.Nullability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.OnError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.RegexFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jooq.meta.jaxb.VisibilityModifier
Returns an array containing the constants of this enum class, in the order they are declared.
varargSetters - Variable in class org.jooq.meta.jaxb.Generate
 
version(CatalogDefinition) - Method in interface org.jooq.meta.CatalogVersionProvider
Get a custom schema version.
version(SchemaDefinition) - Method in interface org.jooq.meta.SchemaVersionProvider
Get a custom schema version.
VERSION - Static variable in class org.jooq.meta.Constants
The latest jOOQ version.
VERSION_3_15 - Static variable in class org.jooq.meta.Constants
The minor release 3.15.
VERSION_3_16 - Static variable in class org.jooq.meta.Constants
The minor release 3.16.
VERSION_3_17 - Static variable in class org.jooq.meta.Constants
The minor release 3.17.
VERSION_3_18 - Static variable in class org.jooq.meta.Constants
The minor release 3.18.
VERSION_3_19 - Static variable in class org.jooq.meta.Constants
The minor release 3.19.
VERSION_3_20 - Static variable in class org.jooq.meta.Constants
The minor release 3.20.
views - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
visibilityModifier - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
visibilityModifier - Variable in class org.jooq.meta.jaxb.ForcedType
 
visibilityModifier - Variable in class org.jooq.meta.jaxb.Generate
 
VisibilityModifier - Enum Class in org.jooq.meta.jaxb
Java class for VisibilityModifier.

W

warn(Object) - Method in class org.jooq.meta.BufferedLog
 
warn(Object, Object) - Method in class org.jooq.meta.BufferedLog
 
warn(Object, Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
warn(Object, Throwable) - Method in class org.jooq.meta.BufferedLog
 
WARN - Enum constant in enum class org.jooq.meta.jaxb.Logging
The WARN log level.
whereMethodOverrides - Variable in class org.jooq.meta.jaxb.Generate
 
withAsMethodOverrides(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides for Table.as(org.jooq.Name) and related overloads.
withAttributeGetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated getters (e.g.
withAttributeIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of the generated UDTField identifier.
withAttributeMember(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated members (e.g.
withAttributes(Collection<MatchersAttributeType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withAttributes(List<MatchersAttributeType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withAttributes(MatchersAttributeType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withAttributeSetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This rule influences the naming of generated setters (e.g.
withAuditInsertTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withAuditInsertTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.INSERT timestamp.
withAuditInsertUser(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withAuditInsertUser(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.INSERT timestamp.
withAuditUpdateTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withAuditUpdateTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.UPDATE timestamp.
withAuditUpdateUser(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withAuditUpdateUser(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this column acts as an audit GeneratorStatementType.UPDATE timestamp.
withAutoCommit(Boolean) - Method in class org.jooq.meta.jaxb.Jdbc
The value of the JDBC autocommit flag.
withAutoConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withAutoConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an AutoConverter.
withBasedir(String) - Method in class org.jooq.meta.jaxb.Configuration
The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.
withBinding(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withBinding(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Binding implementation for the custom type.
withCatalog(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.
withCatalog(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining catalog of the DAO.
withCatalog(String) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The defining catalog of the synonym.
withCatalog(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining catalog of the view.
withCatalogClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This rule influences the naming of the generated Catalog object.
withCatalogExtends(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This string provides a super class that a generated Catalog should extend.
withCatalogIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This rule influences the naming of the generated Catalog identifier.
withCatalogImplements(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This string provides additional interfaces that a generated Catalog should implement.
withCatalogs(Collection<CatalogMappingType>) - Method in class org.jooq.meta.jaxb.Database
 
withCatalogs(Collection<MatchersCatalogType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withCatalogs(List<CatalogMappingType>) - Method in class org.jooq.meta.jaxb.Database
 
withCatalogs(List<MatchersCatalogType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withCatalogs(CatalogMappingType...) - Method in class org.jooq.meta.jaxb.Database
 
withCatalogs(MatchersCatalogType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withCatalogVersionProvider(String) - Method in class org.jooq.meta.jaxb.Database
A custom version number that, if available, will be used to assess whether the Database.getInputCatalog() from a given catalog will need to be regenerated.
withClean(Boolean) - Method in class org.jooq.meta.jaxb.Target
Whether the target package should be cleaned to contain only generated code after a generation run.
withColumns(Collection<SyntheticColumnType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withColumns(List<SyntheticColumnType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withColumns(SyntheticColumnType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withComment(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining comment on the embeddable type.
withComment(String) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column comment.
withComment(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining comment on the DAO method.
withComment(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining comment on the DAO.
withComment(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The enum comment.
withComment(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining comment on the view.
withComments(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all objects.
withComments(Collection<CommentType>) - Method in class org.jooq.meta.jaxb.Database
 
withComments(List<CommentType>) - Method in class org.jooq.meta.jaxb.Database
 
withComments(CommentType...) - Method in class org.jooq.meta.jaxb.Database
 
withCommentsOnAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all attributes.
withCommentsOnCatalogs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all catalogs.
withCommentsOnColumns(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all columns.
withCommentsOnDomains(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all domains.
withCommentsOnEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all embeddables.
withCommentsOnKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all keys.
withCommentsOnLinks(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all links.
withCommentsOnPackages(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all packages.
withCommentsOnParameters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all parameters.
withCommentsOnQueues(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all queues.
withCommentsOnRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all routines.
withCommentsOnSchemas(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all schemas.
withCommentsOnSequences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all sequences.
withCommentsOnTables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all tables.
withCommentsOnUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all SQL comments as Javadoc on all UDTs.
withConstructorPropertiesAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated POJOs and/or records.
withConstructorPropertiesAnnotationOnPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated POJOs (defaults to true if Generate.constructorPropertiesAnnotation is active).
withConstructorPropertiesAnnotationOnRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate the ConstructorProperties annotation on generated records (defaults to true if Generate.constructorPropertiesAnnotation is active).
withConverter(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withConverter(String) - Method in class org.jooq.meta.jaxb.ForcedType
A converter implementation for the ForcedType.getUserType().
withCustomTypes(Collection<CustomType>) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
withCustomTypes(List<CustomType>) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
withCustomTypes(CustomType...) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
withDaoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated DAO object.
withDaoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated DAO should extend.
withDaoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated DAO should implement.
withDaoMember(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated members and member suffixes in DAO methods corresponding to this Field
withDaos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate DAOs.
withDaos(Collection<SyntheticDaoType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withDaos(List<SyntheticDaoType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withDaos(SyntheticDaoType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withDaosExcludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate DAOs.
withDaosIncludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate DAOs, by default, all of them.
withDatabase(Database) - Method in class org.jooq.meta.jaxb.Generator
Configuration of the database meta data source.
withDateAsTimestamp(Boolean) - Method in class org.jooq.meta.jaxb.Database
Generate Timestamp fields for DATE columns.
withDecfloatTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the DECFLOAT type support should be enabled.
withDefaultCatalog(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of a DefaultCatalog object, which is generated by default in the absence of catalogs.
withDefaults(Collection<SyntheticDefaultType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withDefaults(List<SyntheticDefaultType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withDefaults(SyntheticDefaultType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withDefaultSchema(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of a DefaultSchema object, which is generated by default in the absence of schemas.
withDeprecated(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
Whether the comment is a deprecation notice.
withDeprecated(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate deprecated code for backwards compatibility
withDeprecationOnUnknownTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate deprecation annotations on references to unknown data types.
withDirectory(String) - Method in class org.jooq.meta.jaxb.Target
The destination directory of your generated classes
withDriver(String) - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC driver class.
withEmbeddableDomains(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all domain type declarations for which wrapper types should be generated.
withEmbeddablePrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all primary key declarations for which wrapper types should be generated, and for their referencing foreign keys.
withEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate embeddable classes.
withEmbeddables(Collection<EmbeddableDefinitionType>) - Method in class org.jooq.meta.jaxb.Database
 
withEmbeddables(Collection<MatchersEmbeddableType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withEmbeddables(List<EmbeddableDefinitionType>) - Method in class org.jooq.meta.jaxb.Database
 
withEmbeddables(List<MatchersEmbeddableType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withEmbeddables(EmbeddableDefinitionType...) - Method in class org.jooq.meta.jaxb.Database
 
withEmbeddables(MatchersEmbeddableType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withEmbeddableUniqueKeys(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all unique key declarations for which wrapper types should be generated, and for their referencing foreign keys.
withEmptyCatalogs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether empty catalogs (e.g.
withEmptySchemas(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether empty schemas (e.g.
withEncoding(String) - Method in class org.jooq.meta.jaxb.Target
The file encoding to be used with all output files.
withEnumClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEnumType
This rule influences the naming of the generated EnumType object.
withEnumConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withEnumConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an EnumConverter.
withEnumImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEnumType
This string provides additional interfaces that a generated EnumType should implement.
withEnumLiteral(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEnumType
This rule influences the naming of the generated EnumType literal values.
withEnums(Collection<MatchersEnumType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withEnums(Collection<SyntheticEnumType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withEnums(List<MatchersEnumType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withEnums(List<SyntheticEnumType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withEnums(MatchersEnumType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withEnums(SyntheticEnumType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withEnumsAsScalaEnums(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate enums as Scala 3.0 enums (if Scala 3 is supported).
withEnumsAsScalaSealedTraits(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Deprecated.
Activate the legacy Scala sealed trait enum emulation
withEnumTypes(Collection<EnumType>) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
withEnumTypes(List<EnumType>) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
withEnumTypes(EnumType...) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
withExcludeExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching columns, parameters, attributes, etc.
withExcludes(String) - Method in class org.jooq.meta.jaxb.Database
All elements that are excluded from your schema.
withExcludeSql(String) - Method in class org.jooq.meta.jaxb.Database
All elements that are excluded from your schema.
withExcludeTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching data types which must not have this type.
withExpression(String) - Method in class org.jooq.meta.jaxb.CommentType
A regular expression matching all objects that should be commented.
withExpression(String) - Method in class org.jooq.meta.jaxb.EmbeddableField
A regex matching all column names that are part of the embeddable type.
withExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
withExpression(String) - Method in class org.jooq.meta.jaxb.MatcherRule
A replacement expression that transforms the matched expression in a new value.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
This field matcher applies to all unqualified or qualified UDT attribute names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersCatalogType
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This table matcher applies to all unqualified or qualified embeddable names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersEnumType
This enum matcher applies to all unqualified or qualified enum names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This field matcher applies to all unqualified or qualified field names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This table matcher applies to all unqualified or qualified foreign key names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersIndexType
This table matcher applies to all unqualified or qualified index names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
This table matcher applies to all unqualified or qualified primary key names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This schema matcher applies to all unqualified or qualified schema names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This table matcher applies to all unqualified or qualified table names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This table matcher applies to all unqualified or qualified UDT names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
This table matcher applies to all unqualified or qualified unique key names matched by this expression.
withExpression(String) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
The default expression to apply to the field.
withExpressions(String) - Method in class org.jooq.meta.jaxb.ForcedType
withFieldGetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated getters (e.g.
withFieldIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of the generated Field identifier.
withFieldMember(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated members (e.g.
withFields(String) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
A regular expression matching all fields on which to apply this synthetic default.
withFields(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A regular expression matching all fields on which to apply this synthetic enum type.
withFields(String) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
A regular expression matching all fields on which to apply this synthetic identity.
withFields(String) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
A regular expression matching all fields on which to apply this synthetic readonly column.
withFields(String...) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
withFields(String...) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
withFields(String...) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
withFields(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
withFields(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
withFields(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
withFields(Collection<EmbeddableField>) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
withFields(Collection<MatchersFieldType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
withFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
withFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
withFields(List<EmbeddableField>) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
withFields(List<MatchersFieldType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withFields(EmbeddableField...) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
 
withFields(MatchersFieldType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withFieldSetter(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersFieldType
This rule influences the naming of generated setters (e.g.
withFluentSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate fluent setters in records, POJOs, interfaces.
withForcedTypes(Collection<ForcedType>) - Method in class org.jooq.meta.jaxb.Database
 
withForcedTypes(List<ForcedType>) - Method in class org.jooq.meta.jaxb.Database
 
withForcedTypes(ForcedType...) - Method in class org.jooq.meta.jaxb.Database
 
withForcedTypesForBuiltinDataTypeExtensions(Boolean) - Method in class org.jooq.meta.jaxb.Database
Enable some default forced type configurations for built in data type extensions, such as the ones from the jooq-postgres-extensions module.
withForcedTypesForXMLSchemaCollections(Boolean) - Method in class org.jooq.meta.jaxb.Database
Enable some default forced type configurations for XML schema collections, mapping them to JAXB annotated types using the XMLtoJAXBConverter
withForceIntegerTypesOnZeroScaleDecimals(Boolean) - Method in class org.jooq.meta.jaxb.Database
Historically, zero-scale decimal types are generated as their most appropriate, corresponding integer type (e.g.
withForeignKeys(Collection<MatchersForeignKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withForeignKeys(Collection<SyntheticForeignKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withForeignKeys(List<MatchersForeignKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withForeignKeys(List<SyntheticForeignKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withForeignKeys(MatchersForeignKeyType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withForeignKeys(SyntheticForeignKeyType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withFrom(String) - Method in class org.jooq.meta.jaxb.LambdaConverter
The implementation of Converter.from(Object).
withFullyQualifiedTypes(String) - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching all the types in generated code that should be fully qualified.
withGenerate(Generate) - Method in class org.jooq.meta.jaxb.Generator
Options strictly related to generated code.
withGeneratedAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Use the Generated annotation specified by Generate.getGeneratedAnnotationType() in generated code.
withGeneratedAnnotationDate(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation specified by Generate.getGeneratedAnnotationType() should include the date attribute.
withGeneratedAnnotationJooqVersion(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation specified by Generate.getGeneratedAnnotationType() should include the jOOQ version.
withGeneratedAnnotationType(GeneratedAnnotationType) - Method in class org.jooq.meta.jaxb.Generate
Specify the type of Generated annotation to use in generated code.
withGeneratedSerialVersionUID(GeneratedSerialVersionUID) - Method in class org.jooq.meta.jaxb.Generate
The serial version UID to be generated in all files.
withGenerator(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withGenerator(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Generator implementation used for client-side computed columns.
withGenerator(Generator) - Method in class org.jooq.meta.jaxb.Configuration
The GENERATOR configuration element contains information about source code generation itself.
withGenericBinding(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withGenericBinding(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the binding is generic, receiving <T, U> type variables as well as Class<T> and Class<U> constructor arguments.
withGenericConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withGenericConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is generic, receiving <T, U> type variables as well as Class<T> and Class<U> constructor arguments.
withGlobalCatalogReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global catalog references.
withGlobalDomainReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global domain references.
withGlobalIndexReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global index references.
withGlobalKeyReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global key references.
withGlobalLinkReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global database link references.
withGlobalObjectNames(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn on generation of all global object names.
withGlobalObjectReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all global object references.
withGlobalQueueReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global queue references.
withGlobalRoutineReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global routine references.
withGlobalSchemaReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global schema references.
withGlobalSequenceReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global sequence references.
withGlobalSynonymReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global synonym references.
withGlobalTableReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global table references.
withGlobalTriggerReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global trigger references.
withGlobalUDTReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global UDT references.
withHidden(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withHidden(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
The hidden flag allows for hiding columns from usage in queries by default, unless explicitly projected..
withHiddenColumnsInInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in interfaces.
withHiddenColumnsInPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in POJOs.
withHiddenColumnsInRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether hidden columns should be generated in records.
withIdentities(Collection<SyntheticIdentityType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withIdentities(List<SyntheticIdentityType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withIdentities(SyntheticIdentityType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withIgnoreProcedureReturnValues(Boolean) - Method in class org.jooq.meta.jaxb.Database
Deprecated.
This feature is deprecated as of jOOQ 3.6.0 and will be removed again in jOOQ 4.0.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withIgnoreUnused(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticViewType
Set this flag to true if no warning should be logged if this object was not used by a code generation run.
withImmutableInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate immutable interfaces.
withImmutablePojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate immutable POJOs.
withImplicitJoinPathsAsKotlinProperties(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether implicit join path constructors should be offered as properties in Kotlin.
withImplicitJoinPathsManyToMany(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for many-to-many relationships.
withImplicitJoinPathsToMany(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for incoming foreign key relationships (to-many relationships)
withImplicitJoinPathsToOne(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors on generated tables for outgoing foreign key relationships (to-one relationships)
withImplicitJoinPathsUseTableNameForUnambiguousFKs(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether names of unambiguous ForeignKeyDefinition should be based on the referenced TableDefinition.
withImplicitJoinPathTableSubtypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path table subtypes implementing Path for increased JOIN convenience.
withImplicitJoinPathUnusedConstructors(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate implicit join path constructors also if there isn't any outgoing or incoming foreign key relationship.
withIncludeCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether check constraints should be included in output produced by this database
withIncludeDomains(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether domains should be included in output produced by this database
withIncludeEmbeddables(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether embeddable types should be included in output produced by this database
withIncludeExcludeColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether include / exclude patterns should also match columns within tables.
withIncludeExcludePackageRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether include / exclude patterns should also match routines within packages.
withIncludeExpression(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching columns, parameters, attributes, etc.
withIncludeForeignKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether foreign keys should be included in output produced by this database
withIncludeIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether indexes should be included in output produced by this database
withIncludeInvisibleColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether invisible columns should be included in output produced by this database
withIncludePackageConstants(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether constants contained in packages should be included in output produced by this database
withIncludePackageRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether routines contained in packages should be included in output produced by this database
withIncludePackages(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether packages should be included in output produced by this database
withIncludePackageUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether UDTs contained in packages should be included in output produced by this database
withIncludePrimaryKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether primary keys should be included in output produced by this database
withIncludeRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether routines should be included in output produced by this database
withIncludes(String) - Method in class org.jooq.meta.jaxb.Database
All elements that are generated from your schema.
withIncludeSchemaComment(Boolean) - Method in class org.jooq.meta.jaxb.CommentType
Whether the schema comment (if available) should be included and prepended to the message.
withIncludeSequences(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether sequences should be included in output produced by this database
withIncludeSql(String) - Method in class org.jooq.meta.jaxb.Database
All elements that are generated from your schema.
withIncludeSynonyms(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether synonyms should be included in output produced by this database.
withIncludeSystemCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated check constraints should be included in output produced by this database
withIncludeSystemIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated indexes should be included in output produced by this database
withIncludeSystemSequences(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated sequences should be included in output produced by this database
withIncludeSystemTables(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system tables should be included in output produced by this database
withIncludeSystemUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether system generated UDTs should be included in output produced by this database
withIncludeTables(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether tables should be included in output produced by this database
withIncludeTriggerRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether trigger implementation routines should be included in output produced by this database (e.g.
withIncludeTriggers(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether triggers should be included in output produced by this database.
withIncludeTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
A Java regular expression matching data types to be forced to have this type.
withIncludeUDTs(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether udts should be included in output produced by this database
withIncludeUniqueKeys(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether unique keys should be included in output produced by this database
withIncludeXMLSchemaCollections(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether XML schema collections should be included in output produced by this database
withIndentation(String) - Method in class org.jooq.meta.jaxb.Generate
The indentation characters to be used in generated code.
withIndexes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate index information.
withIndexes(Collection<MatchersIndexType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withIndexes(List<MatchersIndexType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withIndexes(MatchersIndexType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withInitScript(String) - Method in class org.jooq.meta.jaxb.Jdbc
A script to run after creating the JDBC connection, and before running the code generator.
withInitSeparator(String) - Method in class org.jooq.meta.jaxb.Jdbc
The separator used to separate statements in the initScript, defaulting to ";".
withInputCatalog(String) - Method in class org.jooq.meta.jaxb.CatalogMappingType
withInputCatalog(String) - Method in class org.jooq.meta.jaxb.Database
The catalog that is used locally as a source for meta information.
withInputSchema(String) - Method in class org.jooq.meta.jaxb.Database
The schema that is used locally as a source for meta information.
withInputSchema(String) - Method in class org.jooq.meta.jaxb.SchemaMappingType
withInstanceFields(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Deprecated. 
withIntegerDisplayWidths(Boolean) - Method in class org.jooq.meta.jaxb.Database
Include display width in type declaration.
withInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated interface implemented by the EmbeddableRecord and/or the POJO.
withInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated interface implemented by the TableRecord and/or the POJO.
withInterfaceClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated interface implemented by the UDTRecord and/or the POJO.
withInterfaceGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface getters should be generated.
withInterfaceGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface getters should be generated.
withInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated interface (which is implemented by the EmbeddableRecord and/or POJO) should implement.
withInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated interface (which is implemented by the TableRecord and/or POJO) should implement.
withInterfaceImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated interface (which is implemented by the UDTRecord and/or POJO) should implement.
withInterfaceMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface members (properties) should be generated.
withInterfaceMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface members (properties) should be generated.
withInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generated interfaces to be implemented by records and/or POJOs.
withInterfaceSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated interface setters should be generated.
withInterfaceSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated interface setters should be generated.
withIntervalTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the INTERVAL type support should be enabled.
withInvisibleColumnsAsHidden(Boolean) - Method in class org.jooq.meta.jaxb.Database
This flag indicates whether invisible columns should marked as DataType.hidden() in output produced by this database.
withJava(String) - Method in class org.jooq.meta.jaxb.Database
A self-contained, inline implementation of Database that will be compiled and class-loaded on the fly by the code generator.
withJava(String) - Method in class org.jooq.meta.jaxb.Generator
A self-contained, inline implementation of
invalid reference
org.jooq.codegen.Generator
that will be compiled and class-loaded on the fly by the code generator.
withJava(String) - Method in class org.jooq.meta.jaxb.Strategy
A self-contained, inline implementation of
invalid reference
org.jooq.codegen.GeneratorStrategy
that will be compiled and class-loaded on the fly by the code generator.
withJavaBeansGettersAndSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Modify DefaultGeneratorStrategy behaviour to generate getters and setters in JavaBeans style in records, POJOs, interfaces.
withJavadoc(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of Javadoc on all objects.
withJavaTimeTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether Java 8's java.time types should be used by the source code generator, rather than JDBC's java.sql types.
withJdbc(Jdbc) - Method in class org.jooq.meta.jaxb.Configuration
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
withJooqVersionReference(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate references to the most up to date minor release in Constants to produce compilation errors if an outdated runtime library is being used.
withJpaAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Annotate POJOs and Records with JPA annotations.
withJpaVersion(String) - Method in class org.jooq.meta.jaxb.Generate
Version of JPA specification is to be used to generate version-specific annotations.
withJsonConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withJsonConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an
invalid reference
org.jooq.jackson.extensions.converters.JSONtoJacksonConverter
or a
invalid reference
org.jooq.jackson.extensions.converters.JSONtoJacksonConverter
.
withJsonTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the JSON type support should be enabled.
withKey(String) - Method in class org.jooq.meta.jaxb.Property
 
withKey(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
A regular expression matching all unique keys and unique indexes which should be treated as primary key.
withKeyIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated key literal in the Keys class.
withKeyIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersIndexType
This rule influences the naming of the generated key literal in the Indexes class.
withKeyIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersPrimaryKeyType
This rule influences the naming of the generated key literal in the Keys class.
withKeyIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUniqueKeyType
This rule influences the naming of the generated key literal in the Keys class.
withKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Key classes.
withKotlinDefaultedNullablePojoAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate defaulted nullable POJO attributes.
withKotlinDefaultedNullableRecordAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate defaulted nullable Record attributes.
withKotlinNotNullInterfaceAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on interface attributes, where column is not null.
withKotlinNotNullPojoAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on POJO attributes, where column is not null.
withKotlinNotNullRecordAttributes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate non-nullable types on Record attributes, where column is not null.
withKotlinSetterJvmNameAnnotationsOnIsPrefix(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Workaround for Kotlin generating setX() setters instead of setIsX() in byte code for mutable properties called isX.
withLambdaConverter(LambdaConverter) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withLambdaConverter(LambdaConverter) - Method in class org.jooq.meta.jaxb.ForcedType
A lambda converter implementation for the ForcedType.getUserType().
withLinks(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate database Link classes.
withLiterals(String) - Method in class org.jooq.meta.jaxb.EnumType
 
withLiterals(String...) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
withLiterals(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
withLiterals(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
 
withLiteralsFromCheckConstraints(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The list of literals is parsed from the applicable CHECK constraints for the matched column, if possible.
withLiteralsFromColumnContent(Boolean) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The matched column's content defines the literals (this is convenience for SyntheticEnumType.literalSql being SELECT DISTINCT matched_column FROM matched_table).
withLiteralSql(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A SQL query producing the literals.
withLocale(String) - Method in class org.jooq.meta.jaxb.Target
The locale to be used with all locale specific operations.
withLogging(Logging) - Method in class org.jooq.meta.jaxb.Configuration
The logging configuration element specifies the code generation logging threshold.
withLogSlowQueriesAfterSeconds(Integer) - Method in class org.jooq.meta.jaxb.Database
The number of seconds that are considered "slow" before a query is logged to indicate a bug, 0 for not logging.
withLogSlowResultsAfterSeconds(Integer) - Method in class org.jooq.meta.jaxb.Database
The number of seconds that are considered "slow" before a result set is logged to indicate a bug, 0 for not logging.
withMatchers(Matchers) - Method in class org.jooq.meta.jaxb.Strategy
The matcher strategy configuration used when applying an XML-based strategy.
withMaxMembersPerInitialiser(Integer) - Method in class org.jooq.meta.jaxb.Generate
The maximum number of members per initialiser, to prevent reaching the 64kb byte code per method limit in generated code.
withMessage(String) - Method in class org.jooq.meta.jaxb.CommentType
A comment that should be added to objects matched by this configuration.
withMethods(Collection<SyntheticDaoMethodType>) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
withMethods(List<SyntheticDaoMethodType>) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
withMethods(SyntheticDaoMethodType...) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
 
withName(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withName(String) - Method in class org.jooq.meta.jaxb.Database
The database dialect from jooq-meta.
withName(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining name of the embeddable type.
withName(String) - Method in class org.jooq.meta.jaxb.EmbeddableField
A name for the field in case the regex does not produce unique names for all matches.
withName(String) - Method in class org.jooq.meta.jaxb.EnumType
 
withName(String) - Method in class org.jooq.meta.jaxb.ForcedType
The name (in SQLDataType) to force any matches to
withName(String) - Method in class org.jooq.meta.jaxb.Generator
The class used to generate source code.
withName(String) - Method in class org.jooq.meta.jaxb.Strategy
The class used to provide a naming strategy for generated source code.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column name.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining name of the DAO method.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining name of the DAO.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
The optional enum name.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
The optional foreign key name.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
The optional primary key name.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
The optional ROWID column name.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The synonym name.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
The optional unique key name.
withName(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining name of the view.
withNewline(String) - Method in class org.jooq.meta.jaxb.Generate
The newline characters to be used in generated code.
withNonnullAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether non-nullable items should be annotated with the annotation type specified in Generate.nonnullAnnotationType.
withNonnullAnnotationType(String) - Method in class org.jooq.meta.jaxb.Generate
Specify the qualified annotation name for all non-nullable items in generated code, defaulting to the JSR-305
invalid reference
javax.annotation.Nonnull
type.
withNullability(Nullability) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this forced type should apply to nullable / non-nullable / all columns
withNullable(Boolean) - Method in class org.jooq.meta.jaxb.LambdaConverter
withNullableAnnotation(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether nullable items should be annotated with the annotation type specified in Generate.nullableAnnotationType.
withNullableAnnotationOnWriteOnlyNullableTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether write-only (e.g.
withNullableAnnotationType(String) - Method in class org.jooq.meta.jaxb.Generate
Specify the qualified annotation name for all nullable items in generated code, defaulting to the JSR-305
invalid reference
javax.annotation.Nullable
type.
withObjectType(ForcedTypeObjectType) - Method in class org.jooq.meta.jaxb.ForcedType
Whether this forced type should apply to all object types, or only to specific ones
withOnError(OnError) - Method in class org.jooq.meta.jaxb.Configuration
The action to be taken by the generator as the consequence of an encountered exception.
withOnUnused(OnError) - Method in class org.jooq.meta.jaxb.Configuration
The action to be taken by the generator as the consequence of unused objects being encountered.
withOracleUseDBAViews(Boolean) - Method in class org.jooq.meta.jaxb.Database
Specify whether to use the Oracle DBA_XYZ views instead of the ALL_XYZ views.
withOrderProvider(String) - Method in class org.jooq.meta.jaxb.Database
A custom Comparator that can compare two Definition objects to determine their order.
withOutputCatalog(String) - Method in class org.jooq.meta.jaxb.CatalogMappingType
withOutputCatalog(String) - Method in class org.jooq.meta.jaxb.Database
The catalog that is used in generated source code.
withOutputCatalogToDefault(Boolean) - Method in class org.jooq.meta.jaxb.CatalogMappingType
withOutputCatalogToDefault(Boolean) - Method in class org.jooq.meta.jaxb.Database
A flag to indicate that the outputCatalog should be the "default" catalog, which generates catalog-less, unqualified tables, procedures, etc.
withOutputSchema(String) - Method in class org.jooq.meta.jaxb.Database
The schema that is used in generated source code.
withOutputSchema(String) - Method in class org.jooq.meta.jaxb.SchemaMappingType
withOutputSchemaToDefault(Boolean) - Method in class org.jooq.meta.jaxb.Database
A flag to indicate that the outputSchema should be the "default" schema, which generates schema-less, unqualified tables, procedures, etc.
withOutputSchemaToDefault(Boolean) - Method in class org.jooq.meta.jaxb.SchemaMappingType
withOverridePrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
All (UNIQUE) key names that should be used instead of primary keys on generated UpdatableRecord.
withPackageName(String) - Method in class org.jooq.meta.jaxb.Target
The destination package of your generated classes (within the destination directory)
withPassword(String) - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection password.
withPathClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table and Path object.
withPathClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT path object.
withPathExtends(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDT path object should extend.
withPathExtends(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated Table and Path object should extend.
withPathImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDT path object should implement.
withPathImplements(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated Table and Path object should implement.
withPathMethodName(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated to-one path join methods.
withPathMethodNameInverse(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated to-many path join methods.
withPathMethodNameManyToMany(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersForeignKeyType
This rule influences the naming of the generated many-to-many path join methods.
withPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated POJOs object.
withPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated POJOs object.
withPojoClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated POJOs object.
withPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides a super class that a generated POJO should extend.
withPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated POJO should extend.
withPojoExtends(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated POJO should extend.
withPojoGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO getters should be generated.
withPojoGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO getters should be generated.
withPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated POJO should implement.
withPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated POJO should implement.
withPojoImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated POJO should implement.
withPojoMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO members (properties) should be generated.
withPojoMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO members (properties) should be generated.
withPojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs.
withPojosAsJavaRecordClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as records, when using the JavaGenerator.
withPojosAsKotlinDataClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as data classes, when using the KotlinGenerator.
withPojosAsScalaCaseClasses(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate POJOs as case classes, when using the ScalaGenerator or Scala3Generator.
withPojosEqualsAndHashCode(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate basic equals() and hashCode() methods in POJOs.
withPojosEqualsAndHashCodeColumnExcludeExpression(String) - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching columns for exclusion in generated equals() and hashCode() methods in POJOs.
withPojosEqualsAndHashCodeColumnIncludeExpression(String) - Method in class org.jooq.meta.jaxb.Generate
A regular expression matching columns for inclusion in generated equals() and hashCode() methods in POJOs.
withPojosEqualsAndHashCodeIncludePrimaryKeyOnly(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Include primary key columns only in generated equals() and hashCode() methods in POJOs.
withPojoSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated POJO setters should be generated.
withPojoSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated POJO setters should be generated.
withPojosExcludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate POJOs.
withPojosIncludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate POJOs, by default, all of them.
withPojosToString(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate basic toString() methods in POJOs.
withPrimaryKeys(Collection<MatchersPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withPrimaryKeys(Collection<SyntheticPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withPrimaryKeys(List<MatchersPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withPrimaryKeys(List<SyntheticPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withPrimaryKeys(MatchersPrimaryKeyType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withPrimaryKeys(SyntheticPrimaryKeyType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withPrintMarginForBlockComment(Integer) - Method in class org.jooq.meta.jaxb.Generate
The print margin to apply to generated Javadoc and other block comments, for automatic line wrapping.
withPriority(Integer) - Method in class org.jooq.meta.jaxb.ForcedType
The priority among forced types in which to apply this one.
withProperties(Collection<Property>) - Method in class org.jooq.meta.jaxb.Database
 
withProperties(Collection<Property>) - Method in class org.jooq.meta.jaxb.Jdbc
 
withProperties(List<Property>) - Method in class org.jooq.meta.jaxb.Database
 
withProperties(List<Property>) - Method in class org.jooq.meta.jaxb.Jdbc
 
withProperties(Property...) - Method in class org.jooq.meta.jaxb.Database
 
withProperties(Property...) - Method in class org.jooq.meta.jaxb.Jdbc
 
withQueues(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Queue classes.
withReadonlyColumns(Collection<SyntheticReadonlyColumnType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withReadonlyColumns(List<SyntheticReadonlyColumnType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withReadonlyColumns(SyntheticReadonlyColumnType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withReadonlyComputedColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether computed columns should expose DataType.readonly() behaviour.
withReadonlyIdentities(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether identity columns should expose DataType.readonly() behaviour.
withReadonlyNonUpdatableColumns(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether columns that are known not to be updatable (e.g.
withReadonlyRowids(Collection<SyntheticReadonlyRowidType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withReadonlyRowids(List<SyntheticReadonlyRowidType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withReadonlyRowids(SyntheticReadonlyRowidType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This rule influences the naming of the generated EmbeddableRecord object.
withRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated TableRecord object.
withRecordClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDTRecord object.
withRecordExtends(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides a super class that a generated EmbeddableRecord should extend.
withRecordExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated TableRecord should extend.
withRecordExtends(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDTRecord should extend.
withRecordGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record getters should be generated.
withRecordGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record getters should be generated.
withRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersEmbeddableType
This string provides additional interfaces that a generated EmbeddableRecord should implement.
withRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated TableRecord should implement.
withRecordImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDTRecord should implement.
withRecordMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record members (properties) should be generated.
withRecordMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record members (properties) should be generated.
withRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes.
withRecordSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record setters should be generated.
withRecordSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersFieldType
Whether an "override" modifier in generated record setters should be generated.
withRecordsExcludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which not to generate records.
withRecordsImplementingRecordN(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes that implement Record[N] super types
withRecordsIncludes(String) - Method in class org.jooq.meta.jaxb.Generate
All the object identifiers for which to generate records, by default, all of them.
withRecordTimestampFields(String) - Method in class org.jooq.meta.jaxb.Database
All table and view columns that are used as "timestamp" fields for optimistic locking.
withRecordTypeClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated record type that is implemented by hierarchical UDTRecord objects.
withRecordTypeGetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type getters should be generated.
withRecordTypeImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated record type that is implemented by hierarchical UDTRecord should implement.
withRecordTypeMemberOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type members (properties) should be generated.
withRecordTypeSetterOverride(Boolean) - Method in class org.jooq.meta.jaxb.MatchersAttributeType
Whether an "override" modifier in generated record type setters should be generated.
withRecordVersionFields(String) - Method in class org.jooq.meta.jaxb.Database
All table and view columns that are used as "version" fields for optimistic locking.
withReferencedFields(String...) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
withReferencedFields(Collection<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
withReferencedFields(List<String>) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
 
withReferencedKey(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching a key that is referenced by this synthetic foreign key.
withReferencedTable(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching a table that is referenced by this synthetic foreign key.
withReferencingComment(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The referencing comment on the embeddable type, defaulting to the defining comment.
withReferencingName(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The referencing name of the embeddable type, defaulting to the defining name.
withRegexFlags(Collection<RegexFlag>) - Method in class org.jooq.meta.jaxb.Database
The flags that will be applied to all regular expressions from this configuration by default.
withRegexFlags(RegexFlag...) - Method in class org.jooq.meta.jaxb.Database
The flags that will be applied to all regular expressions from this configuration by default.
withRegexMatchesPartialQualification(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether regular expressions that match qualified object names also match partial qualifications (e.g.
withRelations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Primary key / foreign key relations should be generated and used.
withRenameMethodOverrides(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides (see https://github.com/jOOQ/jOOQ/issues/13937) for
invalid reference
org.jooq.Table#rename(org.jooq.Name)
and related overloads.
withReplacesFields(Boolean) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.
withReturnType(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The return type of the DAO method, defaulting to void.
withRoutineClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This rule influences the naming of the generated Routine object.
withRoutineExtends(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This string provides a super class that a generated Routine should extend.
withRoutineImplements(String) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This string provides additional interfaces that a generated Routine should implement.
withRoutineMethod(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersRoutineType
This rule influences the naming of generated convenience methods used to call the Routine.
withRoutines(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Routine classes.
withRoutines(Collection<MatchersRoutineType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withRoutines(List<MatchersRoutineType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withRoutines(MatchersRoutineType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withSchema(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
The defining schema of the embeddable type, or the schema of the first matched table if left empty.
withSchema(String) - Method in class org.jooq.meta.jaxb.Jdbc
Deprecated.
Use database schema configuration elements instead.
withSchema(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoType
The defining schema of the DAO.
withSchema(String) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
The defining schema of the synonym.
withSchema(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining schema of the view.
withSchemaClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This rule influences the naming of the generated Schema object.
withSchemaExtends(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This string provides a super class that a generated Schema should extend.
withSchemaIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This rule influences the naming of the generated Schema identifier.
withSchemaImplements(String) - Method in class org.jooq.meta.jaxb.MatchersSchemaType
This string provides additional interfaces that a generated Schema should implement.
withSchemas(Collection<MatchersSchemaType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withSchemas(List<MatchersSchemaType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withSchemas(MatchersSchemaType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withSchemata(Collection<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
withSchemata(Collection<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.Database
 
withSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
withSchemata(List<SchemaMappingType>) - Method in class org.jooq.meta.jaxb.Database
 
withSchemata(SchemaMappingType...) - Method in class org.jooq.meta.jaxb.CatalogMappingType
 
withSchemata(SchemaMappingType...) - Method in class org.jooq.meta.jaxb.Database
 
withSchemaVersionProvider(String) - Method in class org.jooq.meta.jaxb.Database
A custom version number that, if available, will be used to assess whether the Database.getInputSchema() will need to be regenerated.
withSecurityProvider(String) - Method in class org.jooq.meta.jaxb.Jdbc
A Provider that should be loaded using Security prior to connecting to the JDBC driver.
withSequenceFlags(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Sequence flags should be generated and used.
withSequenceIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersSequenceType
This rule influences the naming of the generated Sequence identifier.
withSequences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Sequence classes.
withSequences(Collection<MatchersSequenceType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withSequences(List<MatchersSequenceType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withSequences(MatchersSequenceType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withSerializableInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate serializable interfaces.
withSerializablePojos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate serializable POJOs.
withSources(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all source code on all object types.
withSourcesOnViews(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of all source code on all views.
withSpatialTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the spatial type support should be enabled.
withSpringAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Annotate DAOs with useful spring annotations such as @Repository or @Autowired.
withSpringDao(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate an AbstractSpringDAOImpl as a base class for other DAO classes, containing @Transactional annotations, etc.
withSql(String) - Method in class org.jooq.meta.jaxb.ForcedType
A SQL statement that produces a table with one column containing the matched qualified or unqualified column names.
withSql(String) - Method in class org.jooq.meta.jaxb.SyntheticDaoMethodType
The defining SQL query.
withSql(String) - Method in class org.jooq.meta.jaxb.SyntheticViewType
The defining SQL query.
withSqlMatchesPartialQualification(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether SQL queries that match qualified object names also match partial qualifications (e.g.
withStrategy(Strategy) - Method in class org.jooq.meta.jaxb.Generator
Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
withSynonyms(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Synonym classes.
withSynonyms(Collection<SyntheticSynonymType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withSynonyms(List<SyntheticSynonymType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withSynonyms(SyntheticSynonymType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withSyntheticIdentities(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all columns that represent identities.
withSyntheticObjects(SyntheticObjectsType) - Method in class org.jooq.meta.jaxb.Database
The synthetic objects configuration.
withSyntheticPrimaryKeys(String) - Method in class org.jooq.meta.jaxb.Database
A regular expression matching all columns that participate in "synthetic" primary keys, which should be placed on generated UpdatableRecord
withTable(String) - Method in class org.jooq.meta.jaxb.SyntheticSynonymType
A regular expression matching a table to which to apply this synthetic synonym.
withTableClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table object.
withTableExtends(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides a super class that a generated Table should extend.
withTableIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersTableType
This rule influences the naming of the generated Table identifier.
withTableImplements(String) - Method in class org.jooq.meta.jaxb.MatchersTableType
This string provides additional interfaces that a generated Table should implement.
withTables(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Table classes.
withTables(String) - Method in class org.jooq.meta.jaxb.EmbeddableDefinitionType
A regular expression matching the tables to which to apply the embeddable definition.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
A regular expression matching all tables on which to apply this synthetic readonly column.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticDefaultType
A regular expression matching all tables on which to apply this synthetic default.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticEnumType
A regular expression matching all tables on which to apply this synthetic enum type.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticForeignKeyType
A regular expression matching all tables on which to apply this synthetic foreign key.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticIdentityType
A regular expression matching all tables on which to apply this synthetic identity.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticPrimaryKeyType
A regular expression matching all tables on which to apply this synthetic primary key.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyColumnType
A regular expression matching all tables on which to apply this synthetic readonly column.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticReadonlyRowidType
A regular expression matching all tables on which to apply this synthetic ROWID.
withTables(String) - Method in class org.jooq.meta.jaxb.SyntheticUniqueKeyType
A regular expression matching all tables on which to apply this synthetic unique key.
withTables(Collection<MatchersTableType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withTables(List<MatchersTableType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withTables(MatchersTableType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withTableValuedFunctions(Boolean) - Method in class org.jooq.meta.jaxb.Database
Whether table valued functions should be reported as tables.
withTarget(Target) - Method in class org.jooq.meta.jaxb.Generator
Options to define where the generated code should be located.
withTextBlocks(GeneratedTextBlocks) - Method in class org.jooq.meta.jaxb.Generate
Whether to generate String in text block format.
withTo(String) - Method in class org.jooq.meta.jaxb.LambdaConverter
The implementation of Converter.to(Object).
withTransform(MatcherTransformType) - Method in class org.jooq.meta.jaxb.MatcherRule
A pre-defined transformation type that transforms this rule's output into a specific format.
withTriggers(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Trigger classes.
withType(String) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withType(String) - Method in class org.jooq.meta.jaxb.SyntheticColumnType
The column type.
withTypes(String) - Method in class org.jooq.meta.jaxb.ForcedType
withUdtClass(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT object.
withUdtExtends(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides a super class that a generated UDT should extend.
withUdtIdentifier(MatcherRule) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This rule influences the naming of the generated UDT identifier.
withUdtImplements(String) - Method in class org.jooq.meta.jaxb.MatchersUDTType
This string provides additional interfaces that a generated UDT should implement.
withUdtPaths(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate UDT path expressions on tables and on UDTs.
withUdts(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate UDT classes.
withUdts(Collection<MatchersUDTType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withUdts(List<MatchersUDTType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withUdts(MatchersUDTType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withUniqueKeys(Collection<MatchersUniqueKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withUniqueKeys(Collection<SyntheticUniqueKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withUniqueKeys(List<MatchersUniqueKeyType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withUniqueKeys(List<SyntheticUniqueKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withUniqueKeys(MatchersUniqueKeyType...) - Method in class org.jooq.meta.jaxb.Matchers
 
withUniqueKeys(SyntheticUniqueKeyType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withUnsignedTypes(Boolean) - Method in class org.jooq.meta.jaxb.Database
Generate jOOU data types for your unsigned data types, which are not natively supported in Java
withUrl(String) - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection URL.
withUrlProperty(String) - Method in class org.jooq.meta.jaxb.Jdbc
The system property name that describes the JDBC connection URL.
withUser(String) - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection user.
withUsername(String) - Method in class org.jooq.meta.jaxb.Jdbc
Just a synonym for "user" to be compatible with other Maven plugins.
withUserType(String) - Method in class org.jooq.meta.jaxb.ForcedType
The type of the user type - e.g.
withValidationAnnotations(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Annotate POJOs and Records with JSR-303 validation annotations
withValue(String) - Method in class org.jooq.meta.jaxb.Property
 
withVarargSetters(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate varargs setters for array types for convenience.
withViews(Collection<SyntheticViewType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withViews(List<SyntheticViewType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withViews(SyntheticViewType...) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withVisibilityModifier(VisibilityModifier) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withVisibilityModifier(VisibilityModifier) - Method in class org.jooq.meta.jaxb.ForcedType
The visibility modifier to be used in generated code for the column that is matched by this forced type, if applicable.
withVisibilityModifier(VisibilityModifier) - Method in class org.jooq.meta.jaxb.Generate
The visibility modifier to be used with generated code.
withWhereMethodOverrides(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether to generate overrides for Table.where(org.jooq.Condition) and related overloads.
withXmlConverter(Boolean) - Method in class org.jooq.meta.jaxb.CustomType
Deprecated.
Use ForcedType only
withXmlConverter(Boolean) - Method in class org.jooq.meta.jaxb.ForcedType
Whether the converter is an XMLtoJAXBConverter.
withXmlTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the XML type support should be enabled.

X

xmlConverter - Variable in class org.jooq.meta.jaxb.CustomType
Deprecated.
 
xmlConverter - Variable in class org.jooq.meta.jaxb.ForcedType
 
XMLDatabase - Class in org.jooq.meta.xml
The XML Database.
XMLDatabase() - Constructor for class org.jooq.meta.xml.XMLDatabase
 
XMLNamespaceDefinition - Interface in org.jooq.meta
A definition representing an XML namespace.
XMLPackageDefinition - Class in org.jooq.meta.xml
 
XMLPackageDefinition(SchemaDefinition, InformationSchema, String) - Constructor for class org.jooq.meta.xml.XMLPackageDefinition
 
XMLRoutineDefinition - Class in org.jooq.meta.xml
 
XMLRoutineDefinition(SchemaDefinition, PackageDefinition, InformationSchema, Routine) - Constructor for class org.jooq.meta.xml.XMLRoutineDefinition
 
XMLRoutineDefinition(SchemaDefinition, PackageDefinition, InformationSchema, Routine, String) - Constructor for class org.jooq.meta.xml.XMLRoutineDefinition
 
XMLSchemaCollectionDefinition - Interface in org.jooq.meta
A definition representing an SCHEMA COLLECTION, i.e.
XMLTableDefinition - Class in org.jooq.meta.xml
 
XMLTableDefinition(SchemaDefinition, InformationSchema, Table) - Constructor for class org.jooq.meta.xml.XMLTableDefinition
 
XMLTableDefinition(SchemaDefinition, InformationSchema, Table, String) - Constructor for class org.jooq.meta.xml.XMLTableDefinition
 
XMLTableDefinition(SchemaDefinition, InformationSchema, Table, String, TableOptions.TableType, String) - Constructor for class org.jooq.meta.xml.XMLTableDefinition
 
xmlTypeDefinition(XMLTypeDefinition) - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
XMLTypeDefinition - Interface in org.jooq.meta
A definition representing an XML namespace.
xmlTypes - Variable in class org.jooq.meta.jaxb.Generate
 
XSD_CODEGEN - Static variable in class org.jooq.meta.Constants
The current jooq-codegen XSD file name.
XSD_EXPORT - Static variable in class org.jooq.meta.Constants
The current jooq-export XSD file name.
XSD_META - Static variable in class org.jooq.meta.Constants
The current jooq-meta XSD file name.
XSD_MIGRATIONS - Static variable in class org.jooq.meta.Constants
The current jooq-migrations XSD file name.
XSD_RUNTIME - Static variable in class org.jooq.meta.Constants
The current jooq-runtime XSD file name.

Y

YugabyteDBDatabase - Class in org.jooq.meta.yugabytedb
 
YugabyteDBDatabase() - Constructor for class org.jooq.meta.yugabytedb.YugabyteDBDatabase
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form