Package com.pushtechnology.diffusion.datatype.recordv2.model
package com.pushtechnology.diffusion.datatype.recordv2.model
RecordV2 Data Type : Data Model.
This package contains additional interfaces relating to data modeling within
the
record based data type.
A model is a representation of
record based data based upon a
schema that allows direct access to records and fields within the data. A
read-only model can be created from a
value object. Alternatively, a mutable model can be created from a schema
which allows updates to be performed to the data (constrained by the schema)
and
records objects to be generated from the mutated data.
- Since:
- 6.0
- Author:
- DiffusionData Limited
-
Interfaces