Uses of Class
org.hibernate.id.ExportableColumn
-
Packages that use ExportableColumn Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator. -
-
Uses of ExportableColumn in org.hibernate.id
Methods in org.hibernate.id that return ExportableColumn Modifier and Type Method Description ExportableColumnExportableColumn.ColumnIterator. next()Constructors in org.hibernate.id with parameters of type ExportableColumn Constructor Description ColumnIterator(ExportableColumn column)ValueImpl(ExportableColumn column, Table table, BasicType type, Database database)
-