EJBQL Data Types
Status: Inactive
Brought to you by:
mredeker
EJBQL only supports simple types (short, int, long,
float, double, String, bool, Date), however it is
possible to define a finder method with input
parameters of other data types. For example, the
primary key of a database table could be stored as a
BigDecimal. When this occurs, the jbosscmp-jdbc.xml
file needs to be modified to override the ejb-ql query
defined in the ejb-jar.xml with a jboss-ql query
instead. See the following jboss.org forum for a
complete description:
http://www.jboss.org/forums/thread.jsp?forum=66&thread=12852&message=3708282&q=EJBQL#3708282
P.S. Great tool!!!!