|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Assignment | |
|---|---|
| org.castor.cpa.persistence.sql.query | |
| org.castor.cpa.persistence.sql.query.visitor | |
| Uses of Assignment in org.castor.cpa.persistence.sql.query |
|---|
| Methods in org.castor.cpa.persistence.sql.query that return types with arguments of type Assignment | |
|---|---|
List<Assignment> |
Update.getAssignment()
Get method returning current list of assignments. |
List<Assignment> |
Insert.getAssignment()
Getter returning list of assignments currently set. |
| Methods in org.castor.cpa.persistence.sql.query with parameters of type Assignment | |
|---|---|
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. |
| Uses of Assignment in org.castor.cpa.persistence.sql.query.visitor |
|---|
| Methods in org.castor.cpa.persistence.sql.query.visitor with parameters of type Assignment | |
|---|---|
void |
UncoupleVisitor.visit(Assignment assignment)
Visit method to handle Assignment elements. |
void |
ParameterVisitor.visit(Assignment assignment)
Visit method to handle Assignment elements. |
void |
DefaultQueryVisitor.visit(Assignment assignment)
Visit method to handle Assignment elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||