Uses of Interface
io.github.torand.fastersql.model.TableFactory
Packages that use TableFactory
Package
Description
Provides classes representing the database model.
-
Uses of TableFactory in io.github.torand.fastersql.model
Constructors in io.github.torand.fastersql.model with parameters of type TableFactoryModifierConstructorDescriptionprotected
Table
(String name, TableFactory<ENTITY> tableFactory) Creates a representation (model) of a database table.protected
Table
(String name, String alias, TableFactory<ENTITY> tableFactory) Creates a representation (model) of a database table.