Annotation Type CleanupTableInfo
Annotation to provide information about clean up table information for
OMClientResponse.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIf all tables are affected, like at update finalization, one can specify cleanupAll=true, instead of the list of all tables.String[]Array of tables affected by this operation.
-
Element Details
-
cleanupTables
String[] cleanupTablesArray of tables affected by this operation. This information will be used during cleanup table cache.- Returns:
- list of table names.
- Default:
{}
-
cleanupAll
boolean cleanupAllIf all tables are affected, like at update finalization, one can specify cleanupAll=true, instead of the list of all tables. In this case the cleanupTable property has to be defined as an empty array (the default).- Returns:
- whether to cleanup all tables.
- Default:
false
-