Uses of Interface
com.db4o.ext.ObjectInfo
-
Packages that use ObjectInfo Package Description com.db4o.events com.db4o.ext com.db4o.internal com.db4o.internal.callbacks com.db4o.internal.events -
-
Uses of ObjectInfo in com.db4o.events
Methods in com.db4o.events that return ObjectInfo Modifier and Type Method Description ObjectInfoCancellableObjectEventArgs. info()ObjectInfoObjectInfoEventArgs. info()Constructors in com.db4o.events with parameters of type ObjectInfo Constructor Description CancellableObjectEventArgs(Transaction transaction, ObjectInfo objectInfo, java.lang.Object obj)Creates a new instance for the specified object.ObjectInfoEventArgs(Transaction transaction, ObjectInfo info) -
Uses of ObjectInfo in com.db4o.ext
Methods in com.db4o.ext that return ObjectInfo Modifier and Type Method Description ObjectInfoExtObjectContainer. getObjectInfo(java.lang.Object obj)returns theObjectInfofor a stored object. -
Uses of ObjectInfo in com.db4o.internal
Classes in com.db4o.internal that implement ObjectInfo Modifier and Type Class Description classFrozenObjectInfoclassLazyObjectReferenceclassObjectReferenceA weak reference to an known object.Methods in com.db4o.internal that return ObjectInfo Modifier and Type Method Description ObjectInfoLocalTransaction. frozenReferenceFor(int id)ObjectInfoExternalObjectContainer. getObjectInfo(java.lang.Object obj)ObjectInfoObjectContainerBase. getObjectInfo(Transaction trans, java.lang.Object obj)ObjectInfoObjectContainerSession. getObjectInfo(java.lang.Object obj)Methods in com.db4o.internal with parameters of type ObjectInfo Modifier and Type Method Description voidClassMetadata. deactivate(Transaction trans, ObjectInfo reference, ActivationDepth depth) -
Uses of ObjectInfo in com.db4o.internal.callbacks
Methods in com.db4o.internal.callbacks with parameters of type ObjectInfo Modifier and Type Method Description booleanCallbacks. objectCanDeactivate(Transaction transaction, ObjectInfo objectInfo)booleanNullCallbacks. objectCanDeactivate(Transaction transaction, ObjectInfo objectInfo)booleanCallbacks. objectCanDelete(Transaction transaction, ObjectInfo objectInfo)booleanNullCallbacks. objectCanDelete(Transaction transaction, ObjectInfo objectInfo)booleanCallbacks. objectCanUpdate(Transaction transaction, ObjectInfo objectInfo)booleanNullCallbacks. objectCanUpdate(Transaction transaction, ObjectInfo objectInfo)voidCallbacks. objectOnActivate(Transaction transaction, ObjectInfo obj)voidNullCallbacks. objectOnActivate(Transaction transaction, ObjectInfo obj)voidCallbacks. objectOnDeactivate(Transaction transaction, ObjectInfo obj)voidNullCallbacks. objectOnDeactivate(Transaction transaction, ObjectInfo obj)voidCallbacks. objectOnDelete(Transaction transaction, ObjectInfo obj)voidNullCallbacks. objectOnDelete(Transaction transaction, ObjectInfo obj)voidCallbacks. objectOnInstantiate(Transaction transaction, ObjectInfo obj)voidNullCallbacks. objectOnInstantiate(Transaction transaction, ObjectInfo obj)voidCallbacks. objectOnNew(Transaction transaction, ObjectInfo obj)voidNullCallbacks. objectOnNew(Transaction transaction, ObjectInfo obj)voidCallbacks. objectOnUpdate(Transaction transaction, ObjectInfo obj)voidNullCallbacks. objectOnUpdate(Transaction transaction, ObjectInfo obj) -
Uses of ObjectInfo in com.db4o.internal.events
Methods in com.db4o.internal.events with parameters of type ObjectInfo Modifier and Type Method Description booleanEventRegistryImpl. objectCanDeactivate(Transaction transaction, ObjectInfo objectInfo)booleanEventRegistryImpl. objectCanDelete(Transaction transaction, ObjectInfo objectInfo)booleanEventRegistryImpl. objectCanUpdate(Transaction transaction, ObjectInfo objectInfo)voidEventRegistryImpl. objectOnActivate(Transaction transaction, ObjectInfo obj)voidEventRegistryImpl. objectOnDeactivate(Transaction transaction, ObjectInfo obj)voidEventRegistryImpl. objectOnDelete(Transaction transaction, ObjectInfo obj)voidEventRegistryImpl. objectOnInstantiate(Transaction transaction, ObjectInfo obj)voidEventRegistryImpl. objectOnNew(Transaction transaction, ObjectInfo obj)voidEventRegistryImpl. objectOnUpdate(Transaction transaction, ObjectInfo obj)
-