Google News
logo
JPA - Interview Questions
What is the attribute of the Entity class in JPA terminology?
JPA indicates that it can work both with properties of classes (property), designed in the style of JavaBeans, or with fields (field), that is, class variables (instance variables). Both types of elements of the Entity class are called attributes of the Entity class.
Advertisement