Class | Description |
---|---|
AVUtils |
Class for checking accepted values defined in
KITTY_COLUMN_ACCEPTED_VALUES
Created by akaish on 03.04.18. |
CVUtils |
Helper class to bind data to
ContentValues and back
Created by akaish on 07.02.18. |
ExampleInstrumentedTest |
Instrumented test, which will execute on an Android device.
|
ExampleUnitTest |
Example local unit test, which will execute on the development machine (host).
|
KittyDatabase<M extends KittyModel> |
Abstract class to be used with KittyKitty sqlite
Child must be annotated with
KITTY_DATABASE annotation. |
KittyDatabaseHelper |
Helper implementation to be used with KittyORM with support of database version migrations and with
implementation of cloning interface.
|
KittyMapper |
Kitty Data Mapper class
|
KittyMMEntry<M extends KittyModel,D extends KittyMapper> |
Created by akaish on 14.11.17.
|
KittyMMEntryFactory |
Default KittyModel to KittyMapper entry factory
Created by akaish on 04.03.18.
|
KittyModel |
KittyORM abstract model class.
|
KittyModelCVFactory |
Factory that wraps cursor values to model values
Main purpose of writing it is to avoid slow calls of Cursor.getColumnIndex(String) and instead
of them use faster allocation method of those indexes. |
PreparedStatementBinder |
Created by akaish on 08.09.18.
|
Enum | Description |
---|---|
KittyMapper.TRANSACTION_MODES |
Transaction modes
|