Uses of Annotation Interface
org.jooq.Internal
Packages that use 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 TypeInterfaceDescriptioninterfaceThe bind context is used for bindingQueryPart's and their contained values to aPreparedStatement's bind variables.@interfaceSimple version of the JSR 305 annotation that allows for inspecting jOOQ code and detect accidentally omitted calls toQuery.execute()and the likes in IntelliJ.static final classAn unknown type that is used when users do not provide any explicit user typeClassreference e.g.final classA utility class that can traverse a directory structure given some ant-style file patterns, or classpath resources.interfaceFunction1<T1,R> A function of degree 1.interfaceFunction10<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, R> A function of degree 10.interfaceFunction11<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R> A function of degree 11.interfaceFunction12<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R> A function of degree 12.interfaceFunction13<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R> A function of degree 13.interfaceFunction14<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R> A function of degree 14.interfaceFunction15<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R> A function of degree 15.interfaceFunction16<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R> A function of degree 16.interfaceFunction17<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R> A function of degree 17.interfaceFunction18<T1,T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R> A function of degree 18.interfaceFunction19<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.interfaceFunction2<T1,T2, R> A function of degree 2.interfaceFunction20<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.interfaceFunction21<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.interfaceFunction22<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.interfaceFunction3<T1,T2, T3, R> A function of degree 3.interfaceFunction4<T1,T2, T3, T4, R> A function of degree 4.interfaceFunction5<T1,T2, T3, T4, T5, R> A function of degree 5.interfaceFunction6<T1,T2, T3, T4, T5, T6, R> A function of degree 6.interfaceFunction7<T1,T2, T3, T4, T5, T6, T7, R> A function of degree 7.interfaceFunction8<T1,T2, T3, T4, T5, T6, T7, T8, R> A function of degree 8.interfaceFunction9<T1,T2, T3, T4, T5, T6, T7, T8, T9, R> A function of degree 9.@interfaceSignifies that a API (public class, method or field) is internal and subject to incompatible changes, or even removal, in a future release.interfaceBase functionality declaration for all query objectsModifier and TypeMethodDescription@NotNull BindContextDSLContext.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.<U> @NotNull SelectField<U>A convenience method to define a localRecord1to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord10to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord11to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord12to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord13to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord14to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord15to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord16to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord17to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord18to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord19to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<U> @NotNull SelectField<U>A convenience method to define a localRecord2to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord20to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord21to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord22to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<U> @NotNull SelectField<U>A convenience method to define a localRecord3to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<U> @NotNull SelectField<U>A convenience method to define a localRecord4to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord5to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord6to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord7to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord8to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<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 localRecord9to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.@NotNull RenderContextDSLContext.renderContext()Deprecated, for removal: This API element is subject to removal in a future version.- [#6280] - 3.10 - Do not reuse this method. -
Uses of Internal in org.jooq.impl
Classes in org.jooq.impl with annotations of type InternalModifier and TypeClassDescriptionclassDeprecated.- [#6875] [#7158] - 3.11.0 - Please re-generate your codeclassA common base class for stored proceduresclassA common base class for Oracle ARRAY typesclassA common base class for Oracle associative array typesclassA common base class for database catalogsclassA default implementation of theCommitProviderSPI, which provides a materialisation of the currently available database version graph.classA common base class for data types.classEmbeddableRecordImpl<R extends EmbeddableRecord<R>>A record implementation for a record originating from a single tablefinal classA utility class that grants access to internal API, to be used only by generated code.final classA schema that references a lazy initialisableCatalogsingleton, for use in generated code.final classA schema that references a lazy initialisableSchemasingleton, for use in generated code.interfaceLazySupplier<T>A lazy supplierfinal classThe public API entry point for jOOQ migrations.classA default implementation for packages (containers of stored procedures and functions)classA common base class for database schemataclassSequenceImpl<T extends Number>A common base class for sequencesclassA common base type for tablesclassTableRecordImpl<R extends TableRecord<R>>A record implementation for a record originating from a single tableclassA common base type for UDT'sclassUDTRecordImpl<R extends UDTRecord<R>>A record implementation for a record originating from a single UDTclassUpdatableRecordImpl<R extends UpdatableRecord<R>>A record implementation for a record holding a primary keyMethods in org.jooq.impl with annotations of type InternalModifier and TypeMethodDescriptionprotected booleanTableImpl.aliased()Check if this table already aliases another one.static final @NotNull CommitsMigrations.commits(Configuration configuration) static final @NotNull FileMigrations.file(String path, String content, ContentType type) final booleanprotected booleanTableImpl.isSynthetic()Check if this table is a synthetic table. -
Uses of Internal in org.jooq.util.jaxb.tools
Classes in org.jooq.util.jaxb.tools with annotations of type InternalModifier and TypeClassDescriptionfinal classThis class allows for mashalling / unmarshalling XML content to jOOQ configuration objects.interfaceInterface to be implemented by JAXB annotated Java classes which are serialized to XML usingXMLBuilder.final classWrapper around aStringBuilderwhich can be used to serialize a JAXB-annotated Java object graph to XML. -
Uses of Internal in org.jooq.util.oracle
Classes in org.jooq.util.oracle with annotations of type Internal