[JBoss-user] EJB-QL question

2004-01-22 Thread Steven Nakhla
I have a simple web app that I've been developing to get practice working with J2EE.  It is an app to manage product license keys.  The beans I have are as follows:   LicenseKey:  properties=keyValue (String) Vendor:  properties=name (String) Product properties=title (String), version (String)   Th

[JBoss-user] ejb-ql question cmr

2002-11-07 Thread kiuma
Hi, I'm a bit confused about cmr & ejbql, if a Calendar bean owns many Holyday beans and I want to find all holydays of a calendar (id = param1) that are > param2 is it right a select like this: SELECT OBJECT(Holyday) FROM WaHolyday Holyday WHERE (Holyday.calendar.id = ?1) AND ((Holyday.absenc