Uses of Interface
org.ujorm.orm.ColumnWrapper

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

Uses of ColumnWrapper in org.ujorm.orm
 

Methods in org.ujorm.orm that return types with arguments of type ColumnWrapper
 List<? extends ColumnWrapper> TableWrapper.getColumns()
          Get all table columns
 

Methods in org.ujorm.orm with parameters of type ColumnWrapper
 Appendable SqlDialect.printColumnAlias(ColumnWrapper column, Appendable out)
          Print a full SQL column alias name by sample: TABLE_ALIAS.COLUMN
 void SqlDialect.printForeignKey(ValueCriterion crit, ColumnWrapper column, String template, Appendable out)
          Print all items of the foreign key
 

Method parameters in org.ujorm.orm with type arguments of type ColumnWrapper
 void SqlDialect.printTableColumns(List<? extends ColumnWrapper> columns, Appendable values, Appendable out)
          Print table columns
 

Uses of ColumnWrapper in org.ujorm.orm.metaModel
 

Classes in org.ujorm.orm.metaModel that implement ColumnWrapper
 class MetaColumn
          Database column metadata
 

Methods in org.ujorm.orm.metaModel that return types with arguments of type ColumnWrapper
 List<? extends ColumnWrapper> MetaTable.getColumns()
          Returns all columns
 



Copyright © 2012. All Rights Reserved.