Interface JdbcTypeHasher
- 
- All Superinterfaces:
- Serializable
 - All Known Implementing Classes:
- JdbcTypeDefaultHasher
 
 public interface JdbcTypeHasher extends Serializable API for implementing custom hashing logic for binary objects on server side.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description inthashCode(Collection<?> values)Calculate hash code for specified object and fields.
 
- 
- 
- 
Method Detail- 
hashCodeint hashCode(Collection<?> values) Calculate hash code for specified object and fields.- Parameters:
- values- Collection of values that should participate in hash code calculation.
- Returns:
- Hash code.
 
 
- 
 
-