Package io.ebean

Class MergeOptionsBuilder

    • Method Detail

      • addPath

        public MergeOptionsBuilder addPath​(String path)
        Add a path that will included in the merge.
        Parameters:
        path - The path relative to the root type.
        Returns:
        The builder to chain another addPath() or build().
      • setClientGeneratedIds

        public MergeOptionsBuilder setClientGeneratedIds()
        Set to true if Id values are supplied by the client.

        This would be the case when for example a mobile creates data in it's own local database and then sync's. In this case often the id values are UUID.