All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.datanucleus.store.mongodb.Localisation.properties Maven / Gradle / Ivy

There is a newer version: 6.0.0-release
Show newest version
################################################################################
# Copyright (c) 2011 Andy Jefferson 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 :
#
################################################################################

MongoDB.ServerConnect=Creating connection pool with database "{0}" on {1} servers ({2})
MongoDB.URLInvalid=The URL ("{0}") passed to MongoDBStoreManager is invalid. Must be of the form "mongodb:[hostname][/dbName][,hostname2]".
MongoDB.DatastoreID=Datastore ID not supported for this datastore, but class "{0}" uses it.

MongoDB.Insert.Start=Object "{0}" being inserted into MongoDB with all reachable objects
MongoDB.Insert.ObjectWithIdAlreadyExists=Object "{0}" being inserted has id "{1}" yet an object with this id already exists in the datastore!
MongoDB.Insert.ObjectPersisted=Object "{0}" (id="{1}) persisted to MongoDB
MongoDB.Insert.ObjectPersistedWithVersion=Object "{0}" (id="{1}) persisted to MongoDB with version "{2}"
MongoDB.Insert.ObjectPersistedWithIdentity=Object "{0}" persisted to MongoDB has had identity set to "{1}"
MongoDB.Update.Start=Object "{0}" (id="{1}") being updated in MongoDB (for fields "{2}") with all reachable objects
MongoDB.Delete.Start=Object "{0}" (id="{1}") being deleted from MongoDB with all dependent objects
MongoDB.Delete.ObjectDeleted=Object "{0}" (id="{1}") has been deleted
MongoDB.Fetch.Start=Object "{0}" (id="{1}") being retrieved from MongoDB
MongoDB.ExecutionTime=Execution Time = {0} ms


MongoDB.Schema.CreateClass=Creating schema for class "{0}" in collection "{1}"
MongoDB.Schema.CreateClassField=Creating field "{0}" for collection "{1}"
MongoDB.Schema.CreateClassIndex=Ensuring presence of index "{0}" for collection "{1}" as "{2}"
MongoDB.SchemaDelete.Class=Deleting schema for class "{0}" in collection "{1}"
MongoDB.SchemaValidate.Class=Validate schema for class "{0}" failed since collection "{1}" is missing
MongoDB.SchemaValidate.Class.Field=Validate schema of collection "{0}" has field "{1}" missing




© 2015 - 2024 Weber Informatics LLC | Privacy Policy