ID « Schema « JPA Q&A





1. schemaupdate create table: unable to fix id to char(32)    forum.hibernate.org

Hi all We are trying to fix the ID field to char(32) instead of varchar(32). Table creation is done via SchemaUpdate and we are using MySQL. ------------------------------------------------------------------------------ This mapping, generates FOO { ID varchar(32), CONTENT varchar(255) } Even if I ...