| org.ujorm.orm.Session.createQuery(Class, Criterion)
|
| org.ujorm.orm.OrmHandler.getSession()
|
| org.ujorm.orm.Query.iterate()
|
| org.ujorm.implementation.orm.OrmTableSynchronized.newProperty()
Use the method newKey(...)
|
| org.ujorm.implementation.orm.OrmTable.newProperty()
Use the method newKey(...)
|
| org.ujorm.implementation.orm.OrmTableSynchronized.newProperty(Class)
|
| org.ujorm.implementation.orm.OrmTable.newProperty(Class)
|
| org.ujorm.implementation.orm.OrmTable.newProperty(Class, VALUE) |
| org.ujorm.implementation.orm.OrmTableSynchronized.newProperty(String)
Use the method newKey(...)
|
| org.ujorm.implementation.orm.OrmTable.newProperty(String)
Use the method newKey(...)
|
| org.ujorm.implementation.orm.OrmTableSynchronized.newProperty(String, Class)
|
| org.ujorm.implementation.orm.OrmTable.newProperty(String, Class)
|
| org.ujorm.implementation.orm.OrmTableSynchronized.newProperty(String, Class, VALUE, int, boolean) |
| org.ujorm.implementation.orm.OrmTable.newProperty(String, Class, VALUE, int, boolean) |
| org.ujorm.implementation.orm.OrmTableSynchronized.newProperty(String, VALUE)
Use the method newKey(...)
|
| org.ujorm.implementation.orm.OrmTable.newProperty(String, VALUE)
Use the method newKey(...)
|
| org.ujorm.implementation.orm.OrmTableSynchronized.newProperty(VALUE)
Use the method newKey(...)
|
| org.ujorm.implementation.orm.OrmTable.newProperty(VALUE)
Use the method newKey(...)
|
org.ujorm.implementation.orm.OrmTableSynchronized.newRelation(Class- )
|
org.ujorm.implementation.orm.OrmTable.newRelation(Class- )
|
org.ujorm.implementation.orm.OrmTableSynchronized.newRelation(String, Class- )
|
org.ujorm.implementation.orm.OrmTable.newRelation(String, Class- )
|
| 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...)
|
| org.ujorm.orm.ao.UjoStatement.setUnicodeStream(int, InputStream, int) |