Uses of Class
org.hibernate.id.ExportableColumn
-
Packages that use ExportableColumn Package Description org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGenerator
orPostInsertIdentifierGenerator
. -
-
Uses of ExportableColumn in org.hibernate.id
Methods in org.hibernate.id that return ExportableColumn Modifier and Type Method Description ExportableColumn
ExportableColumn.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)
-