Skip to content

Instantly share code, notes, and snippets.

@dusanstanojeviccs
Last active December 25, 2017 05:29
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 dusanstanojeviccs/d4b17a844db6b5157af670a2bdf785b0 to your computer and use it in GitHub Desktop.
Save dusanstanojeviccs/d4b17a844db6b5157af670a2bdf785b0 to your computer and use it in GitHub Desktop.
package repositories;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import java.sql.*;
import java.util.*;
import play.db.*;
@Singleton
public class BookRepository {
@Inject Database database;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment