| The PostgreSQL Dialect defines the UUID type like this:
registerColumnType( Types.OTHER, "uuid" );
It might be worth registering the associated Hibernate Type via the registerHibernateType method and check whether we can override this setting at bootstrap using the TypeContributions. |