Class UserKeyGenerator5
- java.lang.Object
-
- com.atlassian.confluence.user.persistence.dao.hibernate.UserKeyGenerator5
-
- All Implemented Interfaces:
org.hibernate.boot.model.relational.ExportableProducer
,org.hibernate.id.Configurable
,org.hibernate.id.IdentifierGenerator
public class UserKeyGenerator5 extends Object implements org.hibernate.id.IdentifierGenerator
A Hibernate 5IdentifierGenerator
which generatesUserKey
objects.- Since:
- 7.17
-
-
Constructor Summary
Constructors Constructor Description UserKeyGenerator5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.sal.api.user.UserKey
generate(org.hibernate.engine.spi.SessionImplementor cache, Object obj)
Serializable
generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object)
-
-
-
Method Detail
-
generate
public com.atlassian.sal.api.user.UserKey generate(org.hibernate.engine.spi.SessionImplementor cache, Object obj)
-
generate
public Serializable generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object)
- Specified by:
generate
in interfaceorg.hibernate.id.IdentifierGenerator
-
-