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.
我正在使用休眠搜索 1.1。我想应用 ResultTransformer 操作后查询来匹配目标数据结构。
但我无法在休眠搜索jar 中找到该类(StaticAliasToBeanResultTransformer)。我在哪里可以找到这门课?
谢谢,
你的意思是;
org.hibernate.transform.AliasToBeanResultTransformer?如果是这样,它包含在发行版中的主要休眠 jar 中。
参见 javadocs