Skip to content

Instantly share code, notes, and snippets.

@wangerekaharun
Created October 27, 2019 12:37
Show Gist options
  • Select an option

  • Save wangerekaharun/9b3fed2afe9e8f30fc7b0a3af84b66bd to your computer and use it in GitHub Desktop.

Select an option

Save wangerekaharun/9b3fed2afe9e8f30fc7b0a3af84b66bd to your computer and use it in GitHub Desktop.
Example showing how to use target Entity
@Dao
interface SongsDao {
@Insert(targetEntity = Song::class)
fun inserNameamdId(nameAndId : NameAndId)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment