Description:
|
Current thinking for precedence is: # {{org.hibernate.engine.jdbc.internal.TypeInfo}} as extract from JDBC {{java.sql.DatabaseMetaData}} # {{Dialect}} contributed Types # {{TypeContributor}} contributed Types - currently {{TypeContributor}} is passed a {{MetadataImplementor}} so that it can access the TypeFactory to register its types; that needs to change part of the larger HHH-7788 # user specified Types.
|