站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.id.UUIDGenerator (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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.