Class StringToBinaryParameterConverter

java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.legacy.StringToBinaryParameterConverter
All Implemented Interfaces:
Converter<String,Binary>

@Component public class StringToBinaryParameterConverter extends Object implements Converter<String,Binary>
Converts a string representation of a hash code to a BinaryQueryParameter. This is required for querying binary fields by hash.