Module entity
Expand description
Module for the Entity type and operations
Modules§
- prelude
- Re-export common types from the entity
Structs§
- Column
Def - Defines a Column for an Entity
- Relation
Builder - Defines a helper to build a relation
- Relation
Def - Defines a relationship
Enums§
- Active
Value - Defines a stateful value used in ActiveModel.
- Column
Type - All column types
- Identity
- List of column identifier
- Relation
Type - Defines the type of relationship
- Value
- Value variants
Traits§
- Active
Enum - A Rust representation of enum defined in database.
- Active
Enum Value - The Rust Value backing ActiveEnums
- Active
Model Behavior - A Trait for overriding the ActiveModel behavior
- Active
Model Trait - A Trait for ActiveModel to perform Create, Update or Delete operation. The type must also implement the EntityTrait. See module level docs crate::entity for a full example
- Column
Trait - API for working with a
Column
. Mostly a wrapper of the identically named methods insea_query::Expr
- Column
Type Trait - SeaORM’s utility methods that act on ColumnType
- Entity
Name - A Trait for mapping an Entity to a database table
- Entity
Trait - An abstract base class for defining Entities.
- From
Query Result - A Trait for implementing a QueryResult
- Iden
Static - Ensure the identifier for an Entity can be converted to a static str
- Identity
Of - Check the Identity of an Entity
- Into
Active Model - A Trait for any type that can be converted into an ActiveModel
- Into
Active Value - Any type that can be converted into an ActiveValue
- Into
Identity - Performs a conversion into an Identity
- Iterable
- This trait designates that an
Enum
can be iterated over. It can be auto generated using theEnumIter
derive macro. - Linked
- A Trait for links between Entities
- Model
Trait - The interface for Model, implemented by data structs
- Partial
Model Trait - A trait for a part of Model
- Primary
KeyArity - How many columns this Primary Key comprises
- Primary
KeyTo Column - How to map a Primary Key to a column
- Primary
KeyTrait - A Trait for to be used to define a Primary Key.
- Related
- Checks if Entities are related
- Relation
Trait - Defines the relations of an Entity
- TryInto
Model - A Trait for any type that can be converted into an Model
Functions§
- Unset
Deprecated - Defines an not set operation on an ActiveValue
Type Aliases§
- Foreign
KeyAction - Action to perform on a foreign key whenever there are changes to an ActiveModel
- LinkDef
- Same as RelationDef