Package org.jooq.impl

The 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 Factory class, which hides implementation facts from the public API

See:
          Description

Class Summary
AbstractDataType<T> A common base class for data types.
AbstractKeys A base class for generated static references This type is for JOOQ INTERNAL USE only.
AbstractRoutine<T> A common base class for stored procedures This type is for JOOQ INTERNAL USE only.
ArrayRecordImpl<T> A common base class for Oracle ARRAY types This type is for JOOQ INTERNAL USE only.
CustomCondition A base class for custom Condition implementations in client code.
CustomField<T> A base class for custom Field 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's
DefaultExecuteListener A publicly available default implementation of ExecuteListener.
EnumConverter<T,U extends Enum<U>> A base class for enum conversion.
Factory A factory providing implementations to the org.jooq interfaces This factory is the main entry point for client code, to access jOOQ classes and functionality.
FactoryProxy Deprecated. - Use the newly DataSource-enabled Factory constructors instead, e.g.
FieldTypeHelper Utility methods related to the treatment of fields and their types This class is for JOOQ INTERNAL USE only.
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 Number> A common base class for sequences This type is for JOOQ INTERNAL USE only.
SQLDataType<T> 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.
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.
UpdatableTableImpl<R extends Record> A table implementation for a table holding a primary key This type is for JOOQ INTERNAL USE only.
 

Package org.jooq.impl Description

The 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 Factory class, which hides implementation facts from the public API



Copyright © 2012. All Rights Reserved.