Interface DatastoreAware

  • All Known Implementing Classes:
    SetOnInsertOperator

    public interface DatastoreAware
    Indicates a type that can accept a DatastoreImpl
    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

        void setDatastore​(DatastoreImpl datastore)
        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.