All Downloads are FREE. Search and download functionalities are using the official Maven repository.

core.pure.mutation.mutation.pure Maven / Gradle / Ivy

There is a newer version: 4.57.1
Show newest version
import meta::pure::mapping::*;
import meta::core::runtime::*;
import meta::pure::graphFetch::*;

function <> meta::pure::mutation::save(values: T[*], rootGraphFetchTree: RootGraphFetchTree[1], mapping: Mapping[1], runtime: Runtime[1]): T[*]
{
  fail('Not implemented!');
  $values;
}

function meta::pure::mutation::mutationFunctions():Function[*]
{
  [
    meta::pure::mutation::save_T_MANY__RootGraphFetchTree_1__Mapping_1__Runtime_1__T_MANY_
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy