Uses of Class
org.jooq.impl.TableImpl

Packages that use TableImpl
org.jooq.impl   
 

Uses of TableImpl in org.jooq.impl
 

Subclasses of TableImpl in org.jooq.impl
 class CustomTable<R extends TableRecord<R>>
          A base class for custom Table implementations in client code.
 class UpdatableTableImpl<R extends Record>
          A table implementation for a table holding a primary key This type is for JOOQ INTERNAL USE only.
 



Copyright © 2012. All Rights Reserved.