Uses of Class
net.odoframework.sql.util.schema.Schema
| Package | Description |
|---|---|
| net.odoframework.sql.util | |
| net.odoframework.sql.util.schema |
-
Uses of Schema in net.odoframework.sql.util
Constructors in net.odoframework.sql.util with parameters of type Schema Constructor Description DefaultRepository(Class<T> type, Schema schema, SQLTemplate sqlTemplate)Insert(Schema schema, T instance)Update(Schema schema, T instance) -
Uses of Schema in net.odoframework.sql.util.schema
Methods in net.odoframework.sql.util.schema that return Schema Modifier and Type Method Description SchemaSchema. add(Table<?> table)SchemaSchema. add(TableBuilder<?> table)static SchemaSchemaBuilder. schema()static SchemaSchemaBuilder. schema(String name)Methods in net.odoframework.sql.util.schema with parameters of type Schema Modifier and Type Method Description default StringRelation. leftJoin(Schema schema)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)protected voidTable. setSchema(Schema schema)