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.
有没有办法告诉 Glassfish 实体类的某个数据成员的哈希值应该计算并存储在数据库中,而不是原始值?
如果您修改字段的 getter 以生成其哈希值而不是原始值,您最终可能会得到存储的哈希值。
如果您的数据库具有哈希函数,则其他选项是使用实体管理器发出本机查询。
试试看