Class 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 Detail

      • ConfluenceHexUserKeyGenerator

        public ConfluenceHexUserKeyGenerator()
    • Method Detail

      • generate

        public Serializable generate​(org.hibernate.engine.spi.SharedSessionContractImplementor session,
                                     Object obj)