|
5284 0 |
Check out some latest interview questions on one of the most popular Java Object-Relational mapping tool.
Best Hibernate Interview Questions
|
@Entity annotation in Hibernate:
@Entity
@Table(name="postsItems")
public class PostItems{
String title;
String description;
}