Class NtsMetafieldEntity

  • All Implemented Interfaces:
    Serializable

    @ConditionalOnProperty(prefix="nts.helper.metafield",
                           name="enabled",
                           havingValue="true")
    @Entity
    public class NtsMetafieldEntity
    extends AbstractAuditingEntity
    implements Serializable
    Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are composed of keys, values, and value types.
    See Also:
    Serialized Form