On Thu, 1 May 2008, Johnny Tolliver wrote:
> @Column(columnDefinition="COLLATE latin1_bin")
>
> might work. I'll try that. Any thoughts?
In case anyone else cares, the above works, except for (duh) a data type is
needed, as in
@Column(columnDefinition="VARCHAR(30) COLLATE latin1_bin")
Johnny S. Tolliver
Oak Ridge National Laboratory
tolliverjs_at_ornl.gov, 865-574-1305