Releases: Jamling/Android-ORM
Releases · Jamling/Android-ORM
v1.2.1
- Fix Session#update(Criteria criteria, ContentValues values) issue
- Fix Sesstion#delete(Criteria criteria) issue
v1.2.0
- Add order() for @column
- Fix table drop issue
v1.1.6
- Fix insert throw ORMException when @column id not defined in bean.
- Use generic type in Session#list(Criteria)
v1.1.5
- Add batch insert
- Add get_last_insert_rowid()
v1.1.4
- Add MappingFactory, User cant change java-sqlite data type mapping rules
- Add updateTable, upgrade databases automatically.
- Add getTablesInfo of sqlite database
- Add getColumnsInfo of sqlite table
- Re-add defaultValue attribute in column
v1.1.2
- Fix boolean property not updated into database issue
v1.1.1
- Remove getter/setter fully
- Remove defaultValue in @column
- Change name to optional in @column
v1.1.0
- Using field reflection, allow the java model been without getter/setter