Javatpoint Logo

Difference between pojo class vs entity class

By: rsrajk*** On: Mon Feb 16 10:20:11 IST 2015     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
What is the difference between pojo class vs entity class.Up0Down

 
I think there is no difference between between entity class and pojo class,if you annotate your pojo class by @ENTITY annotation that particular class will be considered as Entity class. every entity class is a pojo class because the have setter and getter method so you can get and set the properties of your entity.

by nature and behavior java pojo classes introduced to create a simple java Object..

Regards:
Satyajeet Rathour
Image Created0Down

By: [email protected] On: Mon Feb 16 16:16:19 IST 2015 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No