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.
我应该想用 JPA保存一个番石榴哈希码。这怎么可能 ?它是 int、long、String 还是其他东西?
它用于名称/值对列表的哈希码。(列表的哈希码,而不是名称/值的哈希码)。
谢谢。
Guava HashCode 是字节数组的包装器,您可以使用 HashCode.asBytes 检索它。