| Package | Description |
|---|---|
| net.as_development.asdk.api.db | |
| net.as_development.asdk.db_service.impl |
| Modifier and Type | Method and Description |
|---|---|
<TEntity extends IEntity> |
IDB.prepareQuery(Class<TEntity> aType,
String sQueryId)
provide a query object which we can use later at the interface method
IDB.query ().
|
| Modifier and Type | Method and Description |
|---|---|
<TEntity extends IEntity> |
IDB.query(Class<TEntity> aType,
String sNextToken,
List<TEntity> lResults,
IDBQuery<TEntity> iQuery)
query for entities where it's attributes match the given set of
query parameters/values.
|
<TEntity extends IEntity> |
IDB.queryOne(Class<TEntity> aType,
IDBQuery<TEntity> iQuery)
Does the same then query () ... but instead of be usable for big sets of
results these method can be used if one result will be expected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBQuery<TEntity extends IEntity>
An implementation for the interface IDBQuery.
|
| Modifier and Type | Method and Description |
|---|---|
<TEntity extends IEntity> |
DB.prepareQuery(Class<TEntity> aType,
String sQueryId) |
| Modifier and Type | Method and Description |
|---|---|
<TEntity extends IEntity> |
DB.query(Class<TEntity> aType,
String sNextToken,
List<TEntity> lResults,
IDBQuery<TEntity> iQuery) |
<TEntity extends IEntity> |
DB.queryOne(Class<TEntity> aType,
IDBQuery<TEntity> iQuery) |
Copyright © 2016 as-development.net. All rights reserved.