DerivedForFactoryOrmExtension extension
Methods
-
copyWith(
{Object? id = _copyWithSentinel, Object? baseName = _copyWithSentinel, Object? layerOneNotes = _copyWithSentinel, Object? layerTwoFlag = _copyWithSentinel}) → DerivedForFactory -
Available on DerivedForFactory, provided by the DerivedForFactoryOrmExtension extension
-
toMap(
{ValueCodecRegistry? registry}) → Map< String, Object?> -
Available on DerivedForFactory, provided by the DerivedForFactoryOrmExtension extension
Converts this model to a column/value map. -
toTracked(
) → $DerivedForFactory -
Available on DerivedForFactory, provided by the DerivedForFactoryOrmExtension extension
Converts this immutable model to a tracked ORM-managed model. The tracked model supports attribute tracking, change detection, and persistence operations like save() and touch().
Static Properties
- trackedType → Type
-
Available on DerivedForFactory, provided by the DerivedForFactoryOrmExtension extension
The Type of the generated ORM-managed model class. Use this when you need to specify the tracked model type explicitly, for example in generic type parameters.no setter
Static Methods
-
fromMap(
Map< String, Object?> data, {ValueCodecRegistry? registry}) → DerivedForFactory -
Available on DerivedForFactory, provided by the DerivedForFactoryOrmExtension extension
Builds a model from a column/value map.