Uses of Interface
io.github.torand.fastersql.model.TableModel.TableModelFactory
Packages that use TableModel.TableModelFactory
Package
Description
Provides classes representing the database model.
-
Uses of TableModel.TableModelFactory in io.github.torand.fastersql.model
Constructors in io.github.torand.fastersql.model with parameters of type TableModel.TableModelFactoryModifierConstructorDescriptionprotectedTableModel(String name, String alias, TableModel.TableModelFactory<T> instanceFactory) Creates a representation (model) of a database table.