Skip to content

Instantly share code, notes, and snippets.

@ericdcobb
Created April 13, 2015 21:11
Show Gist options
  • Save ericdcobb/a1495cab9787a1be1dcb to your computer and use it in GitHub Desktop.
Save ericdcobb/a1495cab9787a1be1dcb to your computer and use it in GitHub Desktop.
@SqlUpdate("INSERT INTO objects (list_of_integers) VALUES (:list_of_integers)")
@GetGeneratedKeys
int insert( @BindListIntegers("list_of_integers") List<Long> listOfIntergers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment