Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
copy-no-oid: Cannot copy identity for abstract type "{0}".
no-meta: No registered metadata for type "{0}". This can happen if this \
class has not been annotated as a persistent entity or specified in the \
persistence unit (ex: in the orm.xml).
bad-getter: Missing getter for property "{1}" in type "{0}".
bad-setter: Missing setter for property "{1}" in type "{0}".
bad-field: Missing field for property "{1}" in type "{0}".
reflect-security: Unable to access "{0}" via reflection. Make sure OpenJPA \
has the "suppressAccessChecks" permission.
needs-runtime-enhance: "{0}" requires runtime enhancement: {1}
runtime-enhance-complete: Enhancement for "{0}" completed. Class size: [{1}/{2}]
runtime-enhance-pcclasses: You have enabled runtime enhancement, but have not \
specified the set of persistent classes. OpenJPA must look for metadata \
for every loaded class, which might increase class load times significantly.
running-all-classes: No targets were given. Running on all classes in your \
persistent classes list, or all metadata files in classpath directories if \
you have not listed your persistent classes. Use -help to display tool \
usage information.
no-class-to-enhance: Found no class to enhance.
detach-custom-ser: Type "{0}" is set to detach on serialize, but implements \
a custom readObject and/or writeObject method. You cannot use custom \
serialization with detachment.
detach-custom-extern: Type "{0}" is set to detach on serialize, but implements \
a custom readExternal and/or writeExternal method. You cannot use custom \
serialization with detachment.
enhance-start: Enhancing type "{0}" loaded by {1}.
runtime-optimization-disabled: This configuration disallows runtime \
optimization, but the following listed types were not enhanced at build \
time or at class load time with a javaagent: "{0}".
enhance-and-subclass-and-redef-start: Creating subclass and redefining methods \
for "{0}". This means that your application will be less efficient \
than it would if you ran the OpenJPA enhancer.
enhance-and-subclass-no-redef-start: Creating subclass for "{0}". \
This means that your application will be less efficient and will consume \
more memory than it would if you ran the OpenJPA enhancer. Additionally, \
lazy loading will not be available for one-to-one and many-to-one \
persistent attributes in types using field access; they will be loaded \
eagerly instead.
redefine-types: Redefining {0} using Java 5 type redefinition.
retransform-types: Redefining {0} using Java 6 type retransformation.
pc-type: Type "{0}" loaded by {1} is already persistence capable; skipping.
pers-aware-classes: No metadata was found for {0} classes; they have been enhanced \
as persistence-aware. If you intended for any of these classes to be \
persistence-capable, then this means that OpenJPA could not find any metadata \
for those classes. This can happen if the directory containing your metadata \
is not in your CLASSPATH, or if your metadata files are not named properly. \
See the documentation on metadata placement for more information. \
Persistence-aware classes: {1}
enhance-running: Enhancer running on type "{0}".
enhance-aware: The class does not have metadata - enhanced as persistence-aware.
enhance-norun: The class is already persistence capable - no enhancement \
performed.
enhance-interface: The class is a managed interface - no enhancement performed.
enhance-usage: Usage: java org.apache.openjpa.enhance.PCEnhancer\n\
\t[-properties/-p ]\n\
\t[-]*\n\
\t[-directory/-d