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

com.j256.ormlite.stmt.PreparedDelete Maven / Gradle / Ivy

package com.j256.ormlite.stmt;

import com.j256.ormlite.dao.Dao;

/**
 * Interface returned by the {@link DeleteBuilder#prepare()} which supports custom DELETE statements. This should be in
 * turn passed to the {@link Dao#delete(PreparedDelete)} method.
 * 
 * @param 
 *            The class that the code will be operating on.
 * @author graywatson
 */
public interface PreparedDelete extends PreparedStmt {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy