To edit or add content to this Wiki, you can simply create a new account at http://wocommunity.org/account.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

// All custom logic should be stored in this class
// so it is not affected by changes in the model,
// Which will change the abstract superclass instead

#if ($entity.packageName)
package $entity.packageName;
#end

public class ${entity.classNameWithoutPackage} extends ${entity.prefixClassNameWithOptionalPackage} {

}
  • No labels