Uses of Class
org.hibernate.id.AbstractUUIDGenerator
-
Packages that use AbstractUUIDGenerator 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 AbstractUUIDGenerator in org.hibernate.id
Subclasses of AbstractUUIDGenerator in org.hibernate.id Modifier and Type Class Description class
UUIDHexGenerator
Deprecated.This remains around as an implementation detail ofhbm.xml
mappings.
-