Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我第一次尝试扩展 Hibernate 对话框(PostgreSQL82Dialect)。阅读文档后,我仍然不明白。
registerColumnType和 和有什么不一样registerHibernateType?
registerColumnType
registerHibernateType
请给一些提示?
registerHibernateType用于定义hibernate支持的默认类型。
registerColumnType 可以为给定的类型代码和最大列长度注册一个类型。也就是说,registerColumnType 更详细地定义了一个 sql-type。