org.datanucleus.store.db4o.Localisation.properties Maven / Gradle / Ivy
################################################################################
# Copyright (c) 2006 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 :
# ...
################################################################################
DB4O.URLInvalid=The URL ("{0}") passed to DB4OManager is invalid. Must be either "db4o:hostname:port" (server) or "db4o.filename" (local file).
DB4O.FilestoreRelativePath=Interpreting DB4O filestore of "{0}" as being "{1}"
DB4O.FilenameError=Error interpreting filename "{0}" - {1}
DB4O.OpeningConnection=Opening DB4O ObjectContainer for "{0}" : {1}
DB4O.CommittingConnection=Committing DB4O ObjectContainer for "{0}" : {1}
DB4O.RollingBackConnection=Rolling back DB4O ObjectContainer for "{0}" : {1}
DB4O.ClosingConnection=Closing DB4O ObjectContainer for "{0}" : {1}
DB4O.ConnectionError=Could not connect to DB4O at {0}
#
# Operations
#
DB4O.Insert.Start=Object "{0}" being inserted into DB4O with all reachable objects
DB4O.Insert.ObjectPersisted=Object "{0}" (id="{1}) persisted to DB4O
DB4O.Insert.ObjectPersistedWithVersion=Object "{0}" (id="{1}) persisted to DB4O with version "{2}"
DB4O.Insert.ObjectPersistFailed=Object "{0}" was not persisted correctly by DB4O!
DB4O.Insert.ObjectWithIdAlreadyExists=Object "{0}" being inserted has id "{1}" yet an object with this id already exists in the datastore!
DB4O.Update.Start=Object "{0}" (id="{1}") being updated in DB4O (for fields "{2}") with all reachable objects
DB4O.Delete.Start=Object "{0}" (id="{1}") being deleted from DB4O with all dependent objects
DB4O.Delete.ObjectDeleted=Object "{0}" (id="{1}") has been deleted
DB4O.Fetch.Start=Object "{0}" (id="{1}") being retrieved from DB4O
DB4O.ExecutionTime=Execution Time = {0} ms
DB4O.FindObject=Retrieval of object with id="{0}" from DB4O returned "{1}"
DB4O.MultipleObjectsFoundForId=There are multiple objects returned when querying for objects of type "{0}" and id "{1}" ! Should be impossible
DB4O.AddClass.ClassInvalidError=Referenced class/interface {0} is not persistence-capable !
DB4O.Object.IdNotFound=Object with id="{0}" was not found in the datastore
DB4O.Object.NotFound=Object "{0}" (id="{1}") was not found in the datastore
DB4O.Object.NotActive=Object "{0}" is not active. Needs activating (by DB4O) to be able to read its fields
DB4O.Object.Activating=Object "{0}" is being activated in DB4O
DB4O.Object.Refreshing=Object "{0}" is being refreshed in DB4O
DB4O.Object.Deactivating=Object "{0}" is being deactivated in DB4O
DB4O.Extent.IteratorRemoveNotSupported=Extent.iterator().remove() method not supported. Remove objects via deletePersistent()
DB4O.Extent.Execute=Extent being retrieved for candidate "{0}" and subclasses="{1}"
#
# Value Generators
#
DB4O.ValueGenerator.UpdatingSequence=Updating sequence "{0}" to set its current value to "{1}"
#
# Query
#
DB4O.SODA.Query=DB4O SODA : {0}
DB4O.Native.NeedsPredicate=DB4O Native queries require the input of a Predicate!