I am using JPA 2.1 in Netbeans to create my entity. If my database has no table then it should create table from entities.
When I deploy and run my enterprise applicati
Just take note that if you use
it will clear all the existing data in your database.