A C D E G I N O T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- autoCreateTables(boolean) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Optionally alter the behavior to NOT automatically create tables for all entities by setting this featrue to
false
.
C
- close() - Method in interface io.nevernull.mobileui.ormlite.DaoFactory
-
Closes this factory and the underlying database
D
- DaoFactory - Interface in io.nevernull.mobileui.ormlite
-
Inject → OrmLite factory for data access objects (DAOs).
E
- entities(Class<?>...) - Static method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Creates a new configuration for the given list of entity classes.
G
- getCreateListener() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Gets create listener.
- getDao(Class<T>) - Method in interface io.nevernull.mobileui.ormlite.DaoFactory
-
Returns the DAO for the given entity class
- getDatabaseVersion() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Gets database version.
- getUpgradeListener() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Gets upgrade listener.
I
- io.nevernull.mobileui.ormlite - package io.nevernull.mobileui.ormlite
-
MobileUI Plugin for OrmLite
- io.nevernull.mobileui.plugin.vibrator - package io.nevernull.mobileui.plugin.vibrator
-
MobileUI Plugin for good vibrations
- isAutoCreateTables() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Is auto create tables boolean.
N
- name(String) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Optionally set the database simple file name (default: database.db).
O
- onCreate(ConnectionSource) - Method in interface io.nevernull.mobileui.ormlite.OnCreateListener
-
Called when the database has been newly created.
- onCreate(OnCreateListener) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Optionally set a listener to react to the database being newly created.
- OnCreateListener - Interface in io.nevernull.mobileui.ormlite
-
Listener that is called, if the database was newly created (e.g. when the app is installed).
- onUpgrade(ConnectionSource, int, int) - Method in interface io.nevernull.mobileui.ormlite.OnUpgradeListener
-
Method being called, whenever your supplied user version (via
OrmLiteConfiguration
) is higher than the version given in the existing database. - onUpgrade(OnUpgradeListener) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Optionally set a listener to react to database upgrades (your version being higher than the given database user version).
- OnUpgradeListener - Interface in io.nevernull.mobileui.ormlite
-
Listener for database upgrades to higher user versions
- open() - Method in interface io.nevernull.mobileui.ormlite.DaoFactory
-
Opens this factory and the underlying database
- OrmLiteConfiguration - Class in io.nevernull.mobileui.ormlite
-
Config → Cross-Platform configuration for OrmLite.
T
- toString() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
V
- version(int) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
-
Optionally set the database user version for upgrade handling (default: 1)
- vibrate() - Method in interface io.nevernull.mobileui.plugin.vibrator.Vibrator
-
Let the device vibrate for about 500ms.
- Vibrator - Interface in io.nevernull.mobileui.plugin.vibrator
-
Inject → Service to let the mobile device vibrate.
All Classes All Packages