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

io.github.epi155.emsql.api.OutputModel Maven / Gradle / Ivy

Go to download

Generate DAO classes with JDBC code and DTO interfaces from YAML configuration files

The newest version!
package io.github.epi155.emsql.api;

public interface OutputModel {
    boolean isReflect();
    boolean isDelegate();
    void setReflect(boolean b);
    void setDelegate(boolean b);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy