|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CriterionDecoder | |
|---|---|
| org.ujoframework.orm | The ORM support. |
| org.ujoframework.orm.dialect | |
| Uses of CriterionDecoder in org.ujoframework.orm |
|---|
| Methods in org.ujoframework.orm that return CriterionDecoder | |
|---|---|
CriterionDecoder |
Query.getDecoder()
Method builds and retuns a criterion decoder. |
| Methods in org.ujoframework.orm with parameters of type CriterionDecoder | |
|---|---|
void |
JdbcStatement.assignValues(CriterionDecoder decoder)
Assign values into the prepared statement |
java.lang.Appendable |
SqlDialect.printDelete(MetaTable table,
CriterionDecoder decoder,
java.lang.Appendable out)
Print an SQL DELETE statement. |
java.lang.Appendable |
SqlDialect.printUpdate(MetaTable table,
java.util.List<MetaColumn> changedColumns,
CriterionDecoder decoder,
java.lang.Appendable out)
Print an SQL UPDATE statement. |
| Uses of CriterionDecoder in org.ujoframework.orm.dialect |
|---|
| Methods in org.ujoframework.orm.dialect with parameters of type CriterionDecoder | |
|---|---|
java.lang.Appendable |
MySqlDialect.printDelete(MetaTable table,
CriterionDecoder decoder,
java.lang.Appendable out)
Print an SQL DELETE statement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||