Uses of Interface
io.objectbox.exception.DbExceptionListener
-
Packages that use DbExceptionListener Package Description io.objectbox 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 DbExceptionListener Modifier and Type Method Description (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.
-