Jaguar-dart / jaguar_orm

Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc
https://jaguar-dart.github.io
BSD 3-Clause "New" or "Revised" License
217 stars 54 forks source link

Methods missing of Bean #186

Closed Park57 closed 4 years ago

Park57 commented 4 years ago

I'm following the tutorial for jaguar_orm and i have a problem.

My class userBean don't find the method "insert" "createTable" "update" and "remove" .

But i have "drop", "findwhere" "removeAll" ...

I have the same code than the tutorial

Thanks for your attention !