Class SetOnInsertOperator

  • All Implemented Interfaces:
    DatastoreAware

    public class SetOnInsertOperator
    extends UpdateOperator
    implements DatastoreAware
    Since:
    2.0
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Constructor Detail

      • SetOnInsertOperator

        public SetOnInsertOperator​(Map<String,​Object> values)
        Parameters:
        values - the values
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Method Detail

      • setDatastore

        public void setDatastore​(DatastoreImpl datastore)
        Specified by:
        setDatastore in interface DatastoreAware
        Parameters:
        datastore - the datastore
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.