Deprecated API


Contents
Deprecated Methods
org.ujorm.orm.OrmHandler.alias(Class, String)
           
org.ujorm.orm.Session.createQuery(Class, Criterion)
          Use the method createQuery(Criterion, Class) rather. 
org.ujorm.core.UjoIterator.getInstance(Collection)
          Use the method {@link #of(java.util.Collection) rather 
org.ujorm.core.UjoIterator.getInstance(Iterator)
          Use the method UjoIterator.of(java.util.Iterator) rather 
org.ujorm.core.UjoIterator.getInstance(Query)
          Use the method {@link #of(org.ujorm.orm.Query) rather 
org.ujorm.orm.OrmHandler.getSession()
          Method was replaced by the name OrmHandler.getDefaultSession() 
org.ujorm.orm.Query.iterate()
          Use Query.iterator() instead of. 
org.ujorm.implementation.orm.RelationToOne.newInstance(Class, Key)
          Use the method RelationToOne.of(java.lang.Class, org.ujorm.Key) 
org.ujorm.implementation.orm.OrmTable.newProperty()
          Use the method newKey(...) 
org.ujorm.implementation.orm.OrmTableSynchronized.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.OrmTableSynchronized.newProperty(Class)
          Use rather a method QuickUjo.newProperty() instead of this, 
org.ujorm.implementation.orm.OrmTable.newProperty(Class, VALUE)
           
org.ujorm.implementation.orm.OrmTable.newProperty(String)
          Use the method newKey(...) 
org.ujorm.implementation.orm.OrmTableSynchronized.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.OrmTableSynchronized.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.OrmTableSynchronized.newProperty(String, Class, VALUE, int, boolean)
           
org.ujorm.implementation.orm.OrmTable.newProperty(String, VALUE)
          Use the method newKey(...) 
org.ujorm.implementation.orm.OrmTableSynchronized.newProperty(String, VALUE)
          Use the method newKey(...) 
org.ujorm.implementation.orm.OrmTable.newProperty(VALUE)
          Use the method newKey(...) 
org.ujorm.implementation.orm.OrmTableSynchronized.newProperty(VALUE)
          Use the method newKey(...) 
org.ujorm.implementation.orm.OrmTable.newRelation(Class)
          use the OrmTable.newRelation() instead of this. 
org.ujorm.implementation.orm.OrmTableSynchronized.newRelation(Class)
          use the OrmTableSynchronized.newRelation() instead of this. 
org.ujorm.implementation.orm.OrmTable.newRelation(String, Class)
          use the OrmTable.newRelation(java.lang.String) instead of this. 
org.ujorm.implementation.orm.OrmTableSynchronized.newRelation(String, Class)
          use the OrmTableSynchronized.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)
           
 



Copyright 2013, Pavel Ponec