Class UuidToStringUserType

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

public class UuidToStringUserType extends ImmutableUserType<UUID>
UserType which saves UUID objects as varchar (instead of a native uuid type).