Deprecated API


Contents
Deprecated Interfaces
org.jooq.ConfigurationProvider
          - 2.1.0 [#1191] - Use ExecuteListener.start(ExecuteContext) instead to provide jOOQ with valid connections 
 

Deprecated Classes
org.jooq.ConfigurationRegistry
          - 2.1.0 [#1191] - Use ExecuteListener.start(ExecuteContext) instead to provide jOOQ with valid connections 
org.jooq.SchemaMapping
          - 2.0.5 - Use runtime configuration Settings instead 
 

Deprecated Fields
org.jooq.SchemaMapping.NO_MAPPING
          - 2.0.5 - Do not reuse this SchemaMapping! 
 

Deprecated Methods
org.jooq.Field.equalSome(Select)
          - 2.0.2 - Use Field.equalAny(Select) instead 
org.jooq.Result.exportXML()
          - 2.0.5 - Use Result.intoXML() instead 
org.jooq.QueryPartInternal.getDialect()
          - 2.0.2 - The attached SQL dialect of a QueryPart should no longer be referenced, as query parts become more and more Configuration - independent 
org.jooq.Configuration.getSchemaMapping()
          - 2.0.5 - Use Configuration.getSettings() instead 
org.jooq.impl.Factory.getSchemaMapping()
           
org.jooq.Field.greaterOrEqualSome(Select)
          - 2.0.2 - Use Field.greaterOrEqualAny(Select) instead 
org.jooq.Field.greaterThanSome(Select)
          - 2.0.2 - Use Field.greaterThanAny(Select) instead 
org.jooq.FactoryOperations.insertInto(Table, Select)
          - 2.0.3 - Use any of these methods instead:  
org.jooq.impl.Factory.insertInto(Table, Select)
           
org.jooq.Field.lessOrEqualSome(Select)
          - 2.0.2 - Use Field.lessOrEqualAny(Select) instead 
org.jooq.Field.lessThanSome(Select)
          - 2.0.2 - Use Field.lessThanAny(Select) instead 
org.jooq.Field.notEqualSome(Select)
          - 2.0.2 - Use Field.notEqualAny(Select) instead 
 

Deprecated Constructors
org.jooq.impl.AbstractRoutine(SQLDialect, String, Schema)
          - 2.1.0 [#625] - Regenerate your schema 
org.jooq.impl.AbstractRoutine(SQLDialect, String, Schema, DataType)
          - 2.1.0 [#625] - Regenerate your schema 
org.jooq.impl.AbstractRoutine(SQLDialect, String, Schema, Package)
          - 2.1.0 [#625] - Regenerate your schema 
org.jooq.impl.AbstractRoutine(SQLDialect, String, Schema, Package, DataType)
          - 2.1.0 [#625] - Regenerate your schema 
org.jooq.impl.ArrayRecordImpl(String, DataType)
          - 2.0.5 [#1179] - Please regenerate your schema and use ArrayRecordImpl.ArrayRecordImpl(Schema, String, DataType) instead 
org.jooq.impl.ArrayRecordImpl(String, DataType, Configuration)
          - 2.0.5 [#1179] - Please regenerate your schema and use ArrayRecordImpl.ArrayRecordImpl(Schema, String, DataType, Configuration) instead 
org.jooq.util.ase.ASEFactory(Connection, SchemaMapping)
          - 2.0.5 - Use ASEFactory.ASEFactory(Connection, Settings) instead 
org.jooq.util.cubrid.CUBRIDFactory(Connection, SchemaMapping)
          - 2.0.5 - Use CUBRIDFactory.CUBRIDFactory(Connection, Settings) instead 
org.jooq.util.db2.DB2Factory(Connection, SchemaMapping)
          - 2.0.5 - Use DB2Factory.DB2Factory(Connection, Settings) instead 
org.jooq.util.derby.DerbyFactory(Connection, SchemaMapping)
          - 2.0.5 - Use DerbyFactory.DerbyFactory(Connection, Settings) instead 
org.jooq.impl.Factory(Connection, SQLDialect, SchemaMapping)
          - 2.0.5 - Use Factory.Factory(Connection, SQLDialect, Settings) instead 
org.jooq.util.h2.H2Factory(Connection, SchemaMapping)
          - 2.0.5 - Use H2Factory.H2Factory(Connection, Settings) instead 
org.jooq.util.hsqldb.HSQLDBFactory(Connection, SchemaMapping)
          - 2.0.5 - Use HSQLDBFactory.HSQLDBFactory(Connection, Settings) instead 
org.jooq.util.ingres.IngresFactory(Connection, SchemaMapping)
          - 2.0.5 - Use IngresFactory.IngresFactory(Connection, Settings) instead 
org.jooq.util.mysql.MySQLFactory(Connection, SchemaMapping)
          - 2.0.5 - Use MySQLFactory.MySQLFactory(Connection, Settings) instead 
org.jooq.util.oracle.OracleFactory(Connection, SchemaMapping)
          - 2.0.5 - Use OracleFactory.OracleFactory(Connection, Settings) instead 
org.jooq.util.postgres.PostgresFactory(Connection, SchemaMapping)
          - 2.0.5 - Use PostgresFactory.PostgresFactory(Connection, Settings) instead 
org.jooq.util.sqlite.SQLiteFactory(Connection, SchemaMapping)
          - 2.0.5 - Use SQLiteFactory.SQLiteFactory(Connection, Settings) instead 
org.jooq.util.sqlserver.SQLServerFactory(Connection, SchemaMapping)
          - 2.0.5 - Use SQLServerFactory.SQLServerFactory(Connection, Settings) instead 
org.jooq.util.sybase.SybaseFactory(Connection, SchemaMapping)
          - 2.0.5 - Use SybaseFactory.SybaseFactory(Connection, Settings) instead 
 

Deprecated Enum Constants
org.jooq.SQLDialect.SQL99
          - Do not reference this pseudo-dialect. It is only used for unit testing 
 



Copyright © 2012. All Rights Reserved.