Skip to content

Instantly share code, notes, and snippets.

@xcesco
Created September 28, 2018 23:16
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/0ce5e1a2fb918e7193fb8a998ffc23ad to your computer and use it in GitHub Desktop.
Save xcesco/0ce5e1a2fb918e7193fb8a998ffc23ad to your computer and use it in GitHub Desktop.
III case
@BindSqlType
public class Album {
@BindSqlColumn(columnType=ColumnType.PRIMARY_KEY_UNMANGED)
public String name;
public Date year;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment