Interface Database.UpdateStages.WithPersistence

  • All Known Subinterfaces:
    Database.Update
    Enclosing interface:
    Database.UpdateStages

    public static interface Database.UpdateStages.WithPersistence
    The stage of the Database update allowing to specify persistence.
    • Method Detail

      • withPersistence

        Database.Update withPersistence​(Persistence persistence)
        Specifies the persistence property: Persistence settings.
        Parameters:
        persistence - Persistence settings.
        Returns:
        the next definition stage.