Package | Description |
---|---|
net.akaish.kitty.orm | |
net.akaish.kitty.orm.configuration.adc |
Modifier and Type | Method and Description |
---|---|
protected KittyConfigurator |
KittyDatabase.getConfigurator(android.content.Context ctx,
java.util.Map<java.lang.Class<M>,java.lang.Class<KittyMapper>> registry)
Returns KittyConfigurator to be used with this database
By default would be created
KittyConfiguratorADC , however
you can implement any configuration storage you want. |
Modifier and Type | Class and Description |
---|---|
class |
KittyConfiguratorADC
Created by akaish on 14.03.18.
|