Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @OneToMany(fetch = FetchType.EAGER)
  2. List<Perfil> perfisPermitidos = new ArrayList<Perfil>();
  3.  
  4. com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table
  5. 'nomedomeubanco.Usuario_Perfil' doesn't exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement