![JAR search and dependency download from the Maven repository](/logo.png)
br.com.objectos.way.sql.SingleExePojo Maven / Gradle / Ivy
package br.com.objectos.way.sql;
import java.sql.PreparedStatement;
@javax.annotation.Generated("br.com.objectos.way.auto.pojo.AutoPojoProcessor")
final class SingleExePojo extends SingleExe {
private final PreparedStatement statement;
public SingleExePojo(SingleExeBuilderPojo builder) {
super();
statement = builder.statement();
}
@Override
PreparedStatement statement() {
return statement;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy