Restored pre-2.0 org.jooq.Field API for backwards-compatibility. This API will be removed later

This commit is contained in:
Lukas Eder 2011-11-27 14:41:03 +00:00
parent 5d2b412dde
commit f4dd447163
2 changed files with 4 additions and 2 deletions

View File

@ -91,7 +91,8 @@ order to upgrade, please be aware of the following pitfalls:
- Much of the post-fix function notation is replaced by static
methods in the Factory. Today's org.jooq.Field API is
maintained in jOOQ 2.0, for backwards compatibility. It will
be removed, eventually, though.
be removed, eventually, though. Expect some incompatible
changes, where window functions are involved
- Some Factory instance methods (such as val(), literal()) are
now static. They are compatible, but may cause compiler
warnings.

View File

@ -91,7 +91,8 @@ order to upgrade, please be aware of the following pitfalls:
- Much of the post-fix function notation is replaced by static
methods in the Factory. Today's org.jooq.Field API is
maintained in jOOQ 2.0, for backwards compatibility. It will
be removed, eventually, though.
be removed, eventually, though. Expect some incompatible
changes, where window functions are involved
- Some Factory instance methods (such as val(), literal()) are
now static. They are compatible, but may cause compiler
warnings.