Package org.jooq.impl

Class TableMetaProvider

  • All Implemented Interfaces:
    MetaProvider

    public class TableMetaProvider
    extends java.lang.Object
    implements MetaProvider
    A MetaProvider that provides its meta data based on (possibly generated) schemas.
    Author:
    Lukas Eder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Meta provide()
      Provide meta data information.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableMetaProvider

        public TableMetaProvider​(Configuration configuration,
                                 Table<?>... tables)