呵呵,今天又认识了一个新的开源产品,。
知识累积中&&接分

解决方案 »

  1.   

    怎么可能不支持呢?
    <bean id="addressFilter" parent="abstractHibernate20Adapter">
            <property name="hql">
                <value>
                    FROM Address as address
                    WHERE 1=1 AND address.disabled=false
                    /~organizationList: AND address.organization in ({organizationList})~/
                    /~code: AND address.code LIKE {code} ~/
                    /~name: AND address.name LIKE {name} ~/
                    /~organization.code: AND address.organization.code LIKE {organization.code} ~/
                    /~contact: AND address.contact LIKE {contact} ~/
                    /~address: AND address.addressDetail LIKE {address} ~/
                    /~sortColumn: ORDER BY address.[sortColumn] [sortDirection] ~/
                </value>
            </property>
        </bean>注明:organization是Address的属性,是组织对象,传入一个组织对象List。完全可以查询
      

  2.   

    zzxhunter(宝蓝) 能不能给各简单的PreparedStatement in查询的例子
      

  3.   

    毫无疑问的支持啊!http://www.jopener.cn/category/jsp-tag-libraries/