Uses of Class
net.odoframework.sql.util.MappingContext
| Package | Description |
|---|---|
| net.odoframework.sql.util | |
| net.odoframework.sql.util.schema |
-
Uses of MappingContext in net.odoframework.sql.util
Methods in net.odoframework.sql.util that return MappingContext Modifier and Type Method Description MappingContextMappingContext. setReference(String table, String id, Key pk, Key foreignKey) -
Uses of MappingContext in net.odoframework.sql.util.schema
Methods in net.odoframework.sql.util.schema with parameters of type MappingContext Modifier and Type Method Description voidManyToOne. map(ResultSet rs, Schema schema, MappingContext context, Key ownerKey, T result)voidOneToMany. map(ResultSet rs, Schema schema, MappingContext context, Key ownerKey, T result)voidRelation. map(ResultSet rs, Schema schema, MappingContext context, Key ownerKey, T result)Pair<Key,T>Table. mapInstance(MappingContext mappingContext, ResultSet rs)