|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateCallback | |
|---|---|
| org.eobjects.metamodel | Root package for MetaModel |
| org.eobjects.metamodel.create | API for creating tables |
| org.eobjects.metamodel.delete | API for deleting rows |
| org.eobjects.metamodel.drop | API for dropping tables |
| org.eobjects.metamodel.insert | API for inserting rows |
| org.eobjects.metamodel.update | API for updating rows |
| Uses of UpdateCallback in org.eobjects.metamodel |
|---|
| Classes in org.eobjects.metamodel that implement UpdateCallback | |
|---|---|
class |
AbstractUpdateCallback
Abstract implementation of the UpdateCallback interface. |
| Methods in org.eobjects.metamodel with parameters of type UpdateCallback | |
|---|---|
void |
UpdateScript.run(UpdateCallback callback)
Invoked by MetaModel when the update script should be run. |
| Uses of UpdateCallback in org.eobjects.metamodel.create |
|---|
| Classes in org.eobjects.metamodel.create with type parameters of type UpdateCallback | |
|---|---|
class |
AbstractTableCreationBuilder<U extends UpdateCallback>
Abstract TableCreationBuilder implementation, provided as convenience
for TableCreatable implementations. |
| Methods in org.eobjects.metamodel.create with parameters of type UpdateCallback | |
|---|---|
void |
CreateTableColumnBuilder.run(UpdateCallback callback)
|
void |
CreateTable.run(UpdateCallback callback)
|
| Uses of UpdateCallback in org.eobjects.metamodel.delete |
|---|
| Methods in org.eobjects.metamodel.delete with parameters of type UpdateCallback | |
|---|---|
void |
DeleteFrom.run(UpdateCallback callback)
|
| Uses of UpdateCallback in org.eobjects.metamodel.drop |
|---|
| Methods in org.eobjects.metamodel.drop with parameters of type UpdateCallback | |
|---|---|
void |
DropTable.run(UpdateCallback callback)
|
| Uses of UpdateCallback in org.eobjects.metamodel.insert |
|---|
| Classes in org.eobjects.metamodel.insert with type parameters of type UpdateCallback | |
|---|---|
class |
AbstractRowInsertionBuilder<U extends UpdateCallback>
Abstract implementation of the RowInsertionBuilder interface,
provided as a convenience to RowInsertable implementations. |
| Methods in org.eobjects.metamodel.insert with parameters of type UpdateCallback | |
|---|---|
void |
InsertInto.run(UpdateCallback callback)
|
| Uses of UpdateCallback in org.eobjects.metamodel.update |
|---|
| Methods in org.eobjects.metamodel.update with parameters of type UpdateCallback | |
|---|---|
void |
Update.run(UpdateCallback callback)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||