Package org.hibernate.id.uuid
Interface UuidValueGenerator
- All Known Implementing Classes:
CustomVersionOneStrategy
,StandardRandomStrategy
,UuidVersion6Strategy
,UuidVersion7Strategy
public interface UuidValueGenerator
Represents a specific algorithm for producing UUID values. Used in
conjunction with UuidGenerator and
-
Method Summary
Modifier and TypeMethodDescriptionGenerate the UUID value
-
Method Details