Package app.babylon.table.plans
Class TablePlanCommon<T extends TablePlanCommon<T>>
java.lang.Object
app.babylon.table.plans.TablePlanCommon<T>
- All Implemented Interfaces:
TablePlan
- Direct Known Subclasses:
TablePlanAggregate,TablePlanRead,TablePlanReadJdbc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Tself()withTableDescription(TableDescription tableDescription) withTableName(TableName tableName)
-
Constructor Details
-
TablePlanCommon
protected TablePlanCommon()
-
-
Method Details
-
withTableName
- Specified by:
withTableNamein interfaceTablePlan
-
getTableName
- Specified by:
getTableNamein interfaceTablePlan
-
withTableDescription
- Specified by:
withTableDescriptionin interfaceTablePlan
-
getTableDescription
- Specified by:
getTableDescriptionin interfaceTablePlan
-
self
-