Uses of Annotation Interface
org.jooq.Internal
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.ORACLE
dialect family.-
Uses of Internal in org.jooq
Modifier and TypeInterfaceDescriptioninterface
The bind context is used for bindingQueryPart
's and their contained values to aPreparedStatement
's bind variables.interface
Simple version of the JSR 305 annotation that allows for inspecting jOOQ code and detect accidentally omitted calls toQuery.execute()
and the likes in IntelliJ.interface
An SPI that allows for providing a graph of versions.static class
An unknown type that is used when users do not provide any explicit user typeClass
reference e.g.class
A utility class that can traverse a directory structure given some ant-style file patterns, or classpath resources.interface
Function1<T1,R>
A function of degree 1.interface
Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R>
A function of degree 10.interface
Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R>
A function of degree 11.interface
Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
A function of degree 12.interface
Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R>
A function of degree 13.interface
Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R>
A function of degree 14.interface
Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R>
A function of degree 15.interface
Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R>
A function of degree 16.interface
Function17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,R>
A function of degree 17.interface
Function18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,R>
A function of degree 18.interface
Function19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,R>
A function of degree 19.interface
Function2<T1,T2,R>
A function of degree 2.interface
Function20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,R>
A function of degree 20.interface
Function21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,R>
A function of degree 21.interface
Function22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,R>
A function of degree 22.interface
Function3<T1,T2,T3,R>
A function of degree 3.interface
Function4<T1,T2,T3,T4,R>
A function of degree 4.interface
Function5<T1,T2,T3,T4,T5,R>
A function of degree 5.interface
Function6<T1,T2,T3,T4,T5,T6,R>
A function of degree 6.interface
Function7<T1,T2,T3,T4,T5,T6,T7,R>
A function of degree 7.interface
Function8<T1,T2,T3,T4,T5,T6,T7,T8,R>
A function of degree 8.interface
Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R>
A function of degree 9.interface
Signifies that a API (public class, method or field) is internal and subject to incompatible changes, or even removal, in a future release.interface
An executable migration between twoCommit
instances.class
A configuration type for use with the variousMeta.migrateTo(Meta)
methods.interface
The context in which aMigration
is executed.interface
A listener forMigration
lifecycles.interface
A provider forMigrationListener
instances.interface
Base functionality declaration for all query objectsinterface
A version ID attached to aMeta
description of a database.interface
A directed, acyclic graph ofVersion
objects.Modifier and TypeMethodDescription@NotNull BindContext
DSLContext.bindContext(PreparedStatement stmt)
Deprecated, for removal: This API element is subject to removal in a future version.- [#6280] - 3.10 - Do not reuse this method.@NotNull Commit
Initialise aVersion
.@NotNull Commits
DSLContext.commits()
Initialise aCommits
graph.<U> @NotNull SelectField<U>
A convenience method to define a localRecord1
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row10.mapping(Function10<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? extends U> function)
A convenience method to define a localRecord10
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row11.mapping(Function11<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? extends U> function)
A convenience method to define a localRecord11
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row12.mapping(Function12<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? extends U> function)
A convenience method to define a localRecord12
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row13.mapping(Function13<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? extends U> function)
A convenience method to define a localRecord13
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row14.mapping(Function14<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? extends U> function)
A convenience method to define a localRecord14
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row15.mapping(Function15<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? extends U> function)
A convenience method to define a localRecord15
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row16.mapping(Function16<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? extends U> function)
A convenience method to define a localRecord16
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row17.mapping(Function17<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? extends U> function)
A convenience method to define a localRecord17
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row18.mapping(Function18<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? super T18,? extends U> function)
A convenience method to define a localRecord18
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row19.mapping(Function19<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? super T18,? super T19,? extends U> function)
A convenience method to define a localRecord19
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
A convenience method to define a localRecord2
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row20.mapping(Function20<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? super T18,? super T19,? super T20,? extends U> function)
A convenience method to define a localRecord20
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row21.mapping(Function21<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? super T18,? super T19,? super T20,? super T21,? extends U> function)
A convenience method to define a localRecord21
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row22.mapping(Function22<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? super T12,? super T13,? super T14,? super T15,? super T16,? super T17,? super T18,? super T19,? super T20,? super T21,? super T22,? extends U> function)
A convenience method to define a localRecord22
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
A convenience method to define a localRecord3
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
A convenience method to define a localRecord4
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row5.mapping(Function5<? super T1,? super T2,? super T3,? super T4,? super T5,? extends U> function)
A convenience method to define a localRecord5
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row6.mapping(Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? extends U> function)
A convenience method to define a localRecord6
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row7.mapping(Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? extends U> function)
A convenience method to define a localRecord7
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row8.mapping(Function8<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? extends U> function)
A convenience method to define a localRecord8
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField<U>
Row9.mapping(Function9<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? extends U> function)
A convenience method to define a localRecord9
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.@NotNull Migration
Create a migration from the currently installed version to a new version.@NotNull RenderContext
DSLContext.renderContext()
Deprecated, for removal: This API element is subject to removal in a future version.- [#6280] - 3.10 - Do not reuse this method.@NotNull Version
Initialise aVersion
.@NotNull Versions
DSLContext.versions()
Initialise aVersions
graph. -
Uses of Internal in org.jooq.impl
Modifier and TypeClassDescriptionclass
Deprecated.- [#6875] [#7158] - 3.11.0 - Please re-generate your codeclass
A common base class for stored proceduresclass
A common base class for Oracle ARRAY typesclass
A common base class for database catalogsclass
A default implementation of theCommitProvider
SPI, which provides a materialisation of the currently available database version graph.class
A common base class for data types.class
EmbeddableRecordImpl<R extends EmbeddableRecord<R>>
A record implementation for a record originating from a single tableclass
A utility class that grants access to internal API, to be used only by generated code.class
A schema that references a lazy initialisableCatalog
singleton, for use in generated code.class
A schema that references a lazy initialisableSchema
singleton, for use in generated code.interface
LazySupplier<T>
A lazy supplierclass
The public API entry point for jOOQ migrations.class
A default implementation for packages (containers of stored procedures and functions)class
A common base class for database schemataclass
SequenceImpl<T extends Number>
A common base class for sequencesclass
A common base type for tablesclass
TableRecordImpl<R extends TableRecord<R>>
A record implementation for a record originating from a single tableclass
A common base type for UDT'sclass
UDTRecordImpl<R extends UDTRecord<R>>
A record implementation for a record originating from a single UDTclass
UpdatableRecordImpl<R extends UpdatableRecord<R>>
A record implementation for a record holding a primary keyModifier and TypeMethodDescriptionprotected boolean
TableImpl.aliased()
Check if this table already aliases another one.static @NotNull Commits
Migrations.commits(Configuration configuration)
static @NotNull File
Migrations.file(String path, String content, ContentType type)
boolean
TableImpl.isSimple()
protected boolean
TableImpl.isSynthetic()
Check if this table is a synthetic table. -
Uses of Internal in org.jooq.util.jaxb.tools
Modifier and TypeClassDescriptionclass
This class allows for mashalling / unmarshalling XML content to jOOQ configuration objects.interface
Interface to be implemented by JAXB annotated Java classes which are serialized to XML usingXMLBuilder
.class
Wrapper around aStringBuilder
which can be used to serialize a JAXB-annotated Java object graph to XML. -
Uses of Internal in org.jooq.util.oracle