Package io.github.torand.fastersql.model
Interface TableModel.TableModelFactory<T extends TableModel>
- Type Parameters:
T- the table model class.
- Enclosing class:
TableModel<T extends TableModel<?>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines a factory to create instances of a database table model.
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance(String alias) Creates a new instance of a database table model.
-
Method Details
-
newInstance
Creates a new instance of a database table model.- Parameters:
alias- the table alias.- Returns:
- the new table model instance.
-