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

com.brihaspathee.zeus.service.interfaces.DataCleanUpService Maven / Gradle / Ivy

The newest version!
package com.brihaspathee.zeus.service.interfaces;

/**
 * Created in Intellij IDEA
 * User: Balaji Varadharajan
 * Date: 01, March 2024
 * Time: 11:58 AM
 * Project: Zeus
 * Package Name: com.brihaspathee.zeus.service.interfaces
 * To change this template use File | Settings | File and Code Template
 */
public interface DataCleanUpService {

    /**
     * Clean up the entire database
     */
    void deleteAll();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy