Uses of Class
net.sf.hibernate.id.UUIDGenerator

Packages that use UUIDGenerator
net.sf.hibernate.id   
 

Uses of UUIDGenerator in net.sf.hibernate.id
 

Subclasses of UUIDGenerator in net.sf.hibernate.id
 class UUIDHexGenerator
          uuid.hex

A UUIDGenerator that returns a string of length 32, This string will consist of only hex digits.
 class UUIDStringGenerator
          uuid.string

A UUIDGenerator that returns a string of length 16, This string will NOT consist of only alphanumeric characters.