|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.metamodel.data.AbstractRowBuilder<RowUpdationBuilder>
org.eobjects.metamodel.update.AbstractRowUpdationBuilder
public abstract class AbstractRowUpdationBuilder
Abstract RowUpdationBuilder implementation.
| Constructor Summary | |
|---|---|
AbstractRowUpdationBuilder(Table table)
|
|
| Method Summary | |
|---|---|
Table |
getTable()
Gets the table that this update pertains to. |
protected List<FilterItem> |
getWhereItems()
|
String |
toSql()
Gets a SQL representation of this update operation. |
String |
toString()
|
FilterBuilder<RowUpdationBuilder> |
where(Column column)
Defines a where item to set as a criteria |
RowUpdationBuilder |
where(FilterItem... filterItems)
Applies where items to set criteria |
RowUpdationBuilder |
where(Iterable<FilterItem> filterItems)
Applies where items to set criteria |
FilterBuilder<RowUpdationBuilder> |
where(String columnName)
Defines a where item to set as a criteria |
| Methods inherited from class org.eobjects.metamodel.data.AbstractRowBuilder |
|---|
getColumns, getExplicitNulls, getStyles, getValues, isSet, toRow, value, value, value, value, value, value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eobjects.metamodel.update.RowUpdationBuilder |
|---|
execute |
| Methods inherited from interface org.eobjects.metamodel.data.RowBuilder |
|---|
isSet, toRow, value, value, value, value, value, value |
| Constructor Detail |
|---|
public AbstractRowUpdationBuilder(Table table)
| Method Detail |
|---|
protected List<FilterItem> getWhereItems()
public FilterBuilder<RowUpdationBuilder> where(Column column)
WhereClauseBuilder
where in interface WhereClauseBuilder<RowUpdationBuilder>column - a column to apply a criteria for
public FilterBuilder<RowUpdationBuilder> where(String columnName)
WhereClauseBuilder
where in interface WhereClauseBuilder<RowUpdationBuilder>columnName - the name of the colum to which the criteria will be applied
public RowUpdationBuilder where(FilterItem... filterItems)
WhereClauseBuilder
where in interface WhereClauseBuilder<RowUpdationBuilder>filterItems - the where items to set
public RowUpdationBuilder where(Iterable<FilterItem> filterItems)
WhereClauseBuilder
where in interface WhereClauseBuilder<RowUpdationBuilder>filterItems - the where items to set
public Table getTable()
RowUpdationBuilder
getTable in interface RowBuilder<RowUpdationBuilder>getTable in interface RowUpdationBuilderpublic String toSql()
RowUpdationBuilder
toSql in interface RowUpdationBuilderpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||