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

Method select

src/query/loader.rs:63–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 E: EntityTrait,
62{
63 fn select(self) -> Select<E> {
64 E::find()
65 }
66}
67
68impl<E> EntityOrSelect<E> for Select<E>

Callers 3

load_oneMethod · 0.80
load_manyMethod · 0.80
load_many_to_manyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected