This is all Hibernate Generated:
create table MyObject (
id integer not null,
UUID uuid,
primary key (id)
)
insert
into
MyObject
(id, UUID)
values
(?, ?)
Here is what Hibernate is Binding:
commonObjects.MyObject{id=0, UUID=2ac27d72-
ea0f-46ef-8c96-29e728d4aaa1}
On Nov 19, 10:20 am, Max Bridgewater <
max.bridgewa...@gmail.com>
wrote:
> Out of curiosity, can you show you SQL statement for creating the table and
> for insertion?
>
> >
h2-database...@googlegroups.com<
h2-database%2Bunsu...@googlegroups.com>
> > .