Lightweight 0.20250904.0
Loading...
Searching...
No Matches
Lightweight::DataMapperRecord Concept Reference

Represents a record type that can be used with the DataMapper. More...

#include <Record.hpp>

Concept definition

template<typename Record>
concept Lightweight::DataMapperRecord = std::is_aggregate_v<Record> && NotSqlElements<Record>
Represents a record type that can be used with the DataMapper.
Definition Record.hpp:47

Detailed Description

Represents a record type that can be used with the DataMapper.

The record type must be an aggregate type.

See also
Data Mapper, Field, BelongsTo, HasMany, HasManyThrough, HasOneThrough

Definition at line 47 of file Record.hpp.