Module entity

Module entity 

Source
Expand description

Models used in the simulation test suite.

§Implementation note.

For each model in this module, there is a corresponding Manager type that provides basic convenience methods and implements the crate::traits::DataController trait.

Re-exports§

pub use customer::Entity as Customers;
pub use customer::Manager as CustomerMgr;
pub use customer::Model as Customer;
pub use inventory_record::Entity as InventoryRecords;
pub use inventory_record::Manager as InventoryRecordMgr;
pub use inventory_record::Model as InventoryRecord;
pub use order::Entity as Orders;
pub use order::Manager as OrderMgr;
pub use order::Model as Order;
pub use product::Entity as Products;
pub use product::Manager as ProductMgr;
pub use product::Model as Product;
pub use session::Entity as Sessions;
pub use session::Manager as SessionMgr;
pub use session::Model as Session;

Modules§

customer
inventory_record
order
product
session