mirror of https://github.com/apache/openjpa.git
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:
parent
c2752e27da
commit
aca5f3351d
|
@ -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.
|
is not mapped, and does not have any mapped implementors.
|
||||||
bad-param-name: The parameter name or position "{0}" passed to \
|
bad-param-name: The parameter name or position "{0}" passed to \
|
||||||
execute() is not valid. All map keys must be a declared parameter \
|
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 \
|
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 \
|
extent and evaluate the query in-memory. This may be very slow. The \
|
||||||
query must be executed in memory because OpenJPA is configured with \
|
query must be executed in memory because OpenJPA is configured with \
|
||||||
|
|
Loading…
Reference in New Issue