org.jooq.impl
package contains jOOQ's implementation classes.See: Description
Class | Description |
---|---|
AbstractConverter<T,U> | |
AbstractKeys | Deprecated
- [#6875] [#7158] - 3.11.0 - Please re-generate your code
|
AbstractRoutine<T> |
A common base class for stored procedures
This type is for JOOQ INTERNAL USE only.
|
AbstractXMLasObjectBinding<T> |
A binding that binds JAXB-annotated
Object types to SQLXML
types from your database. |
ArrayRecordImpl<T> |
A common base class for Oracle ARRAY types
This type is for JOOQ INTERNAL USE only.
|
BlobBinding |
A binding that takes binary values but binds them as
Blob to at the
JDBC level. |
CallbackExecuteListener |
An
ExecuteListener that allows for functional composition. |
CatalogImpl |
A common base class for database catalogs
This type is for JOOQ INTERNAL USE only.
|
ClobBinding |
A binding that takes binary values but binds them as
Clob to at the
JDBC level. |
CustomCondition |
A base class for custom
Condition implementations in client code. |
CustomField<T> |
A base class for custom
Field implementations in client code. |
CustomQueryPart |
A base class for custom
QueryPart implementations in client code. |
CustomRecord<R extends TableRecord<R>> |
A base class for custom
TableRecord implementations in client code. |
CustomTable<R extends TableRecord<R>> |
A base class for custom
Table implementations in client code. |
DAOImpl<R extends UpdatableRecord<R>,P,T> |
A common base implementation for generated
DAO . |
DataSourceConnectionProvider |
A default implementation for a pooled
DataSource -oriented
ConnectionProvider
This implementation wraps a JDBC DataSource . jOOQ will use that data
source for initialising connections, and creating statements. |
DateAsTimestampBinding |
A binding that implements the date-as-timestamp semantics of the jOOQ code
generator.
|
DefaultBinding<T,U> | |
DefaultConfiguration |
A default implementation for configurations within a
DSLContext , if no
custom configuration was supplied to DSL.using(Configuration) . |
DefaultConnectionProvider |
A default implementation for
ConnectionProvider . |
DefaultConverterProvider | Deprecated
- This API is still EXPERIMENTAL.
|
DefaultDataType<T> |
A common base class for data types.
|
DefaultDSLContext |
A default implementation for
DSLContext . |
DefaultExecuteListener |
A publicly available default implementation of
ExecuteListener . |
DefaultExecuteListenerProvider |
A default implementation for
ExecuteListenerProvider . |
DefaultExecutor |
A default
Executor implementation. |
DefaultExecutorProvider |
A default
ExecutorProvider implementation, providing a
DefaultExecutor instance. |
DefaultRecordListener |
A publicly available default implementation of
RecordListener . |
DefaultRecordListenerProvider |
A default implementation for
RecordListenerProvider . |
DefaultRecordMapper<R extends Record,E> |
This is the default implementation for
RecordMapper types. |
DefaultRecordMapperProvider |
A default
RecordMapperProvider implementation, providing a
DefaultRecordMapper instance. |
DefaultRecordUnmapper<E,R extends Record> |
A default implementation for unmapping a custom type to a
Record . |
DefaultRecordUnmapperProvider |
A default
RecordUnmapperProvider implementation, providing a
DefaultRecordUnmapper instance. |
DefaultTransactionListener |
A publicly available default implementation of
TransactionListener . |
DefaultTransactionListenerProvider |
A default implementation for
TransactionListenerProvider . |
DefaultTransactionProvider |
A default implementation for the
TransactionProvider SPI. |
DefaultVisitListener |
A publicly available default implementation of
VisitListener . |
DefaultVisitListenerProvider |
A default implementation for
VisitListenerProvider . |
DelegatingConverter<T,U> | |
DSL |
A DSL "entry point" providing implementations to the
org.jooq
interfaces. |
EnumConverter<T,U extends java.lang.Enum<U>> |
A base class for enum conversion.
|
Internal |
A utility class that grants access to internal API, to be used only by
generated code.
|
JPAConverter<T,U> |
A converter that delegates data type conversions to a JPA
AttributeConverter . |
KeywordImpl |
A default
Keyword implementation. |
NoConnectionProvider |
An "empty" implementation that is never connected.
|
NoTransactionProvider |
An "empty" implementation that is never transactional.
|
NullIf<T> | |
PackageImpl |
A default implementation for packages (containers of stored procedures and
functions)
Currently, this is only supported for the
SQLDialect.ORACLE dialect. |
SchemaImpl |
A common base class for database schemata
This type is for JOOQ INTERNAL USE only.
|
SequenceImpl<T extends java.lang.Number> |
A common base class for sequences
This type is for JOOQ INTERNAL USE only.
|
SQLDataType |
The SQL standard data types, as described in
Types . |
TableImpl<R extends Record> |
A common base type for tables
This type is for JOOQ INTERNAL USE only.
|
TableRecordImpl<R extends TableRecord<R>> |
A record implementation for a record originating from a single table
This type is for JOOQ INTERNAL USE only.
|
ThreadLocalTransactionProvider |
A
TransactionProvider that implements thread-bound transaction
semantics. |
UDTImpl<R extends UDTRecord<R>> |
A common base type for UDT's
This type is for JOOQ INTERNAL USE only.
|
UDTRecordImpl<R extends UDTRecord<R>> |
A record implementation for a record originating from a single UDT
This type is for JOOQ INTERNAL USE only.
|
UpdatableRecordImpl<R extends UpdatableRecord<R>> |
A record implementation for a record holding a primary key
This type is for JOOQ INTERNAL USE only.
|
XMLasDOMBinding |
A binding that binds
Node types to SQLXML types from your database. |
Exception | Description |
---|---|
ParserException |
An exception that arises while parsing SQL through
DSLContext.parser() . |
org.jooq.impl
package contains jOOQ's implementation classes.
This package provides implementations for the jOOQ API from
org.jooq
, whose interfaces are constructed mostly through the
DSL
and DSLContext
classes, which hide
implementation facts from the public API.
Copyright © 2018. All Rights Reserved.