Created
October 8, 2018 00:02
-
-
Save xcesco/1ab0133a0b7d31cb39b4077276149cd1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@BindDataSourceOptions(populator = AppDataSourcePopulator.class) | |
@BindDataSource(version = 1, | |
daoSet = {CommentDao.class, ProductDao.class}, | |
fileName = "app.db", | |
log = false, | |
typeAdapters = { | |
@BindSqlAdapter(adapter = DateMillisecondsTypeAdapter.class)} | |
) | |
public interface AppDataSource { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment