java.lang.Object
ch.tocco.nice2.persist.core.api.hibernate.usertype.ImmutableUserType<Binary>
ch.tocco.nice2.persist.core.impl.hibernate.usertype.BinaryUserType
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class BinaryUserType extends ImmutableUserType<Binary>
A hibernate UserType for Binary objects. In the database the binary is represented by its hash (a reference to the _nice_binary table).