| Package | Description |
|---|---|
| org.castor.cpa.persistence.sql.query | |
| org.castor.cpa.persistence.sql.query.visitor |
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
Update.getAssignment()
Get method returning current list of assignments.
|
List<Assignment> |
Insert.getAssignment()
Getter returning list of assignments currently set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Update.addAssignment(Assignment assignment)
Appends given assignment to the list of Assignment objects.
|
void |
Insert.addAssignment(Assignment assignment)
Appends given assignment to the list of Assignment objects.
|
void |
Visitor.visit(Assignment assignment)
Visit method to handle
Assignment elements. |
| Modifier and Type | Method and Description |
|---|---|
void |
UncoupleVisitor.visit(Assignment assignment)
Visit method to handle
Assignment elements. |
void |
DefaultQueryVisitor.visit(Assignment assignment)
Visit method to handle
Assignment elements. |
void |
ParameterVisitor.visit(Assignment assignment)
Visit method to handle
Assignment elements. |
Copyright © 2014. All rights reserved.