Package org.hibernate.id.uuid
Interface UuidValueGenerator
-
- All Known Implementing Classes:
CustomVersionOneStrategy
,StandardRandomStrategy
public interface UuidValueGenerator
Represents a specific algorithm for producing UUID values. Used in conjunction with UuidGenerator and
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUID
generateUuid(SharedSessionContractImplementor session)
Generate the UUID value
-
-
-
Method Detail
-
generateUuid
UUID generateUuid(SharedSessionContractImplementor session)
Generate the UUID value
-
-