I've a class that has a byte[] @Id and the table defined by the class is the only one not created when ddl-auto is set to "create" or "create-drop".
Creating a dummy int @Id property fixes the problem but that's of course suboptimal.