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 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form

A

AbstractConstraintDefinition - Klasse in org.jooq.meta
 
AbstractConstraintDefinition(SchemaDefinition, TableDefinition, String, boolean) - Konstruktor für Klasse org.jooq.meta.AbstractConstraintDefinition
 
AbstractConstraintDefinition(SchemaDefinition, TableDefinition, String, boolean, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractConstraintDefinition
 
AbstractDatabase - Klasse in org.jooq.meta
A base implementation for all types of databases.
AbstractDatabase() - Konstruktor für Klasse org.jooq.meta.AbstractDatabase
 
AbstractDefinition - Klasse in org.jooq.meta
A base implementation for any type of definition.
AbstractDefinition(Database, SchemaDefinition, String) - Konstruktor für Klasse org.jooq.meta.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, String, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, PackageDefinition, String, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractDefinition
 
AbstractDefinition(Database, SchemaDefinition, PackageDefinition, String, String, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractDefinition
 
AbstractElementContainerDefinition<E> - Klasse in org.jooq.meta
A base implementation for element container definitions
AbstractElementContainerDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractElementContainerDefinition
 
AbstractElementContainerDefinition(SchemaDefinition, PackageDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractElementContainerDefinition
 
AbstractElementContainerDefinition(SchemaDefinition, PackageDefinition, String, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractElementContainerDefinition
 
AbstractIndexDefinition - Klasse in org.jooq.meta
 
AbstractIndexDefinition(SchemaDefinition, String, TableDefinition, boolean) - Konstruktor für Klasse org.jooq.meta.AbstractIndexDefinition
 
AbstractIndexDefinition(SchemaDefinition, String, TableDefinition, boolean, String) - Konstruktor für Klasse org.jooq.meta.AbstractIndexDefinition
 
AbstractMetaDatabase - Klasse in org.jooq.meta
The base implementation for Meta based databases.
AbstractMetaDatabase() - Konstruktor für Klasse org.jooq.meta.AbstractMetaDatabase
 
AbstractPackageDefinition - Klasse in org.jooq.meta
 
AbstractPackageDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractPackageDefinition
 
AbstractRoutineDefinition - Klasse in org.jooq.meta
 
AbstractRoutineDefinition(SchemaDefinition, PackageDefinition, String, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractRoutineDefinition
 
AbstractRoutineDefinition(SchemaDefinition, PackageDefinition, String, String, String, boolean) - Konstruktor für Klasse org.jooq.meta.AbstractRoutineDefinition
 
AbstractTableDefinition - Klasse in org.jooq.meta
A base implementation for table definitions.
AbstractTableDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractTableDefinition
 
AbstractTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Konstruktor für Klasse org.jooq.meta.AbstractTableDefinition
 
AbstractTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String, SchemaDefinition, String) - Konstruktor für Klasse org.jooq.meta.AbstractTableDefinition
 
AbstractTypedElementDefinition<T> - Klasse in org.jooq.meta
 
AbstractTypedElementDefinition(T, String, int, DataTypeDefinition, String) - Konstruktor für Klasse org.jooq.meta.AbstractTypedElementDefinition
 
AbstractTypedElementDefinition(T, String, int, DataTypeDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractTypedElementDefinition
 
AbstractUDTDefinition - Klasse in org.jooq.meta
Abstract base implementation for UDTDefinition's
AbstractUDTDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractUDTDefinition
 
AbstractUDTDefinition(SchemaDefinition, PackageDefinition, String, boolean, String) - Konstruktor für Klasse org.jooq.meta.AbstractUDTDefinition
 
AbstractUDTDefinition(SchemaDefinition, PackageDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.AbstractUDTDefinition
 
addCheckClause(String) - Methode in Klasse org.jooq.meta.DefaultDomainDefinition
 
addCheckClause(String...) - Methode in Klasse org.jooq.meta.DefaultDomainDefinition
 
addCheckConstraint(TableDefinition, CheckConstraintDefinition) - Methode in Klasse org.jooq.meta.DefaultRelations
 
addFilter(Database.Filter) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
addFilter(Database.Filter) - Methode in Schnittstelle 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) - Methode in Klasse org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, boolean) - Methode in Klasse org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, Integer, boolean) - Methode in Klasse org.jooq.meta.DefaultRelations
 
addForeignKey(String, TableDefinition, ColumnDefinition, String, TableDefinition, ColumnDefinition, boolean) - Methode in Klasse org.jooq.meta.DefaultRelations
 
addLiteral(String) - Methode in Klasse org.jooq.meta.DefaultEnumDefinition
 
addLiterals(String...) - Methode in Klasse org.jooq.meta.DefaultEnumDefinition
 
addParameter(InOutDefinition, ParameterDefinition) - Methode in Klasse org.jooq.meta.AbstractRoutineDefinition
 
addPrimaryKey(String, TableDefinition, ColumnDefinition) - Methode in Klasse org.jooq.meta.DefaultRelations
 
addPrimaryKey(String, TableDefinition, ColumnDefinition, boolean) - Methode in Klasse org.jooq.meta.DefaultRelations
 
addUniqueKey(String, TableDefinition, ColumnDefinition) - Methode in Klasse org.jooq.meta.DefaultRelations
 
addUniqueKey(String, TableDefinition, ColumnDefinition, boolean) - Methode in Klasse org.jooq.meta.DefaultRelations
 
ALL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.ForcedTypeObjectType
 
ALL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.Nullability
 
allParameters - Variable in Klasse org.jooq.meta.AbstractRoutineDefinition
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.CatalogMappingType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.CommentType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Configuration
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Database
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.EmbeddableDefinitionType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.EmbeddableField
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.EnumType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.ForcedType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Generate
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Generator
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Jdbc
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.LambdaConverter
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatcherRule
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Matchers
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersAttributeType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersCatalogType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersEmbeddableType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersEnumType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersFieldType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersForeignKeyType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersIndexType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersRoutineType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersSchemaType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersSequenceType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersTableType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.MatchersUniqueKeyType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Property
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SchemaMappingType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Strategy
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticColumnType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticDaoMethodType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticDaoType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticEnumType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticForeignKeyType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticIdentityType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticObjectsType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.SyntheticViewType
 
appendTo(XMLBuilder) - Methode in Klasse org.jooq.meta.jaxb.Target
 
ArrayDefinition - Schnittstelle in org.jooq.meta
A definition for an ARRAY type
AS_IS - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
 
asMethodOverrides - Variable in Klasse org.jooq.meta.jaxb.Generate
 
ATTRIBUTE - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.ForcedTypeObjectType
 
AttributeDefinition - Schnittstelle in org.jooq.meta
An attribute in a UDTDefinition
attributeGetter - Variable in Klasse org.jooq.meta.jaxb.MatchersAttributeType
 
attributeIdentifier - Variable in Klasse org.jooq.meta.jaxb.MatchersAttributeType
 
attributeMember - Variable in Klasse org.jooq.meta.jaxb.MatchersAttributeType
 
attributes - Variable in Klasse org.jooq.meta.jaxb.Matchers
 
attributeSetter - Variable in Klasse org.jooq.meta.jaxb.MatchersAttributeType
 
auditInsertTimestamp - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
auditInsertTimestamp - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
auditInsertUser - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
auditInsertUser - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
auditUpdateTimestamp - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
auditUpdateTimestamp - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
auditUpdateUser - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
auditUpdateUser - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
autoCommit - Variable in Klasse org.jooq.meta.jaxb.Jdbc
 
autoConverter - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
autoConverter - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 

B

basedir - Variable in Klasse org.jooq.meta.jaxb.Configuration
 
binding - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
binding - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
BufferedLog - Klasse 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 - Statische Variable in Klasse org.jooq.meta.Constants
The build date of this version.

C

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

D

daoClass - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
daoExtends - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
daoImplements - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
daos - Variable in Klasse org.jooq.meta.jaxb.Generate
 
daos - Variable in Klasse org.jooq.meta.jaxb.SyntheticObjectsType
 
database - Variable in Klasse org.jooq.meta.jaxb.Generator
 
database(SQLDialect) - Statische Methode in Klasse org.jooq.meta.Databases
Get a Database instance for a given SQLDialect.
Database - Klasse in org.jooq.meta.jaxb
Configuration of the database meta data source.
Database - Schnittstelle in org.jooq.meta
A general database model.
Database() - Konstruktor für Klasse org.jooq.meta.jaxb.Database
 
Database.Filter - Schnittstelle in org.jooq.meta
A filter type that can be used with Database.addFilter(Filter)
databaseClass(SQLDialect) - Statische Methode in Klasse org.jooq.meta.Databases
Get a reference to a Database class for a given SQLDialect.
Databases - Klasse in org.jooq.meta
A common utility class that provides access to various Database implementations and SQLDialects.
Databases() - Konstruktor für Klasse org.jooq.meta.Databases
 
DataTypeDefinition - Schnittstelle in org.jooq.meta
A definition for a data type object.
dateAsTimestamp - Variable in Klasse org.jooq.meta.jaxb.Database
 
dateAsTimestamp() - Methode in Klasse org.jooq.meta.AbstractDatabase
 
dateAsTimestamp() - Methode in Schnittstelle org.jooq.meta.Database
Whether DATE columns should be treated as TIMESTAMP columns.
debug(Object) - Methode in Klasse org.jooq.meta.BufferedLog
 
debug(Object, Object) - Methode in Klasse org.jooq.meta.BufferedLog
 
debug(Object, Object, Throwable) - Methode in Klasse org.jooq.meta.BufferedLog
 
debug(Object, Throwable) - Methode in Klasse org.jooq.meta.BufferedLog
 
DEBUG - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.Logging
 
DEFAULT - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.VisibilityModifier
 
DefaultArrayDefinition - Klasse in org.jooq.meta
 
DefaultArrayDefinition(SchemaDefinition, String, DataTypeDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultArrayDefinition
 
DefaultArrayDefinition(SchemaDefinition, PackageDefinition, String, DataTypeDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultArrayDefinition
 
DefaultArrayDefinition(SchemaDefinition, PackageDefinition, String, DataTypeDefinition, DataTypeDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultArrayDefinition
 
DefaultAttributeDefinition - Klasse in org.jooq.meta
A base implementation for column definitions.
DefaultAttributeDefinition(UDTDefinition, String, int, DataTypeDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultAttributeDefinition
 
defaultCatalog - Variable in Klasse org.jooq.meta.jaxb.Generate
 
DefaultCheckConstraintDefinition - Klasse in org.jooq.meta
 
DefaultCheckConstraintDefinition(SchemaDefinition, TableDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultCheckConstraintDefinition
 
DefaultCheckConstraintDefinition(SchemaDefinition, TableDefinition, String, String, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultCheckConstraintDefinition
 
DefaultColumnDefinition - Klasse in org.jooq.meta
A base implementation for column definitions.
DefaultColumnDefinition(TableDefinition, String, int, DataTypeDefinition, boolean, boolean, String) - Konstruktor für Klasse org.jooq.meta.DefaultColumnDefinition
 
DefaultColumnDefinition(TableDefinition, String, int, DataTypeDefinition, boolean, String) - Konstruktor für Klasse org.jooq.meta.DefaultColumnDefinition
 
DefaultDataTypeDefinition - Klasse in org.jooq.meta
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, boolean, String, String, boolean, Name, String, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, boolean, String, String, boolean, Name, String, String, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, Boolean, Name) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, boolean, Name, String, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, String, String, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDataTypeDefinition(Database, SchemaDefinition, String, Number, Number, Number, Boolean, String, Name, String, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultDataTypeDefinition
 
DefaultDomainDefinition - Klasse in org.jooq.meta
 
DefaultDomainDefinition(SchemaDefinition, String, DataTypeDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultDomainDefinition
 
DefaultEmbeddableColumnDefinition - Klasse in org.jooq.meta
 
DefaultEmbeddableColumnDefinition(EmbeddableDefinition, String, ColumnDefinition, int) - Konstruktor für Klasse org.jooq.meta.DefaultEmbeddableColumnDefinition
 
DefaultEmbeddableDefinition - Klasse in org.jooq.meta
 
DefaultEmbeddableDefinition(SchemaDefinition, String, String, TableDefinition, List<String>, String, String, TableDefinition, List<ColumnDefinition>, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultEmbeddableDefinition
 
DefaultEnumDefinition - Klasse in org.jooq.meta
 
DefaultEnumDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultEnumDefinition
 
DefaultEnumDefinition(SchemaDefinition, String, String, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultEnumDefinition
 
DefaultForeignKeyDefinition - Klasse in org.jooq.meta
 
DefaultForeignKeyDefinition(SchemaDefinition, String, TableDefinition, UniqueKeyDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultForeignKeyDefinition
 
DefaultForeignKeyDefinition(SchemaDefinition, String, TableDefinition, UniqueKeyDefinition, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultForeignKeyDefinition
 
DefaultIdentityDefinition - Klasse in org.jooq.meta
A default implementation for IdentityDefinition
DefaultIdentityDefinition(ColumnDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultIdentityDefinition
 
DefaultIndexColumnDefinition - Klasse in org.jooq.meta
 
DefaultIndexColumnDefinition(IndexDefinition, ColumnDefinition, SortOrder, int) - Konstruktor für Klasse org.jooq.meta.DefaultIndexColumnDefinition
 
DefaultInverseForeignKeyDefinition - Klasse in org.jooq.meta
 
DefaultInverseForeignKeyDefinition(ForeignKeyDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultInverseForeignKeyDefinition
 
DefaultManyToManyKeyDefinition - Klasse in org.jooq.meta
 
DefaultManyToManyKeyDefinition(ForeignKeyDefinition, UniqueKeyDefinition, ForeignKeyDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultManyToManyKeyDefinition
 
DefaultMetaTableDefinition - Klasse in org.jooq.meta
 
DefaultMetaTableDefinition(SchemaDefinition, Table<?>) - Konstruktor für Klasse org.jooq.meta.DefaultMetaTableDefinition
 
DefaultOrderProvider - Klasse in org.jooq.meta
A default order provider that allows for comparing arbitrary definitions.
DefaultOrderProvider() - Konstruktor für Klasse org.jooq.meta.DefaultOrderProvider
 
DefaultParameterDefinition - Klasse in org.jooq.meta
A base implementation for column definitions.
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String) - Konstruktor für Klasse org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String, String) - Konstruktor für Klasse org.jooq.meta.DefaultParameterDefinition
 
DefaultParameterDefinition(RoutineDefinition, String, int, DataTypeDefinition, boolean, boolean, String, String, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultParameterDefinition
 
DefaultRelations - Klasse in org.jooq.meta
 
DefaultRelations() - Konstruktor für Klasse org.jooq.meta.DefaultRelations
 
defaultSchema - Variable in Klasse org.jooq.meta.jaxb.Generate
 
DefaultSequenceDefinition - Klasse in org.jooq.meta
 
DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition) - Konstruktor für Klasse org.jooq.meta.DefaultSequenceDefinition
 
DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition, String) - Konstruktor für Klasse org.jooq.meta.DefaultSequenceDefinition
 
DefaultSequenceDefinition(SchemaDefinition, String, DataTypeDefinition, String, Number, Number, Number, Number, boolean, Number) - Konstruktor für Klasse org.jooq.meta.DefaultSequenceDefinition
 
DefaultSyntheticDaoDefinition - Klasse in org.jooq.meta
A definition wrapping a SyntheticDaoType.
DefaultSyntheticDaoDefinition(Database, SchemaDefinition, SyntheticDaoType) - Konstruktor für Klasse org.jooq.meta.DefaultSyntheticDaoDefinition
 
DefaultUniqueKeyDefinition - Klasse in org.jooq.meta
 
DefaultUniqueKeyDefinition(SchemaDefinition, String, TableDefinition, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultUniqueKeyDefinition
 
DefaultUniqueKeyDefinition(SchemaDefinition, String, TableDefinition, boolean, boolean) - Konstruktor für Klasse org.jooq.meta.DefaultUniqueKeyDefinition
 
DefaultXMLNamespaceDefinition - Klasse in org.jooq.meta
 
DefaultXMLNamespaceDefinition(XMLSchemaCollectionDefinition, String) - Konstruktor für Klasse org.jooq.meta.DefaultXMLNamespaceDefinition
 
DefaultXMLSchemaCollectionDefinition - Klasse in org.jooq.meta
 
DefaultXMLSchemaCollectionDefinition(SchemaDefinition, String) - Konstruktor für Klasse org.jooq.meta.DefaultXMLSchemaCollectionDefinition
 
DefaultXMLTypeDefinition - Klasse in org.jooq.meta
 
DefaultXMLTypeDefinition(XMLNamespaceDefinition, String, int) - Konstruktor für Klasse org.jooq.meta.DefaultXMLTypeDefinition
 
Definition - Schnittstelle in org.jooq.meta
A general interface defining any database object, such as tables, views, stored procedures, etc.
deprecated - Variable in Klasse org.jooq.meta.jaxb.CommentType
 
deprecated - Variable in Klasse org.jooq.meta.jaxb.Generate
 
deprecationOnUnknownTypes - Variable in Klasse org.jooq.meta.jaxb.Generate
 
DerbyDatabase - Klasse in org.jooq.meta.derby
 
DerbyDatabase() - Konstruktor für Klasse org.jooq.meta.derby.DerbyDatabase
 
DerbyTableDefinition - Klasse in org.jooq.meta.derby
 
DerbyTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Konstruktor für Klasse org.jooq.meta.derby.DerbyTableDefinition
 
DETECT_FROM_JDK - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedAnnotationType
 
DETECT_FROM_JDK - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedTextBlocks
 
directory - Variable in Klasse org.jooq.meta.jaxb.Target
 
DomainDefinition - Schnittstelle in org.jooq.meta
A definition for a domain UDT.
DOTALL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
 
driver - Variable in Klasse org.jooq.meta.jaxb.Jdbc
 

E

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

F

FAIL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.OnError
 
FATAL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.Logging
 
fetchedSize(Collection<?>, Collection<?>) - Statische Methode in Klasse org.jooq.meta.AbstractDatabase
 
fieldGetter - Variable in Klasse org.jooq.meta.jaxb.MatchersFieldType
 
fieldIdentifier - Variable in Klasse org.jooq.meta.jaxb.MatchersFieldType
 
fieldMember - Variable in Klasse org.jooq.meta.jaxb.MatchersFieldType
 
fields - Variable in Klasse org.jooq.meta.jaxb.EmbeddableDefinitionType
 
fields - Variable in Klasse org.jooq.meta.jaxb.Matchers
 
fields - Variable in Klasse org.jooq.meta.jaxb.SyntheticEnumType
 
fields - Variable in Klasse org.jooq.meta.jaxb.SyntheticForeignKeyType
 
fields - Variable in Klasse org.jooq.meta.jaxb.SyntheticIdentityType
 
fields - Variable in Klasse org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
fields - Variable in Klasse org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
fields - Variable in Klasse org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
fieldSetter - Variable in Klasse org.jooq.meta.jaxb.MatchersFieldType
 
filter(List<T>, String) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filter(List<T>, List<String>) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterExcludeInclude(List<D>) - Methode in Schnittstelle org.jooq.meta.Database
Filter a list of definitions according to the exclude / include / and filter settings of this database.
filterExcludeInclude(List<T>) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterExcludeInclude(List<T>, String[], String[], List<Database.Filter>) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterExcludeInclude(List<T>, String, String) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterPackage(List<T>, PackageDefinition) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterPackage(List<T>, PackageDefinition, Map<PackageDefinition, List<T>>) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterSchema(List<T>, SchemaDefinition) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterSchema(List<T>, SchemaDefinition, Map<SchemaDefinition, List<T>>) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterTable(List<T>, TableDefinition) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
filterTable(List<T>, TableDefinition, Map<TableDefinition, List<T>>) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
FirebirdDatabase - Klasse in org.jooq.meta.firebird
 
FirebirdDatabase() - Konstruktor für Klasse org.jooq.meta.firebird.FirebirdDatabase
 
FirebirdRoutineDefinition - Klasse in org.jooq.meta.firebird
 
FirebirdRoutineDefinition(SchemaDefinition, String) - Konstruktor für Klasse org.jooq.meta.firebird.FirebirdRoutineDefinition
 
FirebirdRoutineDefinition(SchemaDefinition, String, String, Number, Number) - Konstruktor für Klasse org.jooq.meta.firebird.FirebirdRoutineDefinition
 
FirebirdTableDefinition - Klasse in org.jooq.meta.firebird
 
FirebirdTableDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.firebird.FirebirdTableDefinition
 
FirebirdTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Konstruktor für Klasse org.jooq.meta.firebird.FirebirdTableDefinition
 
FirebirdTableValuedFunction - Klasse in org.jooq.meta.firebird
 
FirebirdTableValuedFunction(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.firebird.FirebirdTableValuedFunction
 
FirebirdTableValuedFunction(SchemaDefinition, String, String, String) - Konstruktor für Klasse org.jooq.meta.firebird.FirebirdTableValuedFunction
 
fluentSetters - Variable in Klasse org.jooq.meta.jaxb.Generate
 
flush() - Statische Methode in Klasse org.jooq.meta.BufferedLog
Perform the actual logging.
ForcedType - Klasse in org.jooq.meta.jaxb
A forced type declaration
ForcedType() - Konstruktor für Klasse org.jooq.meta.jaxb.ForcedType
 
ForcedTypeObjectType - Enum-Klasse in org.jooq.meta.jaxb
Java class for ForcedTypeObjectType.
forcedTypes - Variable in Klasse org.jooq.meta.jaxb.Database
 
forcedTypesForBuiltinDataTypeExtensions - Variable in Klasse org.jooq.meta.jaxb.Database
 
forcedTypesForXMLSchemaCollections - Variable in Klasse org.jooq.meta.jaxb.Database
 
forceIntegerTypesOnZeroScaleDecimals - Variable in Klasse org.jooq.meta.jaxb.Database
 
ForeignKeyDefinition - Schnittstelle in org.jooq.meta
An object holding information about a foreign key relationship.
foreignKeys - Variable in Klasse org.jooq.meta.jaxb.Matchers
 
foreignKeys - Variable in Klasse org.jooq.meta.jaxb.SyntheticObjectsType
 
from - Variable in Klasse org.jooq.meta.jaxb.LambdaConverter
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.ForcedTypeObjectType
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedAnnotationType
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedSerialVersionUID
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedTextBlocks
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.Logging
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.Nullability
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.OnError
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
 
fromValue(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.VisibilityModifier
 
FULL_VERSION - Statische Variable in Klasse org.jooq.meta.Constants
The latest jOOQ full version.
fullyQualifiedTypes - Variable in Klasse org.jooq.meta.jaxb.Generate
 

G

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

H

H2Database - Klasse in org.jooq.meta.h2
H2 implementation of AbstractDatabase
H2Database() - Konstruktor für Klasse org.jooq.meta.h2.H2Database
 
H2RoutineDefinition - Klasse in org.jooq.meta.h2
H2 implementation of AbstractRoutineDefinition
H2RoutineDefinition(SchemaDefinition, String, String, String, Number, Number, String, String) - Konstruktor für Klasse org.jooq.meta.h2.H2RoutineDefinition
 
H2TableDefinition - Klasse in org.jooq.meta.h2
H2 table definition
H2TableDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.h2.H2TableDefinition
 
H2TableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Konstruktor für Klasse org.jooq.meta.h2.H2TableDefinition
 
HASH - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedSerialVersionUID
 
hashCode() - Methode in Klasse org.jooq.meta.AbstractDefinition
 
hashCode() - Methode in Klasse org.jooq.meta.DefaultDataTypeDefinition
 
hashCode() - Methode in Klasse org.jooq.meta.DefaultEmbeddableColumnDefinition
 
hashCode() - Methode in Klasse org.jooq.meta.DefaultEmbeddableDefinition
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.CatalogMappingType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.CommentType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Configuration
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Database
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.EmbeddableDefinitionType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.EmbeddableField
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.EnumType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.ForcedType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Generate
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Generator
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Jdbc
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.LambdaConverter
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatcherRule
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Matchers
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersAttributeType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersCatalogType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersEmbeddableType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersEnumType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersFieldType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersForeignKeyType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersIndexType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersPrimaryKeyType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersRoutineType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersSchemaType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersSequenceType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersTableType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.MatchersUniqueKeyType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Property
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SchemaMappingType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Strategy
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticColumnType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticDaoMethodType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticDaoType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticEnumType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticForeignKeyType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticIdentityType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticObjectsType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticReadonlyColumnType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.SyntheticViewType
 
hashCode() - Methode in Klasse org.jooq.meta.jaxb.Target
 
HSQLDBDatabase - Klasse in org.jooq.meta.hsqldb
The HSQLDB database
HSQLDBDatabase() - Konstruktor für Klasse org.jooq.meta.hsqldb.HSQLDBDatabase
 
HSQLDBRoutineDefinition - Klasse in org.jooq.meta.hsqldb
HSQLDB implementation of AbstractRoutineDefinition
HSQLDBRoutineDefinition(SchemaDefinition, String, String, String, Number, Number) - Konstruktor für Klasse org.jooq.meta.hsqldb.HSQLDBRoutineDefinition
 
HSQLDBRoutineDefinition(SchemaDefinition, String, String, String, Number, Number, boolean) - Konstruktor für Klasse org.jooq.meta.hsqldb.HSQLDBRoutineDefinition
 
HSQLDBTableDefinition - Klasse in org.jooq.meta.hsqldb
 
HSQLDBTableDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.hsqldb.HSQLDBTableDefinition
 
HSQLDBTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Konstruktor für Klasse org.jooq.meta.hsqldb.HSQLDBTableDefinition
 
HSQLDBTableValuedFunction - Klasse in org.jooq.meta.hsqldb
 
HSQLDBTableValuedFunction(SchemaDefinition, String, String, String, String) - Konstruktor für Klasse org.jooq.meta.hsqldb.HSQLDBTableValuedFunction
 

I

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

J

java - Variable in Klasse org.jooq.meta.jaxb.Database
 
java - Variable in Klasse org.jooq.meta.jaxb.Generator
 
java - Variable in Klasse org.jooq.meta.jaxb.Strategy
 
javaBeansGettersAndSetters - Variable in Klasse org.jooq.meta.jaxb.Generate
 
javadoc - Variable in Klasse org.jooq.meta.jaxb.Generate
 
javaTimeTypes - Variable in Klasse org.jooq.meta.jaxb.Generate
 
javaTimeTypes() - Methode in Klasse org.jooq.meta.AbstractDatabase
 
javaTimeTypes() - Methode in Schnittstelle org.jooq.meta.Database
Whether java.time types are used, as opposed to java.sql types.
JavaTypeResolver - Schnittstelle in org.jooq.meta
A function that can be injected into jOOQ-meta elements to resolve Java types from DataTypeDefinition.
JAVAX_ANNOTATION_GENERATED - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedAnnotationType
 
JAVAX_ANNOTATION_PROCESSING_GENERATED - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedAnnotationType
 
jdbc - Variable in Klasse org.jooq.meta.jaxb.Configuration
 
Jdbc - Klasse in org.jooq.meta.jaxb
JDBC connection configuration.
Jdbc() - Konstruktor für Klasse org.jooq.meta.jaxb.Jdbc
 
JDBCDatabase - Klasse in org.jooq.meta.jdbc
The JDBC database
JDBCDatabase() - Konstruktor für Klasse org.jooq.meta.jdbc.JDBCDatabase
 
jooqVersionReference - Variable in Klasse org.jooq.meta.jaxb.Generate
 
jpaAnnotations - Variable in Klasse org.jooq.meta.jaxb.Generate
 
jpaVersion - Variable in Klasse org.jooq.meta.jaxb.Generate
 
jsonConverter - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
jsonConverter - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
jsonTypes - Variable in Klasse org.jooq.meta.jaxb.Generate
 

K

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

L

lambdaConverter - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
lambdaConverter - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
LambdaConverter - Klasse in org.jooq.meta.jaxb
A converter taking two lambda definitions.
LambdaConverter() - Konstruktor für Klasse org.jooq.meta.jaxb.LambdaConverter
 
links - Variable in Klasse org.jooq.meta.jaxb.Generate
 
LITERAL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
 
literals - Variable in Klasse org.jooq.meta.jaxb.EnumType
 
literals - Variable in Klasse org.jooq.meta.jaxb.SyntheticEnumType
 
literalsFromCheckConstraints - Variable in Klasse org.jooq.meta.jaxb.SyntheticEnumType
 
literalsFromColumnContent - Variable in Klasse org.jooq.meta.jaxb.SyntheticEnumType
 
literalSql - Variable in Klasse org.jooq.meta.jaxb.SyntheticEnumType
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.AbstractDatabase
Retrieve CHECK constraints and store them to relations.
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.AbstractMetaDatabase
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.cubrid.CUBRIDDatabase
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.derby.DerbyDatabase
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.firebird.FirebirdDatabase
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.h2.H2Database
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.hsqldb.HSQLDBDatabase
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.mysql.MySQLDatabase
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.postgres.PostgresDatabase
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.sqlite.SQLiteDatabase
 
loadCheckConstraints(DefaultRelations) - Methode in Klasse org.jooq.meta.xml.XMLDatabase
 
loadClass(String) - Statische Methode in Klasse org.jooq.meta.ClassUtils
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.AbstractDatabase
Retrieve foreign keys and store them to relations.
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.AbstractMetaDatabase
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.cubrid.CUBRIDDatabase
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.derby.DerbyDatabase
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.firebird.FirebirdDatabase
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.h2.H2Database
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.hsqldb.HSQLDBDatabase
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.mysql.MySQLDatabase
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.postgres.PostgresDatabase
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.sqlite.SQLiteDatabase
 
loadForeignKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.xml.XMLDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.AbstractDatabase
Retrieve primary keys and store them to relations
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.AbstractMetaDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.cubrid.CUBRIDDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.derby.DerbyDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.firebird.FirebirdDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.h2.H2Database
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.hsqldb.HSQLDBDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.mysql.MySQLDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.postgres.PostgresDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.sqlite.SQLiteDatabase
 
loadPrimaryKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.xml.XMLDatabase
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.AbstractDatabase
Retrieve non-primary unique keys and store them to relations
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.AbstractMetaDatabase
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.cubrid.CUBRIDDatabase
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.derby.DerbyDatabase
Retrieve non-primary unique keys and store them to relations
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.firebird.FirebirdDatabase
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.h2.H2Database
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.hsqldb.HSQLDBDatabase
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.mysql.MySQLDatabase
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.postgres.PostgresDatabase
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.sqlite.SQLiteDatabase
 
loadUniqueKeys(DefaultRelations) - Methode in Klasse org.jooq.meta.xml.XMLDatabase
 
locale - Variable in Klasse org.jooq.meta.jaxb.Target
 
log(Log.Level, Object) - Methode in Klasse org.jooq.meta.BufferedLog
 
log(Log.Level, Object, Object) - Methode in Klasse org.jooq.meta.BufferedLog
 
log(Log.Level, Object, Object, Throwable) - Methode in Klasse org.jooq.meta.BufferedLog
 
log(Log.Level, Object, Throwable) - Methode in Klasse org.jooq.meta.BufferedLog
 
LOG - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.OnError
 
logging - Variable in Klasse org.jooq.meta.jaxb.Configuration
 
Logging - Enum-Klasse in org.jooq.meta.jaxb
Java class for Logging.
logSlowQueriesAfterSeconds - Variable in Klasse org.jooq.meta.jaxb.Database
 
logSlowResultsAfterSeconds - Variable in Klasse org.jooq.meta.jaxb.Database
 
LOWER - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
 
LOWER_FIRST_LETTER - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
 

M

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

N

name - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
name - Variable in Klasse org.jooq.meta.jaxb.Database
 
name - Variable in Klasse org.jooq.meta.jaxb.EmbeddableDefinitionType
 
name - Variable in Klasse org.jooq.meta.jaxb.EmbeddableField
 
name - Variable in Klasse org.jooq.meta.jaxb.EnumType
 
name - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
name - Variable in Klasse org.jooq.meta.jaxb.Generator
 
name - Variable in Klasse org.jooq.meta.jaxb.Strategy
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticColumnType
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticDaoMethodType
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticDaoType
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticEnumType
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticForeignKeyType
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticPrimaryKeyType
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticReadonlyRowidType
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticUniqueKeyType
 
name - Variable in Klasse org.jooq.meta.jaxb.SyntheticViewType
 
nameconcatoid(Routines) - Methode in Klasse org.jooq.meta.postgres.PostgresDatabase
 
newline - Variable in Klasse org.jooq.meta.jaxb.Generate
 
NONE - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.VisibilityModifier
 
nonnullAnnotation - Variable in Klasse org.jooq.meta.jaxb.Generate
 
nonnullAnnotationType - Variable in Klasse org.jooq.meta.jaxb.Generate
 
NOT_NULL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.Nullability
 
NS_CODEGEN - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-codegen XML namespace.
NS_EXPORT - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-export XML namespace.
NS_META - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-meta XML namespace.
NS_MIGRATIONS - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-migrations XML namespace.
NS_RUNTIME - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-runtime XML namespace.
NULL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.Nullability
 
nullability - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
Nullability - Enum-Klasse in org.jooq.meta.jaxb
Java class for Nullability.
nullable - Variable in Klasse org.jooq.meta.jaxb.LambdaConverter
 
nullableAnnotation - Variable in Klasse org.jooq.meta.jaxb.Generate
 
nullableAnnotationType - Variable in Klasse org.jooq.meta.jaxb.Generate
 

O

ObjectFactory - Klasse 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() - Konstruktor für Klasse 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 Klasse org.jooq.meta.jaxb.ForcedType
 
OFF - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedSerialVersionUID
 
OFF - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedTextBlocks
 
ON - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedTextBlocks
 
onError - Variable in Klasse org.jooq.meta.jaxb.Configuration
 
onError() - Methode in Klasse org.jooq.meta.AbstractDatabase
 
onError() - Methode in Schnittstelle org.jooq.meta.Database
The behaviour when errors are encountered.
OnError - Enum-Klasse in org.jooq.meta.jaxb
Java class for OnError.
onUnused - Variable in Klasse org.jooq.meta.jaxb.Configuration
 
oracleUseDBAViews - Variable in Klasse org.jooq.meta.jaxb.Database
 
orderProvider - Variable in Klasse org.jooq.meta.jaxb.Database
 
ORG_JOOQ_GENERATED - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.GeneratedAnnotationType
 
org.jooq.meta - Modul 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-Konstante in Enum-Klasse org.jooq.meta.InOutDefinition
An out parameter
outParameters - Variable in Klasse org.jooq.meta.AbstractRoutineDefinition
 
outputCatalog - Variable in Klasse org.jooq.meta.jaxb.CatalogMappingType
 
outputCatalog - Variable in Klasse org.jooq.meta.jaxb.Database
 
outputCatalogToDefault - Variable in Klasse org.jooq.meta.jaxb.CatalogMappingType
 
outputCatalogToDefault - Variable in Klasse org.jooq.meta.jaxb.Database
 
outputSchema - Variable in Klasse org.jooq.meta.jaxb.Database
 
outputSchema - Variable in Klasse org.jooq.meta.jaxb.SchemaMappingType
 
outputSchemaToDefault - Variable in Klasse org.jooq.meta.jaxb.Database
 
outputSchemaToDefault - Variable in Klasse org.jooq.meta.jaxb.SchemaMappingType
 
overload(Field<String>, Field<String>, Field<String>) - Methode in Klasse org.jooq.meta.AbstractDatabase
 
overridePrimaryKey(UniqueKeyDefinition) - Methode in Klasse org.jooq.meta.DefaultRelations
 
overridePrimaryKeys - Variable in Klasse org.jooq.meta.jaxb.Database
 

P

PackageDefinition - Schnittstelle in org.jooq.meta
An interface defining a package in a database schema
packageName - Variable in Klasse org.jooq.meta.jaxb.Target
 
PARAMETER - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.ForcedTypeObjectType
 
PARAMETER_PATTERN - Statische Variable in Klasse org.jooq.meta.AbstractRoutineDefinition
 
ParameterDefinition - Schnittstelle in org.jooq.meta
An interface defining a parameter of a stored procedure or stored function.
parseNotNull(String) - Methode in Klasse org.jooq.meta.AbstractElementContainerDefinition
 
parsePrecision(String) - Methode in Klasse org.jooq.meta.AbstractElementContainerDefinition
 
parseScale(String) - Methode in Klasse org.jooq.meta.AbstractElementContainerDefinition
 
parseTypeName(String) - Methode in Klasse org.jooq.meta.AbstractElementContainerDefinition
 
PASCAL - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
 
password - Variable in Klasse org.jooq.meta.jaxb.Jdbc
 
pathClass - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
pathClass - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
pathExtends - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
pathExtends - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
pathImplements - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
pathImplements - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
pathMethodName - Variable in Klasse org.jooq.meta.jaxb.MatchersForeignKeyType
 
pathMethodNameInverse - Variable in Klasse org.jooq.meta.jaxb.MatchersForeignKeyType
 
pathMethodNameManyToMany - Variable in Klasse org.jooq.meta.jaxb.MatchersForeignKeyType
 
pattern(String) - Methode in Klasse org.jooq.meta.Patterns
 
Patterns - Klasse in org.jooq.meta
A cache for Pattern instances.
Patterns() - Konstruktor für Klasse org.jooq.meta.Patterns
 
pojoClass - Variable in Klasse org.jooq.meta.jaxb.MatchersEmbeddableType
 
pojoClass - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
pojoClass - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
pojoExtends - Variable in Klasse org.jooq.meta.jaxb.MatchersEmbeddableType
 
pojoExtends - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
pojoExtends - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
pojoImplements - Variable in Klasse org.jooq.meta.jaxb.MatchersEmbeddableType
 
pojoImplements - Variable in Klasse org.jooq.meta.jaxb.MatchersTableType
 
pojoImplements - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
pojos - Variable in Klasse org.jooq.meta.jaxb.Generate
 
pojosAsJavaRecordClasses - Variable in Klasse org.jooq.meta.jaxb.Generate
 
pojosAsKotlinDataClasses - Variable in Klasse org.jooq.meta.jaxb.Generate
 
pojosAsScalaCaseClasses - Variable in Klasse org.jooq.meta.jaxb.Generate
 
pojosEqualsAndHashCode - Variable in Klasse org.jooq.meta.jaxb.Generate
 
pojosToString - Variable in Klasse org.jooq.meta.jaxb.Generate
 
PositionedDefinition - Schnittstelle in org.jooq.meta
A definition that is positioned at a 1-based index within its parent.
PostgresDatabase - Klasse 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() - Konstruktor für Klasse org.jooq.meta.postgres.PostgresDatabase
 
PostgresMaterializedViewDefinition - Klasse in org.jooq.meta.postgres
 
PostgresMaterializedViewDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresMaterializedViewDefinition
 
PostgresMaterializedViewDefinition(SchemaDefinition, String, String, String) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresMaterializedViewDefinition
 
PostgresRoutineDefinition - Klasse in org.jooq.meta.postgres
Postgres implementation of AbstractRoutineDefinition
PostgresRoutineDefinition(Database, Record) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresRoutineDefinition
 
PostgresTableDefinition - Klasse in org.jooq.meta.postgres
 
PostgresTableDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresTableDefinition
 
PostgresTableDefinition(SchemaDefinition, String, String, TableOptions.TableType, String) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresTableDefinition
 
PostgresTableValuedFunction - Klasse in org.jooq.meta.postgres
 
PostgresTableValuedFunction(SchemaDefinition, String, String, String) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresTableValuedFunction
 
PostgresTableValuedFunction(SchemaDefinition, String, String, String, String) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresTableValuedFunction
 
PostgresTableValuedFunction(SchemaDefinition, String, String, String, String, SchemaDefinition, String) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresTableValuedFunction
 
PostgresUDTDefinition - Klasse in org.jooq.meta.postgres
 
PostgresUDTDefinition(SchemaDefinition, String, String) - Konstruktor für Klasse org.jooq.meta.postgres.PostgresUDTDefinition
 
PRECISION_SCALE - Statische Variable in Klasse org.jooq.meta.AbstractElementContainerDefinition
Precision and scale for those dialects that don't formally provide that information in a separate field
primaryKeys - Variable in Klasse org.jooq.meta.jaxb.Matchers
 
primaryKeys - Variable in Klasse org.jooq.meta.jaxb.SyntheticObjectsType
 
primaryKeys(List<String>) - Methode in Klasse org.jooq.meta.derby.DerbyDatabase
 
primaryKeys(List<String>) - Methode in Klasse org.jooq.meta.firebird.FirebirdDatabase
 
primaryKeys(List<String>) - Methode in Klasse org.jooq.meta.h2.H2Database
 
primaryKeys(List<String>) - Methode in Klasse org.jooq.meta.hsqldb.HSQLDBDatabase
 
primaryKeys(List<String>) - Methode in Klasse org.jooq.meta.mysql.MySQLDatabase
 
primaryKeys(List<String>) - Methode in Klasse org.jooq.meta.postgres.PostgresDatabase
 
primaryKeys(List<String>) - Methode in Schnittstelle org.jooq.meta.ResultQueryDatabase
A query that produces primary keys for a set of input schemas.
primaryKeys(List<String>) - Methode in Klasse org.jooq.meta.sqlite.SQLiteDatabase
 
printMarginForBlockComment - Variable in Klasse org.jooq.meta.jaxb.Generate
 
priority - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
PRIVATE - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.VisibilityModifier
 
properties - Variable in Klasse org.jooq.meta.jaxb.Database
 
properties - Variable in Klasse org.jooq.meta.jaxb.Jdbc
 
Property - Klasse 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() - Konstruktor für Klasse org.jooq.meta.jaxb.Property
 
PUBLIC - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.VisibilityModifier
 

Q

qualifiedUserType(Name) - Methode in Klasse org.jooq.meta.DefaultDataTypeDefinition
 
queues - Variable in Klasse org.jooq.meta.jaxb.Generate
 

R

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

S

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

T

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

U

udtClass - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
UDTDefinition - Schnittstelle in org.jooq.meta
A definition for a UDT
udtExtends - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
udtIdentifier - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
udtImplements - Variable in Klasse org.jooq.meta.jaxb.MatchersUDTType
 
udtPaths - Variable in Klasse org.jooq.meta.jaxb.Generate
 
udts - Variable in Klasse org.jooq.meta.jaxb.Generate
 
udts - Variable in Klasse org.jooq.meta.jaxb.Matchers
 
UNICODE_CASE - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
 
UNICODE_CHARACTER_CLASS - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
 
UniqueKeyDefinition - Schnittstelle in org.jooq.meta
An object holding information about an inverse foreign key relationship.
uniqueKeys - Variable in Klasse org.jooq.meta.jaxb.Matchers
 
uniqueKeys - Variable in Klasse org.jooq.meta.jaxb.SyntheticObjectsType
 
uniqueKeys(List<String>) - Methode in Klasse org.jooq.meta.derby.DerbyDatabase
 
uniqueKeys(List<String>) - Methode in Klasse org.jooq.meta.firebird.FirebirdDatabase
 
uniqueKeys(List<String>) - Methode in Klasse org.jooq.meta.h2.H2Database
 
uniqueKeys(List<String>) - Methode in Klasse org.jooq.meta.hsqldb.HSQLDBDatabase
 
uniqueKeys(List<String>) - Methode in Klasse org.jooq.meta.mysql.MySQLDatabase
 
uniqueKeys(List<String>) - Methode in Klasse org.jooq.meta.postgres.PostgresDatabase
 
uniqueKeys(List<String>) - Methode in Schnittstelle org.jooq.meta.ResultQueryDatabase
A query that produces (non-primary) unique keys for a set of input schemas.
uniqueKeys(List<String>) - Methode in Klasse org.jooq.meta.sqlite.SQLiteDatabase
 
UNIX_LINES - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
 
unsignedTypes - Variable in Klasse org.jooq.meta.jaxb.Database
 
UPPER - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
 
UPPER_FIRST_LETTER - Enum-Konstante in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
 
url - Variable in Klasse org.jooq.meta.jaxb.Jdbc
 
user - Variable in Klasse org.jooq.meta.jaxb.Jdbc
 
username - Variable in Klasse org.jooq.meta.jaxb.Jdbc
 
userType - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 

V

validationAnnotations - Variable in Klasse org.jooq.meta.jaxb.Generate
 
value - Variable in Klasse org.jooq.meta.jaxb.Property
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.ForcedTypeObjectType
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedAnnotationType
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedSerialVersionUID
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedTextBlocks
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.Logging
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.Nullability
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.OnError
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
 
value() - Methode in Enum-Klasse org.jooq.meta.jaxb.VisibilityModifier
 
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.InOutDefinition
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.ForcedTypeObjectType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedAnnotationType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedSerialVersionUID
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedTextBlocks
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.Logging
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.Nullability
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.OnError
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.VisibilityModifier
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.InOutDefinition
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.ForcedTypeObjectType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedAnnotationType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedSerialVersionUID
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.GeneratedTextBlocks
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.Logging
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.MatcherTransformType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.Nullability
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.OnError
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.RegexFlag
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse org.jooq.meta.jaxb.VisibilityModifier
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
varargSetters - Variable in Klasse org.jooq.meta.jaxb.Generate
 
version(CatalogDefinition) - Methode in Schnittstelle org.jooq.meta.CatalogVersionProvider
Get a custom schema version.
version(SchemaDefinition) - Methode in Schnittstelle org.jooq.meta.SchemaVersionProvider
Get a custom schema version.
VERSION - Statische Variable in Klasse org.jooq.meta.Constants
The latest jOOQ version.
VERSION_3_15 - Statische Variable in Klasse org.jooq.meta.Constants
The minor release 3.15.
VERSION_3_16 - Statische Variable in Klasse org.jooq.meta.Constants
The minor release 3.16.
VERSION_3_17 - Statische Variable in Klasse org.jooq.meta.Constants
The minor release 3.17.
VERSION_3_18 - Statische Variable in Klasse org.jooq.meta.Constants
The minor release 3.18.
VERSION_3_19 - Statische Variable in Klasse org.jooq.meta.Constants
The minor release 3.19.
views - Variable in Klasse org.jooq.meta.jaxb.SyntheticObjectsType
 
visibilityModifier - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
visibilityModifier - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
visibilityModifier - Variable in Klasse org.jooq.meta.jaxb.Generate
 
VisibilityModifier - Enum-Klasse in org.jooq.meta.jaxb
Java class for VisibilityModifier.

W

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

X

xmlConverter - Variable in Klasse org.jooq.meta.jaxb.CustomType
Veraltet.
 
xmlConverter - Variable in Klasse org.jooq.meta.jaxb.ForcedType
 
XMLDatabase - Klasse in org.jooq.meta.xml
The XML Database.
XMLDatabase() - Konstruktor für Klasse org.jooq.meta.xml.XMLDatabase
 
XMLNamespaceDefinition - Schnittstelle in org.jooq.meta
A definition representing an XML namespace.
XMLPackageDefinition - Klasse in org.jooq.meta.xml
 
XMLPackageDefinition(SchemaDefinition, InformationSchema, String) - Konstruktor für Klasse org.jooq.meta.xml.XMLPackageDefinition
 
XMLRoutineDefinition - Klasse in org.jooq.meta.xml
 
XMLRoutineDefinition(SchemaDefinition, PackageDefinition, InformationSchema, Routine) - Konstruktor für Klasse org.jooq.meta.xml.XMLRoutineDefinition
 
XMLRoutineDefinition(SchemaDefinition, PackageDefinition, InformationSchema, Routine, String) - Konstruktor für Klasse org.jooq.meta.xml.XMLRoutineDefinition
 
XMLSchemaCollectionDefinition - Schnittstelle in org.jooq.meta
A definition representing an SCHEMA COLLECTION, i.e.
XMLTableDefinition - Klasse in org.jooq.meta.xml
 
XMLTableDefinition(SchemaDefinition, InformationSchema, Table) - Konstruktor für Klasse org.jooq.meta.xml.XMLTableDefinition
 
XMLTableDefinition(SchemaDefinition, InformationSchema, Table, String) - Konstruktor für Klasse org.jooq.meta.xml.XMLTableDefinition
 
XMLTableDefinition(SchemaDefinition, InformationSchema, Table, String, TableOptions.TableType, String) - Konstruktor für Klasse org.jooq.meta.xml.XMLTableDefinition
 
xmlTypeDefinition(XMLTypeDefinition) - Methode in Klasse org.jooq.meta.DefaultDataTypeDefinition
 
XMLTypeDefinition - Schnittstelle in org.jooq.meta
A definition representing an XML namespace.
xmlTypes - Variable in Klasse org.jooq.meta.jaxb.Generate
 
XSD_CODEGEN - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-codegen XSD file name.
XSD_EXPORT - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-export XSD file name.
XSD_META - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-meta XSD file name.
XSD_MIGRATIONS - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-migrations XSD file name.
XSD_RUNTIME - Statische Variable in Klasse org.jooq.meta.Constants
The current jooq-runtime XSD file name.

Y

YugabyteDBDatabase - Klasse in org.jooq.meta.yugabytedb
 
YugabyteDBDatabase() - Konstruktor für Klasse 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 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form