Guest User

Untitled

a guest
Mar 1st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. new DB("corporation").open("com.mysql.jdbc.Driver", "jdbc:mysql://localhost/test", "root", "p@ssw0rd");
  2. new DB("university").open("oracle.jdbc.driver.OracleDriver", "jdbc:oracle:thin:@localhost:1521:xe", "activejdbc", "activejdbc");
  3.  
  4. @DbName("corporation")
  5. public class Employee extends Model {}
  6. ...
  7. @DbName("university")
  8. public class Student extends Model {}
Add Comment
Please, Sign In to add comment