« Return to Thread: [scala] JPA question

Re: [scala] JPA question

by Derek Chen-Becker-2 :: Rate this Message:

Reply to Author | View in Thread

Balthazar Crowley wrote:
> Derek,
>
> The show_sql property was on, it turns out, but the sql statement
> doesn't display the values for the inserts. What's weirder is that
> JoinColumn + OneToOne annotations are causing the generated DDL to
> specify the type as tinyblob instead of the type of the id field. So, it
> really is attempting to serialize the element contained instead of the
> foreign key.

Yeah, that definitely sounds like a bug. I wonder if anything similar
has been reported on Hibernate's JIRA...

Derek

 « Return to Thread: [scala] JPA question