Skip to content

Instantly share code, notes, and snippets.

@netmarkjp
Created October 26, 2012 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netmarkjp/3958509 to your computer and use it in GitHub Desktop.
Save netmarkjp/3958509 to your computer and use it in GitHub Desktop.
code template for EBean ORM (PlayFramework2) [Eclipse > Editor > Template]
public static Finder <${id_class:var}, ${enclosing_type}> find = new Finder<${id_class}, ${enclosing_type}>(${id_class}.class,${enclosing_type}.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment