Last modified by Florijan Stamenkovic on 2008/07/31 18:13

Hide last authors
David Avendasora 1.1 1 {{code}}
2
Florijan Stamenkovic 3.1 3 // All custom logic should be stored in this class
4 // so it is not affected by changes in the model,
David Avendasora 1.1 5 // Which will change the abstract superclass instead
6
Florijan Stamenkovic 3.1 7 #if ($entity.packageName)
8 package $entity.packageName;
David Avendasora 1.1 9 #end
10
Florijan Stamenkovic 3.1 11 public class ${entity.classNameWithoutPackage} extends ${entity.prefixClassNameWithOptionalPackage} {
David Avendasora 1.1 12
13 }
14
15 {{/code}}