A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

U

uncaughtException() - Method in interface com.db4o.internal.threading.ThreadPool4
 
uncaughtException() - Method in class com.db4o.internal.threading.ThreadPool4Impl
 
UncaughtExceptionEventArgs - Class in com.db4o.internal.threading
 
UncaughtExceptionEventArgs(Throwable) - Constructor for class com.db4o.internal.threading.UncaughtExceptionEventArgs
 
unicode() - Static method in class com.db4o.config.encoding.StringEncodings
 
UnicodeStringEncoding - Class in com.db4o.internal.encoding
 
UnicodeStringEncoding() - Constructor for class com.db4o.internal.encoding.UnicodeStringEncoding
 
UnicodeStringIO - Class in com.db4o.internal.encoding
 
UnicodeStringIO() - Constructor for class com.db4o.internal.encoding.UnicodeStringIO
 
unindexedIDs() - Method in interface com.db4o.defragment.DefragmentServices
 
unindexedIDs() - Method in class com.db4o.defragment.DefragmentServicesImpl
 
union(BTreeRange) - Method in interface com.db4o.internal.btree.BTreeRange
 
union(BTreeRange) - Method in class com.db4o.internal.btree.BTreeRangeSingle
 
union(BTreeRange) - Method in class com.db4o.internal.btree.BTreeRangeUnion
 
UniqueFieldValueConstraint - Class in com.db4o.constraints
Configures a field of a class to allow unique values only.
UniqueFieldValueConstraint(Object, String) - Constructor for class com.db4o.constraints.UniqueFieldValueConstraint
constructor to create a UniqueFieldValueConstraint.
UniqueFieldValueConstraintViolationException - Exception in com.db4o.constraints
This exception is thrown when a UniqueFieldValueConstraint is violated.

UniqueFieldValueConstraintViolationException(String, String) - Constructor for exception com.db4o.constraints.UniqueFieldValueConstraintViolationException
Constructor with a message composed from the class and field name of the entity causing the exception.
UnknownActivationDepth - Class in com.db4o.internal.activation
 
UnknownTypeHandlerAspect - Class in com.db4o.internal.marshall
 
UnknownTypeHandlerAspect(ClassMetadata, String) - Constructor for class com.db4o.internal.marshall.UnknownTypeHandlerAspect
 
unlessCompatible() - Method in annotation type decaf.Ignore
 
unlessCompatible() - Method in annotation type decaf.Remove
 
unlessCompatible() - Method in annotation type decaf.RemoveFirst
 
unlockFile(String, Object) - Static method in class com.db4o.internal.Platform4
 
unmarshalDouble(ByteArrayBuffer) - Static method in class com.db4o.internal.marshall.PrimitiveMarshaller0
 
unmarshall() - Method in class com.db4o.cs.internal.messages.MReadBytes
 
unmarshall() - Method in class com.db4o.cs.internal.messages.MsgObject
 
unmarshall(int) - Method in class com.db4o.cs.internal.messages.MsgObject
 
unmarshall(ClientTransaction, ClientSlotCache, ByteArrayBuffer) - Method in class com.db4o.cs.internal.objectexchange.DeferredObjectExchangeStrategy
 
unmarshall(ClientTransaction, ClientSlotCache, ByteArrayBuffer) - Method in class com.db4o.cs.internal.objectexchange.EagerObjectExchangeStrategy
 
unmarshall(ClientTransaction, ClientSlotCache, ByteArrayBuffer) - Method in interface com.db4o.cs.internal.objectexchange.ObjectExchangeStrategy
 
unmarshall(ObjectContainerBase, byte[], int) - Static method in class com.db4o.internal.Serializer
 
unmarshall(ObjectContainerBase, SerializedGraph) - Static method in class com.db4o.internal.Serializer
 
unmarshall(ObjectContainerBase, StatefulBuffer) - Static method in class com.db4o.internal.Serializer
 
unmarshall(Transaction) - Method in class com.db4o.internal.query.processor.QQueryBase
 
unmarshallFloat(ByteArrayBuffer) - Static method in class com.db4o.internal.marshall.PrimitiveMarshaller0
 
UnmarshallingContext - Class in com.db4o.internal.marshall
Wraps the low-level details of reading a Buffer, which in turn is a glorified byte array.
UnmarshallingContext(Transaction, ByteArrayBuffer, ObjectReference, int, boolean) - Constructor for class com.db4o.internal.marshall.UnmarshallingContext
 
UnmarshallingContext(Transaction, ObjectReference, int, boolean) - Constructor for class com.db4o.internal.marshall.UnmarshallingContext
 
unmarshallShort(ByteArrayBuffer) - Static method in class com.db4o.internal.marshall.PrimitiveMarshaller0
 
unmodifiableList(Sequence4) - Static method in class com.db4o.foundation.Collections4
 
UnmodifiableListTypeHandler - Class in com.db4o.typehandlers.internal
 
UnmodifiableListTypeHandler() - Constructor for class com.db4o.typehandlers.internal.UnmodifiableListTypeHandler
 
UNOPTIMIZED - Static variable in class com.db4o.internal.query.NativeQueryHandler
 
unsafeFastNext() - Method in class com.db4o.internal.btree.BTreePointer
Duplicate code of next(), reusing this BTreePointer without creating a new BTreePointer, very dangerous to call because there may be side effects if this BTreePointer is used elsewhere and code relies on state the stay the same.
unsafeWaitForNext() - Method in class com.db4o.foundation.BlockingQueue
 
unsafeWaitForNext(long) - Method in class com.db4o.foundation.BlockingQueue
 
unsafeWaitForNext(long) - Method in class com.db4o.foundation.PausableBlockingQueue
 
unspecified(ModifiedObjectQuery) - Method in class com.db4o.internal.activation.LegacyUpdateDepthProvider
 
unspecified(ModifiedObjectQuery) - Method in class com.db4o.internal.activation.TPUpdateDepthProvider
 
unspecified(ModifiedObjectQuery) - Method in interface com.db4o.internal.activation.UpdateDepthProvider
 
UNSPECIFIED - Static variable in class com.db4o.foundation.TernaryBool
 
UNSPECIFIED - Static variable in class com.db4o.internal.Const4
 
UNSPECIFIED_CONSTRUCTOR - Static variable in class com.db4o.reflect.core.ReflectConstructorSpec
 
UnspecifiedUpdateDepth - Class in com.db4o.internal.activation
 
UnspecifiedUpdateDepth() - Constructor for class com.db4o.internal.activation.UnspecifiedUpdateDepth
 
UnsupportedOldFormatException - Exception in com.db4o.ext
This exception is thrown while reading old database files for which support has been dropped.
UnsupportedOldFormatException() - Constructor for exception com.db4o.ext.UnsupportedOldFormatException
 
UnsupportedOrderingException - Exception in com.db4o.ext
Ordering by non primitive fields works only for classes that implement the Activatable interface and TransparentActivationSupport is enabled.
UnsupportedOrderingException(String) - Constructor for exception com.db4o.ext.UnsupportedOrderingException
 
UNTYPED_ID - Static variable in class com.db4o.internal.Handlers4
 
UNUSED - Static variable in class com.db4o.ext.Status
 
Unversioned - Interface in com.db4o.types
marker interface to denote that version numbers and UUIDs should not be generated for a class that implements this interface
unversionedTemplate() - Method in class com.db4o.internal.handlers.array.ArrayHandler
 
unversionedTemplate() - Method in class com.db4o.internal.handlers.array.MultidimensionalArrayHandler
 
unversionedTemplate() - Method in class com.db4o.internal.handlers.NullFieldAwareTypeHandler
 
unversionedTemplate() - Method in class com.db4o.internal.handlers.StandardReferenceTypeHandler
 
unversionedTemplate() - Method in interface com.db4o.internal.VersionedTypeHandler
 
unwrap(IterableBase) - Static method in class com.db4o.foundation.IterableBaseFactory
 
UPDATE - Static variable in class com.db4o.internal.EventDispatchers
 
UPDATE - Static variable in class com.db4o.internal.slots.Slot
 
updateClassName(byte[]) - Static method in class com.db4o.internal.Platform4
 
updated - Variable in class com.db4o.internal.CallbackObjectInfoCollections
 
updated() - Method in class com.db4o.events.CommitEventArgs
 
updated() - Method in interface com.db4o.events.EventRegistry
This event is fired after an object is updated.
updated() - Method in class com.db4o.internal.events.EventRegistryImpl
 
updated(int) - Method in interface com.db4o.internal.CallbackInfoCollector
 
UpdatedDepth - Annotation Type in com.db4o.config.annotations
specifies the updateDepth for this class.
UpdatedDepthConfigurator - Class in com.db4o.config.annotations.reflect
 
UpdatedDepthConfigurator(String, int) - Constructor for class com.db4o.config.annotations.reflect.UpdatedDepthConfigurator
 
UpdatedDepthFactory - Class in com.db4o.config.annotations.reflect
 
UpdatedDepthFactory() - Constructor for class com.db4o.config.annotations.reflect.UpdatedDepthFactory
 
updateDepth() - Method in class com.db4o.internal.Config4Impl
 
updateDepth() - Method in class com.db4o.internal.marshall.MarshallingContext
 
updateDepth(int) - Method in interface com.db4o.config.CommonConfiguration
specifies the global updateDepth.
updateDepth(int) - Method in interface com.db4o.config.Configuration
specifies the global updateDepth.
updateDepth(int) - Method in interface com.db4o.config.ObjectClass
specifies the updateDepth for this class.
updateDepth(int) - Method in class com.db4o.internal.config.CommonConfigurationImpl
 
updateDepth(int) - Method in class com.db4o.internal.Config4Class
 
updateDepth(int) - Method in class com.db4o.internal.Config4Impl
 
updateDepth(UpdateDepth) - Method in class com.db4o.internal.marshall.MarshallingContext
 
UpdateDepth - Interface in com.db4o.internal.activation
 
updateDepthFromConfig() - Method in class com.db4o.internal.ClassMetadata
 
UpdateDepthGreaterOne - Class in com.db4o.diagnostic
Diagnostic, if update depth greater than 1.
UpdateDepthGreaterOne(int) - Constructor for class com.db4o.diagnostic.UpdateDepthGreaterOne
 
updateDepthProvider() - Method in class com.db4o.internal.Config4Impl
 
updateDepthProvider() - Method in interface com.db4o.internal.InternalObjectContainer
 
updateDepthProvider() - Method in class com.db4o.internal.ObjectContainerBase
 
updateDepthProvider() - Method in class com.db4o.internal.ObjectContainerSession
 
updateDepthProvider(UpdateDepthProvider) - Method in class com.db4o.internal.Config4Impl
 
UpdateDepthProvider - Interface in com.db4o.internal.activation
 
updateExistingStaticField(Transaction, StaticField, ReflectField) - Method in class com.db4o.internal.ClassMetadata
 
updating() - Method in interface com.db4o.events.EventRegistry
This event is fired before an object is updated.
updating() - Method in class com.db4o.internal.events.EventRegistryImpl
 
updating() - Method in class com.db4o.internal.FieldMetadata
 
upgradeFile(String) - Method in class com.db4o.defragment.DefragmentConfig
Instruct the defragment process to upgrade the source file to the current db4o version prior to defragmenting it.
uri() - Method in class com.db4o.io.BinConfiguration
 
USE_DEFAULT_TRANSACTION_TIMESTAMP - Static variable in class com.db4o.cs.internal.messages.Msg
 
USE_TRANSACTION - Static variable in class com.db4o.cs.internal.messages.Msg
 
useBTreeSystem() - Method in interface com.db4o.config.FreespaceConfiguration
configures db4o to use a BTree-based freespace system.
useBTreeSystem() - Method in class com.db4o.internal.Config4Impl
 
useCustomIdSystem(IdSystemFactory) - Method in class com.db4o.internal.Config4Impl
 
useCustomSystem(IdSystemFactory) - Method in interface com.db4o.config.IdSystemConfiguration
configures db4o to use a custom ID system.
useCustomSystem(IdSystemFactory) - Method in class com.db4o.internal.config.IdSystemConfigurationImpl
 
used() - Method in class com.db4o.internal.Config4Field
 
used(boolean) - Method in class com.db4o.internal.Config4Field
 
useDedicatedSlot(Context, TypeHandler4) - Static method in class com.db4o.internal.Handlers4
 
useDefaultTransactionTimestamp() - Method in class com.db4o.cs.internal.ClientTransaction
 
useDefaultTransactionTimestamp() - Method in class com.db4o.internal.LocalTransaction
 
useDefaultTransactionTimestamp() - Method in class com.db4o.internal.ObjectContainerBase
 
useDefaultTransactionTimestamp() - Method in class com.db4o.internal.Transaction
 
useField(QField) - Method in interface com.db4o.internal.query.processor.ParentCandidate
 
useField(QField) - Method in class com.db4o.internal.query.processor.QCandidate
 
useIndexSystem() - Method in interface com.db4o.config.FreespaceConfiguration
Deprecated.
Please use the BTree freespace system instead by calling FreespaceConfiguration.useBTreeSystem().
useIndexSystem() - Method in class com.db4o.internal.Config4Impl
Deprecated. 
useInMemoryIdSystem() - Method in class com.db4o.internal.Config4Impl
 
useInMemorySystem() - Method in interface com.db4o.config.IdSystemConfiguration
configures db4o to use an in-memory ID system.
useInMemorySystem() - Method in class com.db4o.internal.config.IdSystemConfigurationImpl
 
useJavaHandling() - Method in class com.db4o.internal.handlers.array.ArrayHandler
 
useJavaHandling() - Method in class com.db4o.internal.handlers.array.ArrayVersionHelper
 
useJavaHandling() - Method in class com.db4o.internal.handlers.array.ArrayVersionHelper3
 
useNativeSerialization() - Method in class com.db4o.internal.JDK
 
useNativeSerialization() - Static method in class com.db4o.internal.Platform4
 
useNormalClassRead() - Method in class com.db4o.internal.marshall.PrimitiveMarshaller
 
useNormalClassRead() - Method in class com.db4o.internal.marshall.PrimitiveMarshaller0
 
useNormalClassRead() - Method in class com.db4o.internal.marshall.PrimitiveMarshaller1
 
usePointerBasedIdSystem() - Method in class com.db4o.internal.Config4Impl
 
usePointerBasedSystem() - Method in interface com.db4o.config.IdSystemConfiguration
configures db4o to store IDs as pointers.
usePointerBasedSystem() - Method in class com.db4o.internal.config.IdSystemConfigurationImpl
 
User - Class in com.db4o
 
User() - Constructor for class com.db4o.User
 
User(String, String) - Constructor for class com.db4o.User
 
USER_MESSAGE - Static variable in class com.db4o.cs.internal.messages.Msg
 
USER_OBJECTS - Static variable in class com.db4o.internal.slots.SlotChangeFactory
 
USER_TRANS - Static variable in class com.db4o.internal.Const4
 
useRamSystem() - Method in interface com.db4o.config.FreespaceConfiguration
configures db4o to use a RAM-based freespace system.
useRamSystem() - Method in class com.db4o.internal.Config4Impl
 
UserMessagePayload() - Constructor for class com.db4o.cs.internal.messages.MUserMessage.UserMessagePayload
 
UserMessagePayload(Object) - Constructor for class com.db4o.cs.internal.messages.MUserMessage.UserMessagePayload
 
userName() - Method in class com.db4o.cs.internal.ClientObjectContainer
 
useSingleBTreeIdSystem() - Method in class com.db4o.internal.Config4Impl
 
useSingleBTreeSystem() - Method in interface com.db4o.config.IdSystemConfiguration
configures db4o to use a single BTreeIdSystem on top of an InMemoryIdSystem.
useSingleBTreeSystem() - Method in class com.db4o.internal.config.IdSystemConfigurationImpl
 
useSlot(int) - Method in class com.db4o.internal.StatefulBuffer
 
useSlot(int, int) - Method in class com.db4o.internal.StatefulBuffer
 
useSlot(int, int, int) - Method in class com.db4o.internal.StatefulBuffer
 
useSlot(Slot) - Method in class com.db4o.internal.StatefulBuffer
 
useStackedBTreeIdSystem() - Method in class com.db4o.internal.Config4Impl
 
useStackedBTreeSystem() - Method in interface com.db4o.config.IdSystemConfiguration
configures db4o to use a stack of two BTreeIdSystems on top of an InMemoryIdSystem.
useStackedBTreeSystem() - Method in class com.db4o.internal.config.IdSystemConfigurationImpl
 
useTransaction(MUseTransaction) - Method in interface com.db4o.cs.internal.ServerMessageDispatcher
 
useTransaction(MUseTransaction) - Method in class com.db4o.cs.internal.ServerMessageDispatcherImpl
 
utf8() - Static method in class com.db4o.config.encoding.StringEncodings
 
UTF8StringEncoding - Class in com.db4o.internal.encoding
 
UTF8StringEncoding() - Constructor for class com.db4o.internal.encoding.UTF8StringEncoding
 
UUIDFieldMetadata - Class in com.db4o.internal
 
uUIDIndex() - Method in class com.db4o.internal.ObjectContainerBase
 
uuidIndexId() - Method in class com.db4o.internal.SystemData
 
uuidIndexId(int) - Method in class com.db4o.internal.SystemData
 
uuidLongPart() - Method in class com.db4o.internal.FrozenObjectInfo
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages