java.lang.Object
net.odoframework.sql.util.schema.Table<T>
public class Table<T> extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Table<T>addRelationship(Relation<T,?> relation)StringbuildJoin(int fetchDepth)<K, Z> Table<T>column(Column<T,K,Z> column)Column<T,?,?>getColumn(String columnName)protected MapgetColumns()StringgetFullName()Set<Relation<T,?>>getRelationships()Pair<Key,T>mapInstance(MappingContext mappingContext, ResultSet rs)protected voidsetSchema(Schema schema)Map<String,Object>toMap(T instance)
-
Constructor Details
-
Table
-
Table
-
-
Method Details
-
setSchema
-
getColumns
-
column
-
getRelationships
-
addRelationship
-
mapInstance
-
toMap
-
getColumn
-
buildJoin
-
getFullName
-