@ParametersAreNonnullByDefault
Package io.objectbox.internal
-
Interface Summary Interface Description CallWithHandle<RESULT> CursorFactory<T> IdGetter<T> ToManyGetter<SOURCE,TARGET> ToOneGetter<SOURCE,TARGET> -
Class Summary Class Description DebugCursor Not intended for normal use.JniTest NativeLibraryLoader Separate class, so we can mock BoxStore.ObjectBoxThreadPool Custom thread pool similar toExecutors.newCachedThreadPool()with the following adjustments: Release thread local resources (BoxStore.closeThreadResources()) Reduce keep-alive time for threads to 20 seconds Uses a ThreadFactory to name threads like "ObjectBox-1-Thread-1"ObjectBoxThreadPool.ObjectBoxThreadFactory ReflectionCache -
Enum Summary Enum Description Feature Use withBoxStore.hasFeature(Feature).