
com.vtence.tape.Dehydrator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tape Show documentation
Show all versions of tape Show documentation
A lightweight Java data mapping library
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