
org.datanucleus.store.neo4j.Localisation.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datanucleus-neo4j Show documentation
Show all versions of datanucleus-neo4j Show documentation
Plugin providing persistence to Neo4j graph datastores.
The newest version!
################################################################################
# Copyright (c) 2012 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 :
#
################################################################################
Neo4j.ServerConnect=Creating connection pool with database "{0}" on {1} servers ({2})
Neo4j.URLInvalid=The URL ("{0}") passed to Neo4jStoreManager is invalid. Must be of the form "mongodb:[hostname][/dbName][,hostname2]".
Neo4j.DatastoreID=Datastore ID not supported for this datastore, but class "{0}" uses it.
Neo4j.InsertObjects.Start=Objects being inserted into Neo4j with all reachable objects for {0}
Neo4j.Insert.Start=Object "{0}" being inserted into Neo4j with all reachable objects
Neo4j.Insert.ObjectWithIdAlreadyExists=Object "{0}" being inserted has id "{1}" yet an object with this id already exists in the datastore!
Neo4j.Insert.ObjectPersisted=Object "{0}" (id="{1}) persisted to Neo4j
Neo4j.Insert.ObjectPersistedWithVersion=Object "{0}" (id="{1}) persisted to Neo4j with version "{2}"
Neo4j.Insert.ObjectPersistedWithIdentity=Object "{0}" persisted to Neo4j has had identity set to "{1}"
Neo4j.Update.Start=Object "{0}" (id="{1}") being updated in Neo4j (for fields "{2}") with all reachable objects
Neo4j.Delete.Start=Object "{0}" (id="{1}") being deleted from Neo4j with all dependent objects
Neo4j.Delete.ObjectDeleted=Object "{0}" (id="{1}") has been deleted
Neo4j.Fetch.Start=Object "{0}" (id="{1}") being retrieved from Neo4j
Neo4j.ExecutionTime=Execution Time = {0} ms
© 2015 - 2025 Weber Informatics LLC | Privacy Policy