Uses of Class
org.hibernate.id.ExportableColumn
Packages that use ExportableColumn
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.-
Uses of ExportableColumn in org.hibernate.id
Constructors in org.hibernate.id with parameters of type ExportableColumnModifierConstructorDescriptionValueImpl
(ExportableColumn column, Table table, BasicType<?> type, Database database)