Uses of Interface
org.ujorm.orm.TableWrapper

Packages that use TableWrapper
org.ujorm.orm The ORM support. 
org.ujorm.orm.metaModel   
 

Uses of TableWrapper in org.ujorm.orm
 

Methods in org.ujorm.orm that return TableWrapper
 TableWrapper ColumnWrapper.getTable()
          Returns a unique table name in the one SQL statement.
 

Methods in org.ujorm.orm with parameters of type TableWrapper
 Appendable SqlDialect.printSelect(TableWrapper table, Query query, boolean count, Appendable out)
          Print a SQL SELECT by table model and query
protected  Appendable SqlDialect.printSelectView(TableWrapper table, Query query, boolean count, Appendable out)
          Print SQL view SELECT
 void SqlDialect.printTableAliasDefinition(TableWrapper table, Appendable out)
          Print a SQL database and table name and an alias definition - by sample: SCHEMA.TABLE ALIAS
 

Uses of TableWrapper in org.ujorm.orm.metaModel
 

Classes in org.ujorm.orm.metaModel that implement TableWrapper
 class MetaTable
          DB table or view meta-model.
 



Copyright © 2012. All Rights Reserved.