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

pedal.template.methodGetFieldList.stg Maven / Gradle / Ivy

Go to download

Pedal-dialect is a collection of dialect (database) and provider (e.g. Hibernate) specific implementations for use with JPA. It enables non-standard SQL data types (arrays, sets, bit-sets) and dialect specific features such as support for the Postgresql Copy command.

There is a newer version: 1.5.6
Show newest version

methodBody(attributes) ::= <<
    public String getFieldList() {
        java.lang.StringBuilder builder = new java.lang.StringBuilder();
        
        return builder.substring(1);
    }
>>

append(attribute) ::= <<
    builder.append(",").append("");
>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy