public class

DenormalizedTable

extends Table
java.lang.Object
   ↳ org.hibernate.mapping.Table
     ↳ org.hibernate.mapping.DenormalizedTable

Summary

Public Constructors
DenormalizedTable(Table includedTable)
Public Methods
boolean containsColumn(Column column)
void createForeignKeys()
Column getColumn(Column column)
Return the column which is identified by column provided as argument.
Iterator getColumnIterator()
Iterator getIndexIterator()
PrimaryKey getPrimaryKey()
Iterator getUniqueKeyIterator()
[Expand]
Inherited Methods
From class org.hibernate.mapping.Table
From class java.lang.Object
From interface org.hibernate.mapping.RelationalModel

Public Constructors

public DenormalizedTable (Table includedTable)

Public Methods

public boolean containsColumn (Column column)

public void createForeignKeys ()

public Column getColumn (Column column)

Return the column which is identified by column provided as argument.

Parameters
column column with atleast a name.
Returns
  • the underlying column or null if not inside this table. Note: the instance *can* be different than the input parameter, but the name will be the same.

public Iterator getColumnIterator ()

public Iterator getIndexIterator ()

public PrimaryKey getPrimaryKey ()

public Iterator getUniqueKeyIterator ()