| Package | Description |
|---|---|
| org.objectquery | |
| org.objectquery.generic |
| Modifier and Type | Method and Description |
|---|---|
<T> InsertQuery<T> |
QueryEngine.newInsert(Class<T> target)
Create a new Insert query on the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
QueryEngine.execute(InsertQuery<?> ip,
S engineSession)
Execute an insert
usage example:
QueryEngine engine = ... |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericInsertQuery<T> |
Copyright © 2014 Object Query. All rights reserved.