| Package | Description |
|---|---|
| com.caucho.amber.expr | |
| com.caucho.amber.query |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionIdExpr
Bound identifier expression.
|
class |
ElementCollectionIdExpr
Bound identifier expression.
|
| Modifier and Type | Method and Description |
|---|---|
IdExpr |
PathExpr.createId(FromItem from)
Creates an id expression.
|
IdExpr |
AbstractPathExpr.createId(FromItem fromItem)
Creates an id expression.
|
IdExpr |
ElementCollectionExpr.createId(FromItem fromItem)
Creates an id expression.
|
| Modifier and Type | Method and Description |
|---|---|
AmberExpr |
EqualJoinExpr.replace(IdExpr id)
Returns the id expr with the joined expression.
|
AmberExpr |
JoinExpr.replace(IdExpr id)
Returns the id expr with the joined expression.
|
AmberExpr |
OneToManyJoinExpr.replace(IdExpr id)
Returns the id expr with the joined expression.
|
AmberExpr |
ManyToOneJoinExpr.replace(IdExpr id)
Returns the id expr with the joined expression.
|
| Constructor and Description |
|---|
FromIdSchemaExpr(IdExpr id)
Creates the table id expr.
|
| Modifier and Type | Method and Description |
|---|---|
IdExpr |
FromItem.getIdExpr()
Gets the id expr.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FromItem.setIdExpr(IdExpr idExpr)
Sets the id expr.
|