| Package | Description |
|---|---|
| com.github.quintans.ezSQL.dml | |
| com.github.quintans.ezSQL.driver |
| Modifier and Type | Field and Description |
|---|---|
protected List<PathElement> |
DmlBase.path
list with the associations of the current path
|
| Modifier and Type | Method and Description |
|---|---|
static PathElement[] |
DmlBase.deepestCommonPath(List<PathElement[]> cachedAssociation,
List<PathElement> associations)
das listas de grupos de Foreign Keys (caminhos),
obtem as Foreign Keys correspondentes ao caminho comum mais longo
que se consegue percorrer com o grupo de Foreign Keys passado
|
| Modifier and Type | Method and Description |
|---|---|
protected List<PathElement> |
DmlBase.addJoin(List<PathElement> associations,
PathElement[] common,
boolean fetch) |
List<PathElement> |
Join.getPathElements() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PathElement> |
DmlBase.addJoin(List<PathElement> associations,
PathElement[] common,
boolean fetch) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PathElement> |
DmlBase.addJoin(List<PathElement> associations,
PathElement[] common,
boolean fetch) |
protected void |
DmlBase.applyInclude(List<PathElement> chain,
List<Function> tokens) |
protected void |
DmlBase.applyOn(List<PathElement> chain,
Condition condition)
condição a usar na associação imediatamente anterior
|
static PathElement[] |
DmlBase.deepestCommonPath(List<PathElement[]> cachedAssociation,
List<PathElement> associations)
das listas de grupos de Foreign Keys (caminhos),
obtem as Foreign Keys correspondentes ao caminho comum mais longo
que se consegue percorrer com o grupo de Foreign Keys passado
|
protected void |
DmlBase.joinTo(List<PathElement> paths,
boolean fetch)
Indicates that the current association chain should be used to join only.
|
| Constructor and Description |
|---|
Join(List<PathElement> associations,
boolean fetch) |
| Modifier and Type | Method and Description |
|---|---|
protected PathElement[] |
GenericQueryBuilder.deepestCommonPath(List<PathElement[]> cachedAssociation,
List<PathElement> associations)
das listas de grupos de Foreign Keys (caminhos), obtem as Foreign Keys
correspondentes ao caminho comum mais longo que se consegue percorrer com
o grupo de Foreign Keys passado
|
| Modifier and Type | Method and Description |
|---|---|
protected List<PathElement> |
GenericQueryBuilder.reduceAssociations(List<PathElement[]> cachedAssociation,
Join join) |
| Modifier and Type | Method and Description |
|---|---|
protected PathElement[] |
GenericQueryBuilder.deepestCommonPath(List<PathElement[]> cachedAssociation,
List<PathElement> associations)
das listas de grupos de Foreign Keys (caminhos), obtem as Foreign Keys
correspondentes ao caminho comum mais longo que se consegue percorrer com
o grupo de Foreign Keys passado
|
Copyright © 2019. All rights reserved.