Struct akita::AkitaEntityManager[][src]

pub struct AkitaEntityManager(pub DatabasePlatform);

Tuple Fields

0: DatabasePlatform

Implementations

get the table from database based on this column name

set the autoincrement value of the primary column(if present) of this table. If the primary column of this table is not an autoincrement, returns Ok(None).

Trait Implementations

Get all the table of records

Get one the table of records

Get one the table of records by id

Get table of records with page

Get the total count of records

Remove the records by wrapper.

Remove the records by id.

Update the records by wrapper.

Update the records by id.

called multiple times when using database platform that doesn;t support multiple value

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.