This error occurs when the entity name that is in Java Code, doesn't exists in the database that is connect to your java application. Missing Entity in your example should be "Employee". Does "Employee" table exist in your Database ?