Class BinaryBasicIdMapper

    • Field Detail

      • DFLT_LOWER_CASE

        public static final boolean DFLT_LOWER_CASE
        Default lower case flag setting.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BinaryBasicIdMapper

        public BinaryBasicIdMapper()
        Default constructor.
      • BinaryBasicIdMapper

        public BinaryBasicIdMapper​(boolean isLowerCase)
        Parameters:
        isLowerCase - Whether to use strings in lower case or not.

        Defaults to DFLT_LOWER_CASE.

    • Method Detail

      • isLowerCase

        public boolean isLowerCase()
        Gets whether to use strings in lower case or not.
        Returns:
        Whether to use strings in lower case or not.
      • setLowerCase

        public BinaryBasicIdMapper setLowerCase​(boolean isLowerCase)
        Sets whether to use strings in lower case or not.
        Parameters:
        isLowerCase - Whether to use strings in lower case or not.
        Returns:
        this for chaining.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object