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 eitherIdentifierGenerator
orPostInsertIdentifierGenerator
. -
-
Uses of ExportableColumn in org.hibernate.id
Constructors in org.hibernate.id with parameters of type ExportableColumn Constructor Description ValueImpl(ExportableColumn column, Table table, BasicType<?> type, Database database)
-