Uses of Interface
org.hibernate.metamodel.relational.Table
-
Packages that use Table Package Description org.hibernate.metamodel.relational -
-
Uses of Table in org.hibernate.metamodel.relational
Classes in org.hibernate.metamodel.relational that implement Table Modifier and Type Class Description class
InlineView
Support for Hibernate'sSubselect
featureclass
PhysicalTable
A table (or view, etc) that is physically defined on the database.Methods in org.hibernate.metamodel.relational that return Table Modifier and Type Method Description Table
Column. getTable()
Table
Formula. getTable()
Table
PhysicalColumn. getTable()
Constructors in org.hibernate.metamodel.relational with parameters of type Table Constructor Description Formula(Table table, String expression, JdbcMapping jdbcMapping)
PhysicalColumn(Table table, Identifier columnName, JdbcMapping jdbcMapping)
-