I use Hibernate MySQLInnoDB Dialect to generate DDL's.
hibernate.cfg.xml :
<property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
How can I configure the character-set/Collation to 'utf8_general_ci' for the generated table?