Class TableInfoWork

java.lang.Object
net.sf.basedb.core.hibernate.TableInfoWork
All Implemented Interfaces:
ReturningWork<TableInfo>

public class TableInfoWork
extends Object
implements ReturningWork<TableInfo>
A work implementation that loads database metadata for a table and returns it as a TableInfo object.
Version:
2.9
Author:
nicklas
Last modified
$Date: 2018-11-05 15:01:50 +0100 (må, 05 nov 2018) $
  • Field Details

    • table

      private final Table table
  • Constructor Details

    • TableInfoWork

      public TableInfoWork​(Table table)
      Create a new work item.
      Parameters:
      table - The table to get metadata information about
  • Method Details