Hierarchy For Package io.github.torand.fastersql.model
Class Hierarchy
- java.lang.Object
- io.github.torand.fastersql.model.Column (implements io.github.torand.fastersql.expression.Expression, io.github.torand.fastersql.predicate.LeftOperand, io.github.torand.fastersql.order.OrderExpression)
- io.github.torand.fastersql.model.Table (implements io.github.torand.fastersql.relation.Relation)
- io.github.torand.fastersql.model.TableModel<T>
Interface Hierarchy
- io.github.torand.fastersql.model.TableModel.TableModelFactory<T>