Skip to content

Instantly share code, notes, and snippets.

@xcesco
Created May 14, 2018 20:09
Show Gist options
  • Save xcesco/0b8ed400fe9c6c7656a04a66180de426 to your computer and use it in GitHub Desktop.
Save xcesco/0b8ed400fe9c6c7656a04a66180de426 to your computer and use it in GitHub Desktop.
@BindSqlType
public class Person {
public long id;
@BindSqlColumn(columnAffinity=ColumnAffinityType.BLOB)
public String name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment