Class UUIDHexGenerator

    • Field Detail

      • SEPARATOR

        public static final String SEPARATOR
        Deprecated.
        The configuration parameter specifying the separator to use.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UUIDHexGenerator

        public UUIDHexGenerator()
        Deprecated.
    • Method Detail

      • generate

        public Object generate​(SharedSessionContractImplementor session,
                               Object obj)
        Deprecated.
        Description copied from interface: IdentifierGenerator
        Generate a new identifier.
        Parameters:
        session - The session from which the request originates
        obj - the entity or collection (idbag) for which the id is being generated
        Returns:
        a new identifier
      • format

        protected String format​(int intValue)
        Deprecated.
      • format

        protected String format​(short shortValue)
        Deprecated.