hibernate涂鸦(4)——type
org.hibernate.type.TypeResolver
? -- basicTypeRegistry: 在无参构造函数中被new出来,并在带参构造函数中被赋值
? -- typeFactory: 在无参构造函数中被new出来,并在带参构造函数中被赋值
? -- public Type heuristicType(String) throws MappingException: 调用②heuristicType(typeName, null)
? -- public Type heuristicType(String, Properties) throws MappingException:
?
?
org.hibernate.type.BasicTypeRegistry: @TODO
?
org.hibernate.type.TypeFactory: @TODO