
pedal.template.methodGetFieldList.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pedal-dialect Show documentation
Show all versions of pedal-dialect Show documentation
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.
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