Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @Override
  2. public SchemaAction getSchemaAction() {
  3. return SchemaAction.RECREATE_DROP_UNUSED;
  4. }
  5.  
  6. @Override
  7. public String[] getEntityBasePackages() {
  8. return new String[] {"com.example"}; //com.example package contains the bean with @table annotation
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement