Class ConfluenceHexUserKeyGenerator
- java.lang.Object
-
- org.hibernate.id.AbstractUUIDGenerator
-
- com.atlassian.confluence.user.persistence.dao.hibernate.ConfluenceHexUserKeyGenerator
-
- All Implemented Interfaces:
org.hibernate.boot.model.relational.ExportableProducer
,org.hibernate.id.Configurable
,org.hibernate.id.IdentifierGenerator
public class ConfluenceHexUserKeyGenerator extends org.hibernate.id.AbstractUUIDGenerator
Generates a length 32 string which is NOT compliant with the IETF RFC 4122 UUID standard. This string will consist of only hex digits.- Since:
- 7.17
-
-
Constructor Summary
Constructors Constructor Description ConfluenceHexUserKeyGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable
generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object obj)
-
Methods inherited from class org.hibernate.id.AbstractUUIDGenerator
getCount, getHiTime, getIP, getJVM, getLoTime
-
-
-
-
Method Detail
-
generate
public Serializable generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object obj)
-
-