|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUpdate | |
|---|---|
| com.googlecode.jpattern.orm.query | |
| com.googlecode.jpattern.orm.session | |
| Uses of IUpdate in com.googlecode.jpattern.orm.query |
|---|
| Classes in com.googlecode.jpattern.orm.query that implement IUpdate | |
|---|---|
class |
OrmUpdate
|
| Methods in com.googlecode.jpattern.orm.query that return IUpdate | |
|---|---|
IUpdate |
OrmUpdate.setQueryTimeout(int queryTimeout)
|
IUpdate |
IUpdate.setQueryTimeout(int queryTimeout)
Set the query timeout for the query. |
| Uses of IUpdate in com.googlecode.jpattern.orm.session |
|---|
| Methods in com.googlecode.jpattern.orm.session that return IUpdate | |
|---|---|
IUpdate |
ISession.update(Class<?> clazz)
Update the objects of a specific TABLE |
IUpdate |
ASession.update(Class<?> clazz)
|
IUpdate |
ISession.update(Class<?> clazz,
String alias)
Update the objects of a specific TABLE |
IUpdate |
ASession.update(Class<?> clazz,
String alias)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||