#include <sqt/orm/value/entity/no_primary_key_entity_value_traits.h>
template<PrimaryKeyEntityValueType T>
class sqt::NoPrimaryKeyEntityValueTraits< T >
Defines traits for manipulating the non-primary key columns of an entity value type.
- Template Parameters
-
This class template satisfies the sqt::EntityValueTraitsType concept.
- See also
- sqt::EntityValueTraitsType
-
sqt::PrimaryKeyEntityValueType
|
|
using | ValueType = T |
|
using | EntityType = T |
|
using | TableType = TableType<T> |
|
|
static constexpr ColumnsView< EntityType > | ManipulatingColumns |