Package | Description |
---|---|
org.castor.cpa.persistence.sql.query | |
org.castor.cpa.persistence.sql.query.visitor |
Modifier and Type | Method and Description |
---|---|
Table |
TableAlias.getTable()
Get method returning table currently set.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.visit(Table table)
Visit method to handle
Table elements. |
Constructor and Description |
---|
TableAlias(Table table,
String name)
Method constructing a new TableAlias by taking a pre-constructed table and a string
to be used as alias for the given table.
|
Modifier and Type | Method and Description |
---|---|
void |
UncoupleVisitor.visit(Table table)
Visit method to handle
Table elements. |
void |
DefaultQueryVisitor.visit(Table table)
Visit method to handle
Table elements. |
void |
ParameterVisitor.visit(Table table)
Visit method to handle
Table elements. |
Copyright © 2013. All rights reserved.