Uses of Interface
io.objectbox.exception.DbExceptionListener
Packages that use DbExceptionListener
Package
Description
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
-
Uses of DbExceptionListener in io.objectbox
Methods in io.objectbox with parameters of type DbExceptionListenerModifier and TypeMethodDescription(package private) static voidBoxStore.nativeSetDbExceptionListener(long store, DbExceptionListener dbExceptionListener) voidBoxStore.setDbExceptionListener(DbExceptionListener dbExceptionListener) Sets a listener that will be called when an exception is thrown.