Class TableInfoWork

  • All Implemented Interfaces:
    org.hibernate.jdbc.ReturningWork<TableInfo>

    public class TableInfoWork
    extends Object
    implements org.hibernate.jdbc.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 Detail

      • table

        private final org.hibernate.mapping.Table table
    • Constructor Detail

      • TableInfoWork

        public TableInfoWork​(org.hibernate.mapping.Table table)
        Create a new work item.
        Parameters:
        table - The table to get metadata information about