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
 
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 extends TypedElementDefinition<?>> - 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 extends Definition> - 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, 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, ColumnDefinition, boolean) - 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
 
ALL - Enum constant in enum class org.jooq.meta.jaxb.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.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.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.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.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.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
 
ATTRIBUTE - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
 
AttributeDefinition - Interface in org.jooq.meta
An attribute in a UDTDefinition
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

CAMEL - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
 
CANON_EQ - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
 
CASE_INSENSITIVE - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
 
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.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
Utilities related to Class and ClassLoader actions.
ClassUtils() - Constructor for class org.jooq.meta.ClassUtils
 
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
 
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.SyntheticViewType
 
comments - Variable in class org.jooq.meta.jaxb.Database
 
comments - Variable in class org.jooq.meta.jaxb.Generate
 
COMMENTS - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
 
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
 
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
 
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
 
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
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
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
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
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
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
 
daos - Variable in class org.jooq.meta.jaxb.Generate
 
daos - Variable in class org.jooq.meta.jaxb.SyntheticObjectsType
 
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
 
DEFAULT - Enum constant in enum class org.jooq.meta.jaxb.VisibilityModifier
 
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
 
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, 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, 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, Boolean) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, String, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, Name) - 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, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String, String) - Constructor for class org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, 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
 
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
 
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
 
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
 
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
 
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
 
DETECT_FROM_JDK - Enum constant in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
 
directory - Variable in class org.jooq.meta.jaxb.Target
 
DomainDefinition - Interface in org.jooq.meta
A definition for a domain UDT.
DOTALL - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
 
driver - Variable in class org.jooq.meta.jaxb.Jdbc
 

E

ELEMENT - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
 
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.
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
 
enums - Variable in class org.jooq.meta.jaxb.Matchers
 
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.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.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.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.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.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
 
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.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.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
 
expressions - Variable in class org.jooq.meta.jaxb.ForcedType
 

F

FAIL - Enum constant in enum class org.jooq.meta.jaxb.OnError
 
FATAL - Enum constant in enum class org.jooq.meta.jaxb.Logging
 
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.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<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.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
 
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
getAttributes() - Method in class org.jooq.meta.AbstractUDTDefinition
 
getAttributes() - Method in interface org.jooq.meta.UDTDefinition
All attributes in the UDT
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.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.
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.SyntheticViewType
The defining comment on the view.
getComments() - Method in class org.jooq.meta.jaxb.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.
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.
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.AbstractTypedElementDefinition
 
getContainer() - Method in interface org.jooq.meta.TypedElementDefinition
The container that contains this typed 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.
getDaos() - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
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
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.AbstractDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.AbstractIndexDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.AbstractPackageDefinition
 
getDefinitionPath() - Method in class org.jooq.meta.AbstractTypedElementDefinition
 
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
 
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 an 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 an 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 an 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 an 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
 
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(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.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.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.
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.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.
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.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
Generate the Generated annotation to indicate jOOQ version used for source 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 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.
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.
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.
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.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.UniqueKeyDefinition
The list of columns making up the primary key.
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
 
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
 
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.
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.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.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 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 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.
getPassword() - Method in class org.jooq.meta.jaxb.Jdbc
The JDBC connection password.
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.
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.
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.
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.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.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.
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.
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.
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.
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
The referenced table 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
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 interface org.jooq.meta.EmbeddableDefinition
The table referencing the embeddable.
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.
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.
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.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.
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.
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 interface org.jooq.meta.IdentityDefinition
The IDENTITY column's table
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.
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.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.
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(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.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.
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.
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.
getUrl() - Method in class org.jooq.meta.jaxb.Jdbc
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
 
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
 
globalTableReferences - 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
 
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.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.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.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.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.SyntheticUniqueKeyType
 
hashCode() - Method in class org.jooq.meta.jaxb.SyntheticViewType
 
hashCode() - Method in class org.jooq.meta.jaxb.Target
 
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.
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
 
implicitJoinPathsToOne - Variable in class org.jooq.meta.jaxb.Generate
 
implicitJoinPathsUseTableNameForUnambiguousFKs - 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
 
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
 
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
 
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
 
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
 
interfaceImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
interfaceImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
interfaces - Variable in class org.jooq.meta.jaxb.Generate
 
INTERNAL - Enum constant in enum class org.jooq.meta.jaxb.VisibilityModifier
 
intervalTypes - Variable in class org.jooq.meta.jaxb.Generate
 
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 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.
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.
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
 
isDefaultCatalog() - Method in class org.jooq.meta.CatalogDefinition
 
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.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.
isEnumsAsScalaSealedTraits() - Method in class org.jooq.meta.jaxb.Generate
Deprecated.
Activate the legacy Scala sealed trait enum emulation
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
Generate the Generated annotation to indicate jOOQ version used for source code.
isGeneratedAnnotationDate() - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation should include the date attribute.
isGeneratedAnnotationJooqVersion() - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation should include the jOOQ version.
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.
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.
isGlobalTableReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global table references.
isGlobalUDTReferences() - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global UDT references.
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.
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.
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.
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
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.
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. 
isIntegerDisplayWidths() - Method in class org.jooq.meta.jaxb.Database
Include display width in type declaration.
isInterfaces() - Method in class org.jooq.meta.jaxb.Generate
Generated interfaces to be implemented by records and/or POJOs.
isIntervalTypes() - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the INTERVAL type support should be enabled.
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 org.jooq.jackson.extensions.converters.JSONtoJacksonConverter or a 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.
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.
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.
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
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.
isPojosEqualsAndHashCode() - Method in class org.jooq.meta.jaxb.Generate
Generate basic equals() and hashCode() methods in POJOs.
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.
isRecords() - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes.
isRecordsImplementingRecordN() - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes that implement Record[N] super types
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.
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
 
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
 
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 ArrayRecord of udt types.
isUDTArray() - Method in class org.jooq.meta.DefaultDataTypeDefinition
 
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
 
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

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
 
JAVAX_ANNOTATION_PROCESSING_GENERATED - Enum constant in enum class org.jooq.meta.jaxb.GeneratedAnnotationType
 
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
 
keys - 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
 
literals - Variable in class org.jooq.meta.jaxb.EnumType
 
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
 
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
 
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
 
LOWER_FIRST_LETTER - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
 

M

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(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(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
 
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
 
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
 
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 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
 
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.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.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
 
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
 
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
 
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
 
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
 
OFF - Enum constant in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
 
ON - Enum constant in enum class org.jooq.meta.jaxb.GeneratedTextBlocks
 
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.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
 
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
 
password - Variable in class org.jooq.meta.jaxb.Jdbc
 
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
 
pojoExtends - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
pojoExtends - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
pojoImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
pojoImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
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
 
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
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
 
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
 

Q

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
 
recordExtends - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
recordExtends - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
recordImplements - Variable in class org.jooq.meta.jaxb.MatchersEmbeddableType
 
recordImplements - Variable in class org.jooq.meta.jaxb.MatchersTableType
 
records - Variable in class org.jooq.meta.jaxb.Generate
 
recordsImplementingRecordN - Variable in class org.jooq.meta.jaxb.Generate
 
recordTimestampFields - Variable in class org.jooq.meta.jaxb.Database
 
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.
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.
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.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.
SEQUENCE - Enum constant in enum class org.jooq.meta.jaxb.ForcedTypeObjectType
 
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
 
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.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.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.
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.
setDaos(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate DAOs.
setDaos(List<SyntheticDaoType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
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.
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
 
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.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.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.
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.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<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
Generate the Generated annotation to indicate jOOQ version used for source code.
setGeneratedAnnotationDate(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation should include the date attribute.
setGeneratedAnnotationJooqVersion(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation should include the jOOQ version.
setGeneratedAnnotationType(GeneratedAnnotationType) - Method in class org.jooq.meta.jaxb.Generate
Generate the Generated annotation to indicate jOOQ version used for source 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.
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.
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.
setGlobalTableReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global table references.
setGlobalUDTReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global UDT references.
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.
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.
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.
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.
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.
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.
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.
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.
setInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generated interfaces to be implemented by records and/or POJOs.
setIntervalTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the INTERVAL type support should be enabled.
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 org.jooq.jackson.extensions.converters.JSONtoJacksonConverter or a 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.
setKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Key classes.
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
 
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.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.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 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.
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 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.
- 3.14.0 - [#10588] - Use #setConfiguredSyntheticKeys(SyntheticKeysType) instead.
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.
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.
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.
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.
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.
setPojosEqualsAndHashCode(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate basic equals() and hashCode() methods in POJOs.
setPojosToString(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate basic toString() methods in POJOs.
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.
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.
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.
setRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes.
setRecordsImplementingRecordN(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes that implement Record[N] super types
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.
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.
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.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.
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.
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.
- 3.14.0 - [#10588] - Use #setConfiguredSyntheticKeys(SyntheticKeysType) instead.
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.
- 3.14.0 - [#10588] - Use #setConfiguredSyntheticKeys(SyntheticKeysType) instead.
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.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.
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
setUdts(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate UDT classes.
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.
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.
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
 
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.
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
 
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
 
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

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.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.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.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.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.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.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.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
 
transform - Variable in class org.jooq.meta.jaxb.MatcherRule
 
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 extends Definition> - Interface in org.jooq.meta
An element that has a data type.
types - Variable in class org.jooq.meta.jaxb.ForcedType
 

U

UDTDefinition - Interface in org.jooq.meta
A definition for a UDT
udts - Variable in class org.jooq.meta.jaxb.Generate
 
UNICODE_CASE - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
 
UNICODE_CHARACTER_CLASS - Enum constant in enum class org.jooq.meta.jaxb.RegexFlag
 
UniqueKeyDefinition - Interface in org.jooq.meta
An object holding information about an inverse foreign key relationship.
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
 
unsignedTypes - Variable in class org.jooq.meta.jaxb.Database
 
UPPER - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
 
UPPER_FIRST_LETTER - Enum constant in enum class org.jooq.meta.jaxb.MatcherTransformType
 
url - 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.
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
 
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.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.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.
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.
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
 
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.
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(List<MatchersEnumType>) - Method in class org.jooq.meta.jaxb.Matchers
 
withEnums(MatchersEnumType...) - Method in class org.jooq.meta.jaxb.Matchers
 
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.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.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.
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.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<SyntheticForeignKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withForeignKeys(List<SyntheticForeignKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
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
Generate the Generated annotation to indicate jOOQ version used for source code.
withGeneratedAnnotationDate(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation should include the date attribute.
withGeneratedAnnotationJooqVersion(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Whether the Generated annotation should include the jOOQ version.
withGeneratedAnnotationType(GeneratedAnnotationType) - Method in class org.jooq.meta.jaxb.Generate
Generate the Generated annotation to indicate jOOQ version used for source 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.
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.
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.
withGlobalTableReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global table references.
withGlobalUDTReferences(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Turn off generation of global UDT references.
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.
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.
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.
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.
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.
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.
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.
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.
withInterfaces(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generated interfaces to be implemented by records and/or POJOs.
withIntervalTypes(Boolean) - Method in class org.jooq.meta.jaxb.Generate
A flag indicating whether the INTERVAL type support should be enabled.
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 org.jooq.jackson.extensions.converters.JSONtoJacksonConverter or a 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.
withKeys(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate Key classes.
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
 
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.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.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 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.
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 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.
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.
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.
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.
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.
withPojosEqualsAndHashCode(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate basic equals() and hashCode() methods in POJOs.
withPojosToString(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate basic toString() methods in POJOs.
withPrimaryKeys(Collection<SyntheticPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withPrimaryKeys(List<SyntheticPrimaryKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
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.
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.
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.
withRecords(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes.
withRecordsImplementingRecordN(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate TableRecord classes that implement Record[N] super types
withRecordTimestampFields(String) - Method in class org.jooq.meta.jaxb.Database
All table and view columns that are used as "timestamp" fields for optimistic locking.
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.
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.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.
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.
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
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.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.
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
withUdts(Boolean) - Method in class org.jooq.meta.jaxb.Generate
Generate UDT classes.
withUniqueKeys(Collection<SyntheticUniqueKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
withUniqueKeys(List<SyntheticUniqueKeyType>) - Method in class org.jooq.meta.jaxb.SyntheticObjectsType
 
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.
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.
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