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

com.vtence.tape.Dehydrator Maven / Gradle / Ivy

The newest version!
package com.vtence.tape;

import java.sql.PreparedStatement;
import java.sql.SQLException;

@FunctionalInterface
public interface Dehydrator {
    void dehydrate(PreparedStatement st, T entity) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy