Package net.sf.basedb.core.hibernate
Class TableInfoWork
- java.lang.Object
-
- net.sf.basedb.core.hibernate.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 aTableInfo
object.- Version:
- 2.9
- Author:
- nicklas
- Last modified
- $Date: 2018-11-05 15:01:50 +0100 (må, 05 nov 2018) $
-
-
Field Summary
Fields Modifier and Type Field Description private org.hibernate.mapping.Table
table
-
Constructor Summary
Constructors Constructor Description TableInfoWork(org.hibernate.mapping.Table table)
Create a new work item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableInfo
execute(Connection connection)
From the Work interface -----------------------
-
-
-
Method Detail
-
execute
public TableInfo execute(Connection connection) throws SQLException
From the Work interface ------------------------ Specified by:
execute
in interfaceorg.hibernate.jdbc.ReturningWork<TableInfo>
- Throws:
SQLException
-
-