MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / to

Method to

tests/common/bakery_chain/cake.rs:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31impl Related<super::bakery::Entity> for Entity {
32 fn to() -> RelationDef {
33 Relation::Bakery.def()
34 }
35}
36
37impl Related<super::baker::Entity> for Entity {

Callers 7

find_baker_least_salesFunction · 0.45
create_bakery_tableFunction · 0.45
create_baker_tableFunction · 0.45
create_order_tableFunction · 0.45
create_lineitem_tableFunction · 0.45
create_cake_tableFunction · 0.45

Calls 1

defMethod · 0.45

Tested by 1

find_baker_least_salesFunction · 0.36