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 classInlineViewSupport for Hibernate'sSubselectfeatureclassPhysicalTableA 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 TableColumn. getTable()TableFormula. getTable()TablePhysicalColumn. 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)
-