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.
我在 4.1.0.Final 中实现了一个 UserType 并且需要调用 BlobType.nullSafeSet 和 Get 方法。之前,调用 Hibernate.BLOB 来访问这些方法,现在从哪里获得 Types 的实例?
答案是 BlobType 的 INSTANCE 静态属性包含 BlobType 的一个实例。