Uses of Class
org.hibernate.id.AbstractUUIDGenerator
-
Packages that use AbstractUUIDGenerator Package Description org.hibernate.id -
-
Uses of AbstractUUIDGenerator in org.hibernate.id
Subclasses of AbstractUUIDGenerator in org.hibernate.id Modifier and Type Class Description class
UUIDHexGenerator
uuid
A UUIDGenerator that returns a string of length 32, This string will consist of only hex digits.
-