OPENJPA-409. Message update.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@585773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2007-10-18 01:30:28 +00:00
parent c2752e27da
commit aca5f3351d
1 changed files with 2 additions and 1 deletions

View File

@ -245,7 +245,8 @@ no-impls: Unable to execute a query on type "{0}". This class or interface \
is not mapped, and does not have any mapped implementors.
bad-param-name: The parameter name or position "{0}" passed to \
execute() is not valid. All map keys must be a declared parameter \
name or a number matching the parameter position.
name or a number matching the parameter position. Native queries only \
allow the use of positional parameters.
force-in-mem: This query on type "{0}" must load the entire candidate class \
extent and evaluate the query in-memory. This may be very slow. The \
query must be executed in memory because OpenJPA is configured with \