Release 3.0.0-RC1 - Added "experimental" remark to Catalog

This commit is contained in:
Lukas Eder 2013-02-16 15:57:08 +01:00
parent 4950b742bb
commit d5053a092a
2 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,9 @@ package org.jooq;
import java.util.List;
/**
* An object representing a database catalog
* An object representing a database catalog.
* <p>
* NOTE: Catalogs are experimental in jOOQ 3.0
*
* @author Lukas Eder
*/

View File

@ -68,6 +68,8 @@ public interface Meta {
* For those databases that don't really support JDBC meta data catalogs, a
* single empty catalog (named <code>""</code>) will be returned. In other
* words, there is always at least one catalog in a database.
* <p>
* NOTE: Catalogs are experimental in jOOQ 3.0
*
* @throws DataAccessException If something went wrong fetching the meta
* objects