Skip to content

Instantly share code, notes, and snippets.

@xcesco
Created October 8, 2018 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xcesco/1ab0133a0b7d31cb39b4077276149cd1 to your computer and use it in GitHub Desktop.
Save xcesco/1ab0133a0b7d31cb39b4077276149cd1 to your computer and use it in GitHub Desktop.
@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