Skip to content

Instantly share code, notes, and snippets.

@xcesco
Created May 14, 2018 20:07
Show Gist options
  • Save xcesco/e222a524633180c9ab8fb061a9160638 to your computer and use it in GitHub Desktop.
Save xcesco/e222a524633180c9ab8fb061a9160638 to your computer and use it in GitHub Desktop.
@BindDataSource(
daoSet = { DaoPerson.class },
typeAdapters = { @BindSqlAdapter(adapter = Date2Long.class) },
fileName = "person.db")
public interface PersonDataSource {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment