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 5IdentifierGeneratorwhich generatesUserKeyobjects.- Since:
- 7.17
 
- 
- 
Constructor SummaryConstructors Constructor Description UserKeyGenerator5()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.sal.api.user.UserKeygenerate(org.hibernate.engine.spi.SessionImplementor cache, Object obj)Serializablegenerate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object)
 
- 
- 
- 
Method Detail- 
generatepublic com.atlassian.sal.api.user.UserKey generate(org.hibernate.engine.spi.SessionImplementor cache, Object obj)
 - 
generatepublic Serializable generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object) - Specified by:
- generatein interface- org.hibernate.id.IdentifierGenerator
 
 
- 
 
-