| Develop the consolidation/unification of the numerous type systems implemented by Hibernate:
- its own org.hibernate.type.Type system
- JPA type system
- SQM type system
Also needs to ultimately swap ResultSet value extraction by name to extraction by position (perf) which is highly disruptive change (custom type impls). |