1

我想在休眠中使用PropertySelectorExample但我没有在网上找到任何指导如何使用它的示例。

我在这里找到了文档http://docs.jboss.org/hibernate/orm/3.5/javadoc/org/hibernate/criterion/Example.PropertySelector.html

基本上我想做的是

Example example = Example.create(user); 
PropertySelector propertySelector;
propertySelector.include(user, "emailId", org.hibernate.type.Type);

它给出了错误org.hibernate.type.Type cannot be resolved to a variable,那么在第三个参数中使用什么?

4

0 回答 0