coldfusion « Criteria « JPA Q&A





1. CF9 HQL Statement for many-to-many and Multiple Criteria    stackoverflow.com

I have the following setup: Listing.cfc

component persistent="true"
{
    property name="ListingId" column="ListingId" type="numeric" ormtype="int" fieldtype="id" generator="identity"; 
        ...
    property name="Features" type="array" ...