|
5019 1 |
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="posts")
public class Post{
String title;
String description;
}