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

ples.crud.0.24.1.source-code.dao-hub.vm Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show newest version
package io.sundr.examples.crud;

public interface DaoHub {
#foreach ($e in $model.entrySet())
    #foreach ($l in ${e.value.comments})
    // ${l}
    #end
    public ${e.value.name} get${e.value.name}();
#end
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy