|
Deprecated Methods |
org.ujorm.orm.Session.createQuery(Class, Criterion)
Use the method createQuery(Criterion, Class) rather. |
org.ujorm.orm.Query.iterate()
Use Query.iterator() instead of. |
org.ujorm.implementation.orm.OrmTable.newProperty()
Use the method newKey(...) |
org.ujorm.implementation.orm.OrmTable.newProperty(Class)
Use rather a method QuickUjo.newProperty() instead of this, |
org.ujorm.implementation.orm.OrmTable.newProperty(String)
Use the method newKey(...) |
org.ujorm.implementation.orm.OrmTable.newProperty(String, Class)
Use rather a method QuickUjo.newProperty(java.lang.String) instead of this. |
org.ujorm.implementation.orm.OrmTable.newProperty(String, Class, VALUE, int, boolean)
|
org.ujorm.implementation.orm.OrmTable.newProperty(String, VALUE)
Use the method newKey(...) |
org.ujorm.implementation.orm.OrmTable.newProperty(VALUE)
Use the method newKey(...) |
org.ujorm.implementation.orm.OrmTable.newRelation(Class- )
use the OrmTable.newRelation() instead of this. |
org.ujorm.implementation.orm.OrmTable.newRelation(String, Class- )
use the OrmTable.newRelation(java.lang.String) instead of this. |
org.ujorm.orm.SqlDialect.printDefaultSchema(String, Appendable)
|
org.ujorm.core.UjoIterator.remove()
The method is not implemented. |
org.ujorm.orm.Query.setMaxRows(int)
|
org.ujorm.orm.Query.setOrder(Key...)
Use the Query.orderByMany(org.ujorm.Key[]) method instead of |
org.ujorm.orm.ao.UjoStatement.setUnicodeStream(int, InputStream, int)
|