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

Uses of Class org.hibernate.id.AbstractUUIDGenerator (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.id.AbstractUUIDGenerator

Packages that use AbstractUUIDGenerator
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
 

Uses of AbstractUUIDGenerator in org.hibernate.id
 

Subclasses of AbstractUUIDGenerator in org.hibernate.id
 class UUIDHexGenerator
          uuid

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