[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-376) Support the ability to enable h3 filters and set parameters while doing hql queries

Keith Garry Boyce (JIRA) noreply at atlassian.com
Thu Nov 15 08:00:29 EST 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28840 ] 

Keith Garry Boyce commented on HBX-376:
---------------------------------------

This can be done with simple meta tag.. No real need to wait till 3.2 or later... Currently I have created custom templates and what I'm doing is as follows:

        <meta attribute="hbm-code">
	<![CDATA[
            <filter name="invoiceVendorFilter" condition="BILL_DATE < :months"/> 
            <filter name="vendorFilter" condition="VENDOR_CODE = :vendorCode"/>
	]]>
        </meta> 

Just should be supported with out of the box with existing templates

> Support the ability to enable h3 filters and set parameters while doing hql queries
> -----------------------------------------------------------------------------------
>
>                 Key: HBX-376
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-376
>             Project: Hibernate Tools
>          Issue Type: New Feature
>          Components: consoleconfiguration
>    Affects Versions: 3.1alpha5
>            Reporter: Keith Garry Boyce
>             Fix For: 3.2LATER
>
>
> It would be helpful to support the ability to enable h3 filters and set parameters while doing hql queries

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list