When using PostgreSQL95Dialect, 'UUID' fields are correctly mapped to native 'uuid' types. But, when using PostgisPG95Dialect, UUIDs are treated as GEOMETRY.
Explicitly using "@Type("pg-uuid")" on the UUID fields seems to have no effect.