Uses of Interface
net.odoframework.sql.util.schema.Relation
| Package | Description |
|---|---|
| net.odoframework.sql.util.schema |
-
Uses of Relation in net.odoframework.sql.util.schema
Classes in net.odoframework.sql.util.schema that implement Relation Modifier and Type Class Description classBaseRelationship<T,K>classManyToOne<T,K>classOneToMany<T,K>classOneToOne<T,K>Methods in net.odoframework.sql.util.schema that return types with arguments of type Relation Modifier and Type Method Description Set<Relation<T,?>>Table. getRelationships()Methods in net.odoframework.sql.util.schema with parameters of type Relation Modifier and Type Method Description TableBuilder<T>TableBuilder. addRelation(Relation<T,?> relation)Table<T>Table. addRelationship(Relation<T,?> relation)