| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
DefaultOrmUpdate<T> |
DefaultOrmUpdate.set(int position,
Object value) |
DefaultOrmUpdate<T> |
DefaultOrmUpdate.set(String name,
Object value) |
DefaultOrmUpdate<T> |
DefaultOrmUpdate.setNotifyCache(boolean notifyCache)
Set this to false if you don't want eBean to automatically deduce the
table modification information and process it.
|
DefaultOrmUpdate<T> |
DefaultOrmUpdate.setNull(int position,
int jdbcType) |
DefaultOrmUpdate<T> |
DefaultOrmUpdate.setNull(String name,
int jdbcType) |
DefaultOrmUpdate<T> |
DefaultOrmUpdate.setNullParameter(int position,
int jdbcType) |
DefaultOrmUpdate<T> |
DefaultOrmUpdate.setNullParameter(String name,
int jdbcType) |
DefaultOrmUpdate<T> |
DefaultOrmUpdate.setParameter(int position,
Object value) |
DefaultOrmUpdate<T> |
DefaultOrmUpdate.setParameter(String name,
Object param) |
DefaultOrmUpdate<T> |
DefaultOrmUpdate.setTimeout(int secs) |
Copyright © 2014. All Rights Reserved.