
org.datanucleus.store.json.Localisation.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datanucleus-json Show documentation
Show all versions of datanucleus-json Show documentation
DataNucleus plugin providing persistence to JSON-based datastores.
This includes Amazon S3 and GoogleStorage.
The newest version!
################################################################################
# Copyright (c) 2009 Erik Bengtson and others. All rights reserved.
# Licensed 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.
#
# Contributions :
# 2011 Andy Jefferson - all but the first two lines
# ...
################################################################################
JSON.Insert.Start=Object "{0}" being inserted into JSON with all reachable objects
JSON.Insert.ObjectWithIdAlreadyExists=Object "{0}" being inserted has id "{1}" yet an object with this id already exists in the datastore!
JSON.Insert.ObjectPersistedWithVersion=Object "{0}" (id="{1}) persisted to JSON with version "{2}"
JSON.Update.Start=Object "{0}" (id="{1}") being updated in JSON (for fields "{2}") with all reachable objects
JSON.Delete.Start=Object "{0}" (id="{1}") being deleted from JSON with all dependent objects
JSON.Delete.ObjectDeleted=Object "{0}" (id="{1}") has been deleted
JSON.Fetch.Start=Object "{0}" (id="{1}") being retrieved from JSON
JSON.ExecutionTime=Execution Time = {0} ms
© 2015 - 2025 Weber Informatics LLC | Privacy Policy