Class JdbcTypeDefaultHasher

    • Field Detail

      • INSTANCE

        public static final JdbcTypeHasher INSTANCE
        Singleton instance to use.
    • Constructor Detail

      • JdbcTypeDefaultHasher

        public JdbcTypeDefaultHasher()
    • Method Detail

      • hashCode

        public int hashCode​(Collection<?> values)
        Calculate hash code for specified object and fields.
        Specified by:
        hashCode in interface JdbcTypeHasher
        Parameters:
        values - Collection of values that should participate in hash code calculation.
        Returns:
        Hash code.